You are not logged in.

#1 2005-10-21 02:15:25

Bysshe
Member
Registered: 2004-12-10
Posts: 271

Geforce2 and Enemy Territory

For some reason, I don't remember enemy territory being forced to use the Mesa driver before.  Is this really necessary?  Doesn't sound right to me.  In fact, I can't see where Mesa is even mentioned in my Xorg.conf

The famous output (just the end of the text should be recognizable)

***********************************************************
 You are using software Mesa (no hardware acceleration)!   
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...

Just in case, and if nothing else (maybe it's supposed to use Mesa?), any critique on my Xorg.conf file...???  The file is only hand-edited, I took out all the automatic monitor settings, and set the monitor up manually.  I also added Option  "RenderAccel" "true", which hasn't achieved anything.

Xorg.conf  ///

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"

EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
#       Load  "GLcore"
        Load  "dbe"
#       Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" ""
        Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

Section "Monitor"
        Identifier "Monitor0"
                Option "DPMS" "true"
        HorizSync    30.0 - 85.0 
        VertRefresh  50.0 - 160.0 
        ModeLine "1024x768@85"   135.0 1024 1048 1184 1328    768  771  777  806

EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
        Option      "RenderAccel" "true"
        Option      "NoLogo" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     24
                Modes "1024x768" 
        EndSubSection
EndSection


I'm sorry if this is an easy answer.  I've put a few hours into trying to figure it out, but it wouldn't suprise me if there was a simple answer out there.  If there's any help of any kind, it would be very appreciated!
Thanks.   smile

Offline

#2 2005-10-21 02:40:28

Bysshe
Member
Registered: 2004-12-10
Posts: 271

Re: Geforce2 and Enemy Territory

$glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Okay, could this be because the nvidia-legacy package doesn't install nvidia-glx?  Is that even possible?  LOL.  I didn't pay much attention to the package.  If that's the case, guess I could always try manually installing the nvidia driver.  Just don't like doing that, 'cause I have to remember the right one, and it feels kinda messy.

Offline

#3 2005-10-21 03:59:35

Bysshe
Member
Registered: 2004-12-10
Posts: 271

Re: Geforce2 and Enemy Territory

Manual install of

NVIDIA-Linux-x86-1.0-7174-pkg1.run

works.  Is it on purpose that glx is disabled in nvidia-legacy?  Probably a dumb question?

Offline

Board footer

Powered by FluxBB