I get this error when i trying to start Americas Army.
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Couldn't set video mode: Couldn't find matching GLX visual
What can i do about it?
Printable View
I get this error when i trying to start Americas Army.
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Couldn't set video mode: Couldn't find matching GLX visual
What can i do about it?
well it looks like you don't have XFree86-DRI installed. google it and see what you can find out
You need to enable DRI in your xorg.conf (or XF86Config). You can find these files under /etc/X11.
Add this to the top:
You also have to have your video card's driver installed (and be using them) for this to work. 8)Code:Section "dri"
Mode 0666
EndSection