neverwinter nights (linux) - runs, but very slowly.

mpd mpd at rochester.rr.com
Tue Aug 12 11:12:11 PDT 2003


Hi,

After a few days of wrestling, I finally was able to get
NwN (Linux version) running on my 5.1-RELEASE-p2 machine.
Direct rendering is working according to glxinfo, and glxgears
is speeding along at ~320 FPS.

Running on an AMD Athlon 2400+, 1 GB ram, ATI Rage 128 Pro.
Minimum requirements-wise, I should be fine, but the game
itself is running at < 1 FPS. Updating to the latest client
release didn't help.

There were no errors during XFree startup (at least no (EE) lines
are in /var/log/XFree86.0.log)

Has anyone else had this problem?

Thanks,

Mike


Here is an abbreviated version of my XF86Config file. I'm no wizard
with this thing, so I certainly could be missing something. Thanks again.


Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "freetype"
    Load        "type1"

    Load        "glx"
    Load        "dri"
    Load        "GLcore"
EndSection


Section "Files"

<snipped>

EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver  "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver  "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Buttons"    "5"
EndSection

Section "Monitor"
    Identifier "Envision-EN-910e"
    HorizSync   30-95
    VertRefresh 50-160
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "ATI Rage 128 AGP"
    Driver      "r128"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Rage 128 AGP"
    Monitor     "Envision-EN-910e"
    DefaultDepth 24
    DefaultFbbpp 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection



More information about the freebsd-questions mailing list