|
|
#1 | |
|
Registered User
Join Date: Sep 2002
Posts: 5
|
i was upgrading to the new drivers and i for got to do rpm -e NVIDIA_GLX and not when i run Q3 i get this
__________________________________ Q3 1.31 linux-i386 Dec 17 2001 ----- FS_Startup ----- Current search path: /root/.q3a/baseq3 /usr/local/games/quake3/baseq3/ra3map1.pk3 (26 files) /usr/local/games/quake3/baseq3/pak7.pk3 (4 files) /usr/local/games/quake3/baseq3/pak6.pk3 (64 files) /usr/local/games/quake3/baseq3/pak5.pk3 (7 files) /usr/local/games/quake3/baseq3/pak4.pk3 (272 files) /usr/local/games/quake3/baseq3/pak3.pk3 (4 files) /usr/local/games/quake3/baseq3/pak2.pk3 (148 files) /usr/local/games/quake3/baseq3/pak1.pk3 (26 files) /usr/local/games/quake3/baseq3/pak0.pk3 (3539 files) /usr/local/games/quake3/baseq3 ./quake3.x86/baseq3 ---------------------- 4090 files in pk3 files execing default.cfg execing q3config.cfg com_zoneMegs will be changed upon restarting. couldn't exec autoexec.cfg Hunk_Clear: reset the hunk ok Joystick is not active. ----- Client Initialization ----- ----- Initializing Renderer ---- ------------------------------- ----- Client Initialization Complete ----- ----- R_Init ----- ...loading libGL.so: Initializing OpenGL display ...setting mode 4: 800 600 Using XFree86-VidModeExtension Version 2.1 XF86DGA Mouse (Version 2.0) initialized XFree86-VidModeExtension Activated at 800x600 Xlib: extension "GLX" missing on 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". Xlib: extension "GLX" missing on 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". Xlib: extension "GLX" missing on 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". Xlib: extension "GLX" missing on 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". Couldn't get a visual ...WARNING: could not set the given mode (4) Initializing OpenGL display ...setting mode 3: 640 480 Using XFree86-VidModeExtension Version 2.1 XF86DGA Mouse (Version 2.0) initialized XFree86-VidModeExtension Activated at 800x600 Xlib: extension "GLX" missing on 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". Xlib: extension "GLX" missing on 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". Xlib: extension "GLX" missing on 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". Xlib: extension "GLX" missing on 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". Couldn't get a visual ...WARNING: could not set the given mode (3) ...loading libMesaVoodooGL.so: QGL_Init: Can't load libMesaVoodooGL.so from /etc/ld.so.conf or current dir: /usr/local/games/quake3/libMesaVoodooGL.so: cannot open shared object file: No such file or directory failed ----- CL_Shutdown ----- RE_Shutdown( 1 ) ----------------------- ----- CL_Shutdown ----- ----------------------- Sys_Error: GLimp_Init() - could not load OpenGL subsystem ------------------------------------------------------------- what shoud i do?? ![]() |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
Do your rpm -e on the NVIDIA_GLX package now, and install the new one. Make sure the changes you originally made to XF86Config-4 are still there, and restart X.
Run glxinfo or glxgears as a test of whether GLX got initialized. If it still isn't with the new version of GLX, then post /var/log/XFree86.0.log.
__________________
Registered Linux User #219692 |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2002
Posts: 5
|
GLX info gave me
glxinfo: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory and when i installed NVIDIA_GLX x server failed to load and this was in the log (==) Log file: "/var/log/XFree86.0.log", Time: Sun Sep 29 19:24:50 2002 (==) Using config file: "/etc/X11/XF86Config-4" (II) [GLX]: Calling GlxExtensionInit Fatal server error: Caught signal 11. Server aborting |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2002
Posts: 5
|
glxgear gave me this
glxgears: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory and here is the XF log _______________________________ |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
From the XFree86.0.log, you aren't loading the proper drivers. You need to specify Load "glx" (which you are, but nVidia's glx can't be found, hang on for that one), and Driver "nvidia", not Driver "nv".
You need to have the correct NVIDIA_GLX version installed to be able to do this (you need the version that matches your NVIDIA_kernel version; it looks like part of the problem might be that you don't have any NVIDIA_GLX installed?). Was that everything in the log when the right version of NVIDIA_GLX was installed? Just those three lines? I wouldn't think so...
__________________
Registered Linux User #219692 |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Sep 2002
Posts: 5
|
i am using kernel-2.4.18-10
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Sep 2002
Posts: 5
|
thx i got it i just uninstalled the nv kernel and the glx and the dl the src rpms and did a rebuild
but there is ont thing i want to know mu uncle it traning to get A+ cirt and her said thet linux makes the mem in the video card run faster that it's suppose to is that tru?? |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
No, your video memory is running at whatever factory default is set for it... unless you use some kind of overclocking program (if applicable; some cards are hardwired), same as Windows.
Doing anything else would be stupid.
__________________
Registered Linux User #219692 |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 173.14.34 -- Xorg 1.12.1 & 1.11.4, glx module fails to load | mereset | NVIDIA Linux | 17 | 06-10-12 01:24 AM |
| error:NVIDIA_kernel require for GLX installtion | TiOnG | NVIDIA Linux | 1 | 09-28-02 09:16 AM |
| GLX bug? (1.0-3123) | marc | NVIDIA Linux | 2 | 09-21-02 04:58 PM |
| Remote Accelerated GLX and Raster Display Oddity | dzzero | NVIDIA Linux | 2 | 09-18-02 01:59 PM |
| Problem with GLX(?) | Nykolas | NVIDIA Linux | 4 | 08-12-02 02:24 PM |