|
|
#1 | |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
Hi,
I am new to linux and trying to install nvidia has been a steep learning curve. I am using FC6 and a GForce 3 Ti500. Managed to get 9626 to build by changing <linux/config.h> to <linux/autoconf.h> in nv-linux.h, after much searching. Can't find solution though from the forum or it's there but I can't understand it. I have checked the installed components against README and they seemed to be present. But my xorg.conf file still shows "nv" driver. Running glxgears gives me: Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual And ldd glxinfo gives me: linux-gate.so.1 => (0x003b3000) libGL.so.1 => /usr/lib/libGL.so.1 (0x00253000) libGLU.so.1 => /usr/lib/libGLU.so.1 (0x4f045000) libc.so.6 => /lib/libc.so.6 (0x4e426000) libX11.so.6 => /usr/lib/libX11.so.6 (0x41000000) libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x003b4000) libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0x00110000) libm.so.6 => /lib/libm.so.6 (0x4e565000) libXext.so.6 => /usr/lib/libXext.so.6 (0x41104000) libdl.so.2 => /lib/libdl.so.2 (0x4e58e000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x4e865000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4e857000) /lib/ld-linux.so.2 (0x4da57000) libXau.so.6 => /usr/lib/libXau.so.6 (0x4e5c2000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x4e6cb000) My xorg log shows this error message: (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) Below are my logs. nvidia-bug-report.log.bz2 nvidia-installer.log Xorg.0.log In my untrained assessment, it could be a linking problem?? Would appreciate some pointers or help. Thanks! wbing |
|
|
|
|
|
|
#2 | |
|
Registered User
|
In your /etc/X11/xorg.conf, you have;
Section "Device" Identifier "Videocard0" Driver "nv" EndSection Change the "nv" to "nvidia". You might get a better config if you run 'nvidia-xconfig' as root. Cambo |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
Thanks Cambo. It worked.
I can run glxgears now but the resolution is stuck at 800x600 (as reported by others). The EDID readings in my xorg log states that my max pixel clock at 0.00 Mhz so all modes removed. Tried "false" options for "UseEdid" or "UseEdidDpi" but X doesn't change. I don't know if it's something simple I missed like "nv" to "nvidia". Appreciate your help. wbing |
|
|
|
|
|
#4 | |
|
Registered User
|
If you do another nvidia-bug-report, with the nvidia driver running now, I'll take a look at it.
BTW, what monitor are you using? Cambo |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
Here's my bug report:
nvidia-bug-report.log.bz2 I am using a CRT, NEC Multisync V921. Default resolution 1280x1024 at 85Mhz (refresh rate recommended by NEC). Appreciate it. |
|
|
|
|
|
#6 | |
|
Registered User
|
OK, well your /etc/X11/xorg.conf seems to be missing some stuff. I would suggest adding;
Quote:
In your 'Section "Screen"', 'SubSection "Display"', you need to add the 1600x1200 mode. I haven't been able to track down the frequency specs for your monitor, so I'm assuming for now that the figures you have are correct. Try adding 'Option "UseEDID" "False" in your Screen section. You can look up the various different option at http://us.download.nvidia.com/XFree8...ppendix-d.html Hope that helps a bit. Cambo |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
Your suggestion to add "Load glx, dbe ...etc" to xorg.conf is because the nvidia driver is...I don't know how exactly to put this...a different or added component to xorg? I saw those items loaded in the log and hence i didn't put them into xorg.conf. Is my understanding correct?
I have actually remove some modes in the Display subsection (except for 1280x1024) thinking it would help. And I did put in the "UseEdid - False" option I'll go through it again. Thanks again Cambo. wbing |
|
|
|
|
|
#8 |
|
Registered User
|
I just cut'n'pasted that Module section from my own xorg.conf ;-)
Cambo |
|
|
|
|
|
#9 | |
|
Registered User
|
Found a different Monitor section for you to try;
Quote:
Cambo |
|
|
|
|
![]() |
| 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 |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 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 |