You are not logged in.

#1 2009-02-06 13:01:53

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

F.E.A.R. Multiplayer

I recently got F.E.A.R. Multiplayer to work with Wine but I'm getting some low framerates (I think) because it gets jerky sometimes when I turn or when I'm in a firefight.  Doesn't do this in Windows with the same videocard, an EVGA 9500GT with 1gb of DDR2 RAM.

I got it to work by following this guide:
http://appdb.winehq.org/objectManager.p … n&iId=5159

    
 
HOWTO
Get wine 1.0.1/1.1.5 or later

1. Put native d3dx9_36.dll to your game or system32 folder
2. Apply 1.08 patch(if you don't want to enjoy all the game bugs...)
3. Install WMFADist.exe
4. Change
HKEY_CURRENT_USER\Software\Wine\Direct3D\OffscreenRenderingMode
to "fbo" to get better fps and Pixel Doubling/Soft Shadows working

I was wanting to get some additional help, maybe there is some tweaks I can do.

I followed this guide to my best knowledge: http://wiki.winehq.org/UsefulRegistryKeys
In my registry for wine, I have HKEY_CURRENT_USER\Software\Wine\Direct3D with:

Multisampling disable
OffscreenRenderingMode fbo
OffscreenRenderingMode disable
OffscreenRenderingMode 1024

Here is my xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jan  6 10:03:02 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
[raul@Dune ~]$ lspci -n
00:00.0 0500: 10de:02f0 (rev a2)
00:00.1 0500: 10de:02fa (rev a2)
00:00.2 0500: 10de:02fe (rev a2)
00:00.3 0500: 10de:02f8 (rev a2)
00:00.4 0500: 10de:02f9 (rev a2)
00:00.5 0500: 10de:02ff (rev a2)
00:00.6 0500: 10de:027f (rev a2)
00:00.7 0500: 10de:027e (rev a2)
00:04.0 0604: 10de:02fb (rev a1)
00:09.0 0500: 10de:0270 (rev a2)
00:0a.0 0601: 10de:0260 (rev a3)
00:0a.1 0c05: 10de:0264 (rev a3)
00:0a.2 0500: 10de:0272 (rev a3)
00:0b.0 0c03: 10de:026d (rev a3)
00:0b.1 0c03: 10de:026e (rev a3)
00:0d.0 0101: 10de:0265 (rev a1)
00:0e.0 0101: 10de:0266 (rev a1)
00:0f.0 0101: 10de:0267 (rev a1)
00:10.0 0604: 10de:026f (rev a2)
00:10.1 0403: 10de:026c (rev a2)
00:14.0 0680: 10de:0269 (rev a3)
00:18.0 0600: 1022:1100
00:18.1 0600: 1022:1101
00:18.2 0600: 1022:1102
00:18.3 0600: 1022:1103
01:00.0 0300: 10de:0640 (rev a1)
02:05.0 0c00: 104c:8023

I have also installed winetricks and installed directx9 throught it.

Don't know what other info you need.

Last edited by Anonymo (2009-02-06 13:02:55)

Offline

Board footer

Powered by FluxBB