WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: L4D - Can't get past the
by Matt on Saturday April 25th 2009, 19:40
No Problem.

1. Download the wine source code.

[post new] [reply to this]

RE: L4D - Can't get past the
by Matt on Saturday April 25th 2009, 20:17
Sorry about the first post.
This is for Ubuntu read this page about installing wine recommended packages before trying to build wine.

wiki.winehq.org/Recommended_Packages

1. Download wine source code.Open a terminal and run the following command.
git clone source.winehq.org/git/wine.git ~/wine-git

2. cd to the new wine-git folder

3. goto this page
bugs.winehq.org/attachment.cgi?id=20412&action=edit

4. Copy everything in the patch window and place it in a text file and save it as ati.patch under the wine-git folder.

5. from the command line run in the wine-git folder
patch -p1 < ati.patch

6. Commit the patch before you build wine
git commit -a
Put in some comments
hit ctrl+o to save it, just hit enter when asked for the name
hit ctrl+x to exit

7. run configure
./configure

8. run make depend and make
make depend && make

This can take some time around 30 minutes on my AMD64 3200.

9. if the wine build succeeds install the new wine version
sudo make install

10. add overrides to registry. From command prompt run
regedit

11. add the following keys as strings
[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]
"MaxVertexUniforms" = "512"
"MaxFragmentUniforms" = "512"
"MaxVaryings" = "52"
"VideoMemorySize"="512"

Change VideoMemorySize to that of your graphic card.

You may have to add the Direct3D if it isn't there already.

Helpful links for building wine and Direct3d Registry Keys.

winehq.org/docs/wineusr-guide/installing-wine-source

wiki.winehq.org/UsefulRegistryKeys

If you have any problems let me know and I will try to help.

[post new] [reply to this]

RE: L4D - Can't get past the
by Matt on Saturday April 25th 2009, 20:27
One more thing. Make sure "OffscreenRenderingMode"="fbo" is set under Direct3D in the registry.

[post new] [reply to this]

Page loaded in 0.00782 seconds.