tiagoout
(usa Ubuntu)
Enviado em 13/04/2011 - 18:15h
eu estava tentando instalar os drivers da nvidia que baixei (NVIDIA-Linux-x86-260.19.44.run), mas acontece o seguinte erro:
error: unable to load the kernel module 'nvidia.ko'. This happens most frequentely when this kernel module sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb, nvidiafb, or nouveau is present and prevents the nvidia kernel module from obtaining ownership of the nvidia graphics device(s), or nvidia gpu installed in this system is not supported by this nvidia linux graphics driver release.
please see the log entries 'kernel module load erroe' and 'kernel messages' at the end of the file '/var/log/nvidia-installer.log' for more information.
já removi todos os drivers da nvidia antigos:
$ sudo apt-get --purge remove nvidia-*
e também o nouveau:
$ sudo apt-get --purge remove xserver-xorg-video-nouveau
mas continua acontecendo o erro, o que faço?