drivers from UbuntuDepending on what model graphics card you have, you need to install one of the Then run the command nvidia-xconfig and restart X. That's it. The drivers direct from NVidiaYou can get more recent drivers if you download them direct from the NVidia site. This is the preferred way if you are not running an Ubuntu kernel, but rather built a vanilla Linux kernel yourself. The NVidia site has also got beta drivers. Installing the latest drivers from www.nvidia.com is just a matter of running the downloaded .run file which is a shell script. sudo su chmod 755 ./NVIDIA-Linux-x86-169.07-pkg1.run ./NVIDIA-Linux-x86-169.07-pkg1.run If the script cannot locate the kernel headers, make sure the linux-headers package for your kernel is installed, or, if you built the kernel yourself, make sure the /usr/src/linux symlink exists and points to your kernel sources. If that does not help, then specify the kernel headers like this: SYSSRC=/usr/src/linux ./NVIDIA-Linux-x86-169.07-pkg1.run If the nvidia kernel module is not loaded, even after rebooting, try: depmod -a modprobe nvidia If you get an error like: "Error running install command", then remove useful utilitiesAdditionally you may want to install the |
|||
