zeke wrote:[root@localhost]# rpm -qa | grep -E 'kernel|nvidia' | sort -u
dkms-nvidia-current-295.49-2.mga2.nonfree
kernel-desktop-3.3.6-2.mga2-1-1.mga2
nvidia-current-kernel-3.3.6-desktop-2.mga2-295.49-4.mga2.nonfree
[...]
[root@localhost brett]# dkms status
nvidia-current, 295.49-2.mga2.nonfree, 3.3.6-desktop-2.mga2, x86_64: installed
nvidia-current, 295.49-2.mga2.nonfree, 3.3.8-desktop-2.mga2, x86_64: installed
nvidia-current, 295.49-2.mga2.nonfree, 3.3.6-desktop-2.mga2, x86_64: installed-binary from 3.3.6-desktop-2.mga2
[root@localhost]#
So basically it should be working at least for 3.3.6, and normally also for 3.3.8.
For the other kernels there's no nvidia driver available, could have been due to missing kernel-devel packages, but something else seems the case.
Maybe you disabled dkms service on boot?
For the dirty workaround, that only removes nouveau, and also all the other X video drivers. rpm -e --nodeps would be to only remove nouveau,
But anyways, this doesn't magically fix the nvidia driver for the other kernels besides 3.3.6 as shown above ...
I have nouveau installed, and never needed to blacklist it. Here's what i have:
- Code: Select all
[doktor5000@Mageia2 ~]$ rpm -qa | grep -E '^kernel|nvidia|nouveau' | sort
dkms-nvidia-current-295.71-1.mga2.nonfree
kernel-desktop-3.4.24-3.mga2-1-1.mga2
kernel-desktop-3.4.32-2.mga2-1-1.mga2
kernel-desktop-3.4.34-1.mga2-1-1.mga2
kernel-desktop-devel-3.4.24-3.mga2-1-1.mga2
kernel-desktop-devel-3.4.32-2.mga2-1-1.mga2
kernel-desktop-devel-3.4.34-1.mga2-1-1.mga2
kernel-desktop-devel-latest-3.4.34-1.mga2
kernel-desktop-latest-3.4.34-1.mga2
kernel-firmware-20120219-1.mga2
kernel-firmware-nonfree-20121030-1.mga2.nonfree
kernel-userspace-headers-3.4.34-1.mga2
lib64drm_nouveau1-2.4.33-1.mga2
libdrm_nouveau1-2.4.33-1.mga2
nvidia-current-doc-html-295.71-1.mga2.nonfree
x11-driver-video-nouveau-0.0.16-0.20120322.1.mga2
x11-driver-video-nvidia-current-295.71-1.mga2.nonfree
- Code: Select all
[doktor5000@Mageia2 ~]$ sudo dkms status | grep nvidia
nvidia-current, 295.71-1.mga2.nonfree, 3.4.34-desktop-1.mga2, x86_64: installed
nvidia-current, 295.71-1.mga2.nonfree, 3.4.24-desktop-3.mga2, x86_64: installed
nvidia-current, 295.71-1.mga2.nonfree, 3.4.32-desktop-2.mga2, x86_64: installed