PDA

View Full Version : UT2003 on linux


The Punisher
02-07-2003, 03:10 PM
Installed UT2003 on my linux box and when I try to launch it from command line I get this error:

<B>Couldn't set video mode: Couldn't find matching GLX visual


History:

Exiting due to error</B>

AbecX, anyone know how I can fix this problem?

AbecX
02-07-2003, 03:16 PM
yeah, you need to mark out GLX in your XF86Config file and then restart x. Dont you have an nvidia card?

The Punisher
02-07-2003, 03:26 PM
Originally posted by AbecX
yeah, you need to mark out GLX in your XF86Config file and then restart x. Dont you have an nvidia card?
yea, it is a GForce 3 64DDR
Where is that XF86Config file?

AbecX
02-07-2003, 03:32 PM
/etc/x11/XF86Config

Section "Module"
Load "glx"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
EndSection

It should look like this with a nvidia card, you'll need the GLX in there, I thought you had an ATI card. Anyway, did you install the nvidia drivers yet?

/sbin/lsmod|grep NVdriver

that should return something like:
NVdriver 1149152 10 (autoclean)

if not then you need to get the modules installed correctly.