You are not logged in.
Pages: 1
Hi, I recently ran a full system upgrade (pacman -Syu) on my Laptop (Thinkpad T510, has a Nvidia Quadro NVS 3100M).
If I remember correctly, nvidia and nvidia-utils was among the upgraded items, to 285.05.09.
Until I restarted my laptop last night, everything was fine, but now the X-Server fails to start with the following error message: Failed to initialize the NVIDIA kernel module.
(See http://pastebin.com/UVC4PVya for full X.org.0.log)
My X.org server version is 1.11.1, my graphics card is supported by the 285.05.09 driver and my kernel version is 3.0.6.
Does anyone have an idea what the error might be due to exactly and how to fix it?
Thanks a lot,
mueslo.
Last edited by mueslo (2011-10-15 20:04:39)
Offline
do dmesg and paste the log
Give what you have. To someone, it may be better than you dare to think.
Offline
Oops, I forgot about that
dmesg tells me
API mismatch: the client has the version 285.05.09, but this kernel module has the version 280.13.
I'm pretty unsure how this could happen while using pacman.
If I'm not completely mistaken, the kernel module is from the package nvidia, but pacman -Q nvidia tells me nvidia is at 285.05.09-1.
Last edited by mueslo (2011-10-15 17:52:03)
Offline
bsdtar -t -f /boot/initramfs-linux.img | grep nvidia
Give what you have. To someone, it may be better than you dare to think.
Offline
output is:
./lib/modules/3.0-ARCH/kernel/drivers/video/nvidia.ko.gz
Edit: I rebuilt my initramfs, works again.
Last edited by mueslo (2011-10-15 20:03:47)
Offline
remove nvidia from /etc/mkinitcpio.conf and regenerate the image with mkinitcpio -p linux
Give what you have. To someone, it may be better than you dare to think.
Offline
I atually just did that as you were replying, thanks
Edit: though I didn't remove nvidia from the config.
Last edited by mueslo (2011-10-15 20:08:43)
Offline
Pages: 1