söndag 2 mars 2008

How-to: Wine + 3DMark patch

With the 3D Mark patch, the games will recognize your systems pixelshader and Directx levels, allowing you to play more games, and turn up the graphical settings on many games.

What you need:
3d Mark patch and the Wine source

Patching:
Extract the source files and patch the source by first going to the directory you extracted the source.

cd /path/to/wine/source/directory

When you are in that directory, you use the following command to patch the source.

patch -p1 < /path/to/patch/file

Now it should be patched! Then you simply must compile Wine (not going to talk about that here).

Got problems with black textures?
Open up a terminal and write "regedit" to start Windows Regedit. Go to:

HKEY_CURRENT_USER -> Software -> Wine -> Direct3D (may not exist, then it's just to create) and change/create the following value:

Name: OffscreenRenderingMode Data: fbo

That should do it!

Inga kommentarer: