Still having the issue I mentioned in #smxi, if I reboot I have to reinstall nvidia. Once I reinstall I can boot into X, if I reboot I get kicked back to console, only way to get X to start is to install nvidia yet again. xorg.conf is fine, it has the same settings since I first installed my nvidia card. No errors in xorg.0.log. But the kernel log shows:
:: Code :: Mar 8 01:19:27 craigevil kernel: [ 19.360359] NVRM: API mismatch: the client has the version 190.53, but
Mar 8 01:19:27 craigevil kernel: [ 19.360363] NVRM: this kernel module has the version 195.36.08. Please Mar 8 01:19:27 craigevil kernel: [ 19.360365] NVRM: make sure that this kernel module and all NVIDIA driver Mar 8 01:19:27 craigevil kernel: [ 19.360368] NVRM: components have the same version. Mar 8 01:19:30 craigevil kernel: [ 22.665870] NVRM: API mismatch: the client has the version 190.53, but Mar 8 01:19:30 craigevil kernel: [ 22.665873] NVRM: this kernel module has the version 195.36.08. Please Mar 8 01:19:30 craigevil kernel: [ 22.665875] NVRM: make sure that this kernel module and all NVIDIA driver Mar 8 01:19:30 craigevil kernel: [ 22.665877] NVRM: components have the same version. Mar 8 01:19:32 craigevil kernel: [ 24.728009] eth0: no IPv6 routers present Mar 8 01:19:34 craigevil kernel: [ 25.974871] NVRM: API mismatch: the client has the version 190.53, but Mar 8 01:19:34 craigevil kernel: [ 25.974875] NVRM: this kernel module has the version 195.36.08. Please Mar 8 01:19:34 craigevil kernel: [ 25.974878] NVRM: make sure that this kernel module and all NVIDIA driver Mar 8 01:19:34 craigevil kernel: [ 25.974880] NVRM: components have the same version. Mar 8 01:20:12 craigevil kernel: [ 64.315555] NVRM: API mismatch: the client has the version 190.53, but Mar 8 01:20:12 craigevil kernel: [ 64.315558] NVRM: this kernel module has the version 195.36.08. Please Mar 8 01:20:12 craigevil kernel: [ 64.315560] NVRM: make sure that this kernel module and all NVIDIA driver Mar 8 01:20:12 craigevil kernel: [ 64.315562] NVRM: components have the same version. Mar 8 01:20:15 craigevil kernel: [ 67.613657] NVRM: API mismatch: the client has the version 190.53, but Mar 8 01:20:15 craigevil kernel: [ 67.613660] NVRM: this kernel module has the version 195.36.08. Please Mar 8 01:20:15 craigevil kernel: [ 67.613662] NVRM: make sure that this kernel module and all NVIDIA driver Mar 8 01:20:15 craigevil kernel: [ 67.613663] NVRM: components have the same version. Mar 8 01:20:19 craigevil kernel: [ 70.924205] NVRM: API mismatch: the client has the version 190.53, but Mar 8 01:20:19 craigevil kernel: [ 70.924208] NVRM: this kernel module has the version 195.36.08. Please Mar 8 01:20:19 craigevil kernel: [ 70.924210] NVRM: make sure that this kernel module and all NVIDIA driver Mar 8 01:20:19 craigevil kernel: [ 70.924212] NVRM: components have the same version. Mar 8 01:27:57 craigevil kernel: [ 529.731255] nvidia 0000:04:00.0: setting latency timer to 64 Mar 8 01:27:57 craigevil kernel: [ 529.731456] NVRM: loading NVIDIA UNIX x86 Kernel Module 190.53 Tue Dec 8 18:51:41 PST 2009 Mar 8 01:32:04 craigevil kernel: [ 776.752905] nvidia 0000:04:00.0: setting latency timer to 64 Mar 8 01:32:04 craigevil kernel: [ 776.753108] NVRM: loading NVIDIA UNIX x86 Kernel Module 190.53 Tue Dec 8 18:51:41 PST 2009 System: Host craigevil Kernel 2.6.32-3-686 i686 (32 bit) Distro Debian GNU/Linux squeeze/sid CPU: Single core Intel Pentium 4 (UP) cache 1024 KB flags (sse3 nx lm) bmips 5585.96 Clock Speeds: (1) 2792.981 MHz (2) 2792.981 MHz Graphics: Card nVidia G96 [GeForce 9400 GT] X.Org 1.7.5 Res: 1280x1024@50.0hz GLX Renderer GeForce 9400 GT/PCI/SSE2 GLX Version 3.2.0 NVIDIA 190.53 Direct Rendering Yes Audio: Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver HDA Intel BusID: 00:1b.0 Sound: Advanced Linux Sound Architecture Version 1.0.21 Network: Card Intel 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller driver e100 v: 3.5.24-k2-NAPI at port dcc0 BusID: 03:08.0 Disks: HDD Total Size: 160.0GB (21.3% used) 1: /dev/sda WDC_WD1600JS 160.0GB Partition: ID:/ size: 103G used: 32G (33%) fs: ext3 ID:swap-1 size: 5.25GB used: 0.00GB (0%) fs: swap Info: Processes 107 Uptime 33 min Memory 200.5/2016.6MB Runlevel 5 Client Shell inxi 1.4.7 Back to top |
This definitely looks like a logic error. Seems sgfxi is not removing the old kernel module file as it should. You are running: sgfxi -f to override the module build, right?
Again, this is an unfortunate glitch but it may be exposing a bug, I was expecting some bug to appear due to the huge number of core changes, and this may very well be the one. Can you show this: :: Code :: find /lib/modules -type f -name "*nvidia.*o"
find /usr/src -type f -name "*nvidia.*o" find /lib/modules -type f -name "*195.36.08*" find /usr/lib -type f -name "*195.36.08*" It looks to me like the override and cleanup is leaving some cruft behind. Or less likely, that the 190.53 driver installer is leaving behind 195.xx.xx components, which would surprise me. can you use a paste site and paste /var/log/sgfxi/sgfxi.log again? I'm adding more logging here and there to try to find out why it's not removing the modules as it should be doing. The logs allow me to trace the actual script execution and some of the data that was processed. Back to top |
I just came across a similar sounding thread on nvnews forums
:: Code :: (EE) Failed to load /usr/lib/xorg/modules/libwfb.so
(EE) Failed to load module "wfb" (loader failed, 7) Error: API mismatch: the NVIDIA kernel module has version 190.53, but this NVIDIA driver component has version 195.36.08. Please make sure that the kernel module and all NVIDIA driver components have the same version. (EE) Mar 07 17:22:37 NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the (EE) Mar 07 17:22:37 NVIDIA(0): system's kernel log for additional error messages and (EE) Mar 07 17:22:37 NVIDIA(0): consult the NVIDIA README for details. (EE) NVIDIA(0): *** Aborting *** (EE) Screen(s) found, but none have a usable configuration. and modules shown as this: :: Code :: ls /usr/lib/xorg/modules/ -la
totale 1456 [..] -rwxr-xr-x 1 root root 284560 7 mar 17:15 libnvidia-wfb.so lrwxrwxrwx 1 root root 26 7 mar 17:51 libnvidia-wfb.so.1 -> libnvidia-wfb.so.195.36.08 -rwxr-xr-x 1 root root 284560 7 mar 17:51 libnvidia-wfb.so.195.36.08 [..] lrwxrwxrwx 1 root root 16 7 mar 17:20 libwfb.so -> libnvidia-wfb.so [..] fabrizio@debian:~/Desktop$ ls /usr/lib/libGL* -la lrwxrwxrwx 1 root root 22 7 mar 17:51 /usr/lib/libGLcore.so.1 -> libGLcore.so.195.36.08 -rwxr-xr-x 1 root root 28858744 7 mar 17:51 /usr/lib/libGLcore.so.195.36.08 [..] fabrizio@debian:~/Desktop$ ls /lib/modules/`uname -r`/kernel/drivers/video/nv* - -rw-r--r-- 1 root root 13199142 7 mar 17:51 /lib/modules/2.6.32-trunk-amd64/kernel/drivers/video/nvidia.ko this sounds like the same exact issue. This may be a bug in the 195.36.08 uninstaller possibly. Back to top |
All times are GMT - 8 Hours |