I have:
AMD Phenom 9650 Quad-Core Processor
nVidia GeForce 9500 GT graphics card
dual monitors
I installed F11 from the DVD iso. The nouveau driver seemed to work and I could get both monitors working with xrandr.
Then I tried to install the nvidia drivers. I installed akmod-nvidia.
They didn't work. I got this in my /var/log/Xorg.0.log:
Quote:
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
(EE) NVIDIA: system's kernel log for additional error messages.
(II) UnloadModule: "nvidia"
(II) Unloading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(EE) Failed to load module "nvidia" (module-specific error, 0)
(EE) No drivers available.
|
So I searched the boards. Various things I tried to no avail:
Quote:
- Include video ram as a kernel option: vmalloc=512MB
- Blacklist the nouveau driver:
Add "blacklist nouveau" to /etc/modprobe.d/blacklist.conf
Then create new initrd:
mv /boot/initrd-$(uname -r).img /boot/initrd-$(uname -r)-nouveau.img
mkinitrd /boot/initrd-$(uname -r).img $(uname -r)
- Make sure kernel-devel and dkms are installed, reinstall akmod-nvidia.
- Add this to /etc/modprobe.d/dist.conf:
alias /dev/nvidia* nvidia
|
But none of that worked either.