Wine regedit settings

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
smckenzie
Level 1
Level 1
Posts: 7
Joined: Thu Feb 26, 2009 10:56 pm

Wine regedit settings

Post by smckenzie »

i was following this guide for LOTRO (Lord of the Rings Online) when i got to editing the reg settings edit
HKEY_CURRENT_USER/Software/Wine/Direct3D/VideoMemorySize = < amount of video memory ie 256 >


>Direct3D< is not there

I cannot proceed with download until resolved, please help, thank you.[/i]
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine regedit settings

Post by vitamin »

smckenzie wrote:
HKEY_CURRENT_USER/Software/Wine/Direct3D/VideoMemorySize = < amount of video memory ie 256 >
>Direct3D< is not there
Then add it: http://wiki.winehq.org/UsefulRegistryKeys
smckenzie
Level 1
Level 1
Posts: 7
Joined: Thu Feb 26, 2009 10:56 pm

Post by smckenzie »

You'll have to forgive me, i am very new to linux so i am still mostly in the dark when it comes to things like this how do i "just add it" i was looking at the link provided and it doesn't say how to change or insert.....am i missing something, help is very much appreciated...thank you in advance for you patience.
fcmartins
Level 4
Level 4
Posts: 114
Joined: Sat Nov 01, 2008 5:48 pm

Post by fcmartins »

Open a terminal from Applications/Accessories and then type

wine regedit

- you will get a registry editor like in WIndows.

If you are not familiar with it, you can do:

- open the tree until you have wine selected;
- then right click and select New->Key (not so logical since you are making a folder, but it works)
- then right click on Direct3D, and choose New->String, and type VideoMemorySize
- finally right-click on entry you just created, and put your video memory size, which you can find with, e.g. nvidia X Server settings in menu System/Administration
smckenzie
Level 1
Level 1
Posts: 7
Joined: Thu Feb 26, 2009 10:56 pm

Post by smckenzie »

open the tree until you have wine selected;
- then right click and select New->Key (not so logical since you are making a folder, but it works)
- then right click on Direct3D, and choose New->String, and type VideoMemorySize
Like i said, it wouldn't be a problem however Direct3D directory is not there is not there, so i cannot add anything to it. I wish i could attach a picture of the problem, but apparently i cannot

if someone could walk me step by step how to physically add that directory and then add the key in i would be endebted to you, thank you for posting a reply.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine regedit settings

Post by austin987 »

On Mon, Mar 2, 2009 at 2:02 AM, smckenzie <[email protected]> wrote:
 open the tree until you have wine selected;
- then right click and select New->Key (not so logical since you are making a folder, but it works)
- then right click on Direct3D, and choose New->String, and type VideoMemorySize
Like i said, it wouldn't be a problem however Direct3D directory is not there is not there, so i cannot add anything to it. I wish i could attach a picture of the problem, but apparently i cannot

if someone could walk me step by step how to physically add that directory and then add the key in i would be endebted to you, thank you for posting a reply.





Create the keys as you find them missing, just as you would in windows.

--
-Austin
smckenzie
Level 1
Level 1
Posts: 7
Joined: Thu Feb 26, 2009 10:56 pm

Post by smckenzie »

I have no frame of reference as i have not ever changed on modified the HKCU or any other directory or subdirectory. If you could tell me how to create it an then add it in I will be good, but as i said Direct3D is not in the Wine section and i don't know how to add, i mean yes i know i need to add it, but just exactly how i do that i don't know.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

smckenzie wrote:I have no frame of reference as i have not ever changed on modified the HKCU or any other directory or subdirectory. If you could tell me how to create it an then add it in I will be good, but as i said Direct3D is not in the Wine section and i don't know how to add, i mean yes i know i need to add it, but just exactly how i do that i don't know.
- in a terminal, type regedit and hit enter
- open the tree to HKEY_CURRENT_USER\Software\Wine
- select Wine
- right click and select New->Key
- type Direct3D as the name of the new key
- hit enter
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine regedit settings

Post by austin987 »

On Mon, Mar 2, 2009 at 11:58 AM, dimesio <[email protected]> wrote:
smckenzie wrote:
I have no frame of reference as i have not ever changed on modified the HKCU or any other directory or subdirectory. If you could tell me how to create it an then add it in I will be good, but as i said Direct3D is not in the Wine section and i don't know how to add, i mean yes i know i need to add it, but just exactly how i do that i don't know.
- in a terminal, type regedit and hit enter
- open the tree to HKEY_CURRENT_USER\Software\Wine
- select Wine
- right click and select New->Key
- type Direct3D as the name of the new key
- hit enter





Would you add that to the wiki page please?

--
-Austin
smckenzie
Level 1
Level 1
Posts: 7
Joined: Thu Feb 26, 2009 10:56 pm

more explanation please :-)

Post by smckenzie »

Ok, so i am getting closer however when i get to HKCU>software>Wine>Direct3D

i am confused as to what to do. I have done the following,
in terminal
wine regedit>HKCU>software>Wine
then I ^right click on "Wine" and "add key"
HKEY_CURRENT_USERS/Software/Wine/Direct3D/VideoMemorySize = 256 (mine is 256)


it seems as thought i am missing a step, i just really need a simple clear step by step instruction on this, because i want to make sure EVERYTHING gets put in it's right place
then i need to import fakeNET11.reg file into wine regedit, when i do it nothing seems to happen unless i am missing something i need a clear step by step for this as well

i apologize but i really am new, and want to do this right with nothing left out. Please help, and BTW you guys have been very patient and i appreciate the help and i again apologize for net getting it immediately.
Locked