Results 1 to 8 of 8
When i run games i keep getting errors like this,
Code:
nexuiz-glx
^7Nexuiz Linux 00:38:05 Jan 2 2006
^7Trying to load library... "libz.so.1" - loaded.
^7Compressed files support enabled
^7Added ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-02-2006 #1
no games run
When i run games i keep getting errors like this,
Code:nexuiz-glx ^7Nexuiz Linux 00:38:05 Jan 2 2006 ^7Trying to load library... "libz.so.1" - loaded. ^7Compressed files support enabled ^7Added packfile /usr/share/games/nexuiz/data/data20050905-full.pk3 (2624 files)^7Console initialized. ^7Playing registered version. ^7Initializing client ^7Trying to load library... "libvorbis.so.0" - loaded. ^7Trying to load library... "libvorbisfile.so.3" - loaded. ^7Ogg Vorbis support enabled ^7couldn't exec config.cfg ^7couldn't exec autoexec.cfg ^70 demo(s) in loop ^7No demos listed with startdemos ^7Starting video system ^7Video: fullscreen 1024x768x32 ^7Loading OpenGL driver libGL.so.1 Xlib: extension "GLX" missing on display ":0.0". ^7Couldn't get an RGB, Double-buffered, Depth visual ^7Desired video mode fail, trying fallbacks... ^7Video: fullscreen 1024x768x16 ^7Loading OpenGL driver libGL.so.1 Xlib: extension "GLX" missing on display ":0.0". ^7Couldn't get an RGB, Double-buffered, Depth visual ^7Video: fullscreen 640x480x16 ^7Loading OpenGL driver libGL.so.1 Xlib: extension "GLX" missing on display ":0.0". ^7Couldn't get an RGB, Double-buffered, Depth visual ^7Video: window 640x480x16 ^7Loading OpenGL driver libGL.so.1 Xlib: extension "GLX" missing on display ":0.0". ^7Couldn't get an RGB, Double-buffered, Depth visual ^7Quake Error: Video modes failed ^7
- 01-02-2006 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 678
The error I'd be most interested in looking at is the ones with
Run the glxinfo command to see if it thinks direct rendering is enabledXlib: extension "GLX" missing on display ":0.0".
If if says direct rendering: No then you'll need to set up DRI, a guide for which can be found here http://www.gentoo.org/doc/en/dri-howto.xmlCode:$glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 <pile of other stuff>
Hope that helps,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 01-02-2006 #3
Well i got this,
Code:name of display: :0.0 Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". 0x21 16 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". 0x22 16 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None Segmentation fault
and i did emerge X11 drm and got this error,
Code:!!! ERROR: x11-base/x11-drm-20050502 failed. !!! Function pkg_setup, Line 38, Exitcode 0 !!! Please set at least one video card in VIDEO_CARDS in make.conf or the environment. Possible VIDEO_CARDS values are: 3dfx ffb i810 i830 i915 mach64 matrox rage128 radeon savage sis via.
- 01-02-2006 #4
Well, from the looks of it,, you box doesn't even recognize you have GLX. Check your kernel for the vid card modules or some GLX stuff.
- 01-02-2006 #5Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 678
The drm stuff has to be compiled to support particular video cards. The error in the second part of your last message would seem to be complaining that it doesn't know which card to target.
Which type of video card do you have? and if it is one of "3dfx ffb i810 i830 i915 mach64 matrox rage128 radeon savage sis via" then put it into your make.conf under VIDEO_CARDS, for example if you have a via card:
Check out http://gentoo-wiki.com/Unichrome for more details.Code:VIDEO_CARDS="via"
Once you have done that, try the emerge again and post any errors you get. If you don't have a supported card, or you aren't sure which option to choose tell us what kind of video card you have and we will try and help you out.
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 01-03-2006 #6
This is my card,
Code:Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV34 [GeForce FX 5200]" BusID "PCI:2:0:0"
And i get this whem i emerge X11 drm,
Code:!!! ERROR: x11-base/x11-drm-20050502 failed. !!! Function pkg_setup, Line 38, Exitcode 0 !!! Please set at least one video card in VIDEO_CARDS in make.conf or the environment. Possible VIDEO_CARDS values are: 3dfx ffb i810 i830 i915 mach64 matrox rage128 radeon savage sis via.
- 01-03-2006 #7Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 678
Oops, the nVidia card would be the problem. Not a big problem, it just means we've been going about this the wrong way. nVidia provide closed source drivers so x11-drm can't be compiled for it.
Instructions for setting up nvidia-glx can be found here http://www.gentoo.org/doc/en/nvidia-guide.xml. These instructions are pretty comprehensive so I wont bother repeating them here.
Give them a shot and if you have any problems, post them here and we will try to help you out.
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 01-04-2006 #8
This has done the job thankyou,I recompiled my kernel and changed my xorg-conf following the instructions of the nvidia-glx-guide I had to configure a few settings but all seems good.


Reply With Quote
