

Code: Select all
"HKLM\\Software\\Wine\\OpenGL\\DisabledExtensions" = "GL_ARB_vertex_buffer_object" Where exactly are the instructions to do this - Ive tried searching for it but coouldnt find it.Timbers2k wrote:Just wanted to share a major performance improvement! Add this registry key:It made huge improvements for me, went from 15-30 fps to 30-70 fps. I have an AMD64 3200+ Ig Ram, and a 6800GT.Code: Select all
"HKLM\\Software\\Wine\\OpenGL\\DisabledExtensions" = "GL_ARB_vertex_buffer_object"
This was listed at winehq, in the appdb section. They have all the details on how to set it up.
That should do it.Here's how you do it ...
Find HKEY_LOCAL_MACHINE\Software\Wine\
Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder
Click right on the wine folder and select [NEW] then [KEY]
Replace the text "New Key #1" with OpenGL
Click right in the right hand pane and select [NEW] then [String Value]
Replace "New Value #1" with "DisabledExtensions"
(Notice it's case sensitive)
Then double click anywhere on the line, a dialog box will open. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes).


Thanks!Timbers2k wrote:It's in the appdb section. Look up WoW and select the latest version. To save you some time, here is the information. You fire up regedit.exe and add the new key by doing this:
That should do it.Here's how you do it ...
Find HKEY_LOCAL_MACHINE\Software\Wine\
Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder
Click right on the wine folder and select [NEW] then [KEY]
Replace the text "New Key #1" with OpenGL
Click right in the right hand pane and select [NEW] then [String Value]
Replace "New Value #1" with "DisabledExtensions"
(Notice it's case sensitive)
Then double click anywhere on the line, a dialog box will open. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes).
Über! Now the game finally is quite playable and the only thing that bothers me compared to playing it in Windows are some small things.Timbers2k wrote:Just wanted to share a major performance improvement! Add this registry key:It made huge improvements for me, went from 15-30 fps to 30-70 fps. I have an AMD64 3200+ Ig Ram, and a 6800GT.Code: Select all
"HKLM\\Software\\Wine\\OpenGL\\DisabledExtensions" = "GL_ARB_vertex_buffer_object"
This was listed at winehq, in the appdb section. They have all the details on how to set it up.
I see your point, but speaking as someone who has never run Warcraft under Windows, is the hardware cursor supposed to be visible? I had always assumed not...antipod wrote: 1) No Hardware Cursor... when the game goes down to sub 10 fps it is a bit frustrating trying to click on bars etc.
Nah, it is greyed out in OpenGL. So maybe it isn't really a problem as it works as it should, but it decreases the playability some in my eyes not having a hardware cursor. Guess the sollution is to get a better computer to have it not go under 30+ fps, but that is a but costly! ^^rankincj wrote:I see your point, but speaking as someone who has never run Warcraft under Windows, is the hardware cursor supposed to be visible? I had always assumed not...antipod wrote: 1) No Hardware Cursor... when the game goes down to sub 10 fps it is a bit frustrating trying to click on bars etc.


Holy crap this made a huge difference for me. I was already pretty content with 30ish FPS, but now I'm at 60-90 depending on what's on-screen.Timbers2k wrote:It's in the appdb section. Look up WoW and select the latest version. To save you some time, here is the information. You fire up regedit.exe and add the new key by doing this:
That should do it.Here's how you do it ...
Find HKEY_LOCAL_MACHINE\Software\Wine\
Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder
Click right on the wine folder and select [NEW] then [KEY]
Replace the text "New Key #1" with OpenGL
Click right in the right hand pane and select [NEW] then [String Value]
Replace "New Value #1" with "DisabledExtensions"
(Notice it's case sensitive)
Then double click anywhere on the line, a dialog box will open. In the value field type "GL_ARB_vertex_buffer_object" (without the quotes).
kraay wrote:nuked them whit what ? i have that insane flicking to .. could u tell me how to fix ....plzswoppe wrote:Got it working now!!
I just nuked the WTF and WDB folders and its working, happy days!
EDIT: nope only the loginscreen worked still flickering like mad
This is what happens:i dont find swoopes post. so i cant tell if its your problem or not.
but if you've got a nvidia graphiccard you should try wine with the patch from wine hq.
http://appdb.winehq.org/appview.php?iVersionId=5606
Dont know if this works.Does anyone else have problems with sound? I had and setting SoundBufferSize to "232" caused delays in the sound and that wasn't nice anymore (I begin to cast a spell, a second later I hear the sound)
So.. I hacked dsound and the winealsa driver and it works perfectly, no buffer underruns, sound is nice and smooth. The downside is that if you apply this patch, you most probably won't be able to play any other game since there are a lot WoW-specific hacks., buy hey, why should anyone play another game, right?
here is the patch: http://dbservice.com/ftpdir/tom/dsound-alsa.patch
kraay wrote:a link to the patch is on the winehq site i postet 4 you. i don't tell you where it exactly is because it is not my task to read for you....
and yes i do have a nvidia card Gforce 7300gs ...
I can not find the patch in the link http://appdb.winehq.org/appview.php?iVersionId=5606 ... and when i do find it how do i apply it .. sorry but am new in this
btw am using wine 0.9.21 ...
but i can tell you how you patch wine. its realy easy with gentoo.
just copy /usr/portage/app-emulation/wine in your portage overlay directory.
then copy the patch file in "portageoverlay"/app-emulation/wine/files.
now you edit the ebuild file and add the lineat the correct place in the ebuild (its easy to find the correct place so i don't tellCode: Select all
epatch "${FILESDIR}"/"yourwinewow0.9.21patch".patch)
the next thing you have to do is justCode: Select all
ebuild wine-0.9.21 digest
if you have still problems (for example if you don't have a portage overlay already) try to find a solution in the gentoo wiki ( http://gentoo-wiki.com/Main_Page )
or here in the forum. every information you'll need is somewhere