Where is the wine register locate...???

NoOp glgxg at sbcglobal.net
Fri Mar 13 00:48:30 UTC 2009


On 03/12/2009 08:39 AM, Larry Shields wrote:
> Torbjørn Thorsen - Nextline wrote:
>> Larry Shields wrote:
>>   
>>> *Can anyone tell me where wine's register is located...
>>>
>>> Thanks for any help...
>>>
>>> Larry
>>> *
>>>
>>>     
>>
>> http://www.winehq.org/docs/wineusr-guide/using-regedit, section 3.2.2.
>>
>> First google hit on "wine registry" .. weird, huh ?
>>
>> -- Torbjørn
>>
>>   
> *Thanks for the info, now the regedit brings up all of the directorys, 
> but I am having a problem in reading any of the text...
> This is the problem I am trying to fix, caused by nvidia-96xxx legacy 
> driver...
> 
> This is the problem I am trying to fix, they say to edit the register,  
> change the setting to
> 
>  [HKEY_CURRENT_USER\SOFTWARE\Wine\X11 Driver]
> "ClientSideWithRender"="N"
> *
> *So when I type regedit it brings up the editor, showing 6 dir's, now 
> not knowing which dir to go into to edit this I am at a loss...For I can 
> not read any of them...
> 
> If you could tell me which dir to click on, this may help...???
> 
> Thanks Larry
> *
> 

You still messing with that issue?

http://bugs.winehq.org/show_bug.cgi?id=16146
  http://www.nvnews.net/vbulletin/showthread.php?p=1838646#post1838646
<quote>
Using wine?
Create a txt (settings.txt) file in fx your home folder containing this:
Code:

[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"ClientSideWithRender"="N"

Go to a terminal window and write:
Code:

regedit settings.txt

Remember to reboot your system after installing the driver.
</quote>

Maybe that will help? What happens when you did that?

Also, you can manually edit the file:
http://www.codeweavers.com/support/docs/wine-user/registry

So, you open ~/.wine/user.reg and add to the bottome of the file:

[Software\\Wine\\X11 Driver] 1236900048
"ClientSideWithRender"="N"

The only bit that I'm not sure of is the '1236900048' value. That's what
I get on this system when I 'regedit settings.txt', but on another
system it is '1236904239'. You can try leaving off the '123...' and see
if it gives you a workable enough view that you can then run 'regedit'
and edit from there.









More information about the ubuntu-users mailing list