


apt install nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfigapt install nvidia-kernel-legacy-173xx-dkms nvidia-glx-legacy-173xx build-essential
nvidia-settings nvidia-xconfigapt install nvidia-kernel-legacy-96xx-dkms nvidia-glx-legacy-96xx build-essential
nvidia-settings nvidia-xconfigsudo nvidia-xconfigsudo echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf apt remove --purge xserver-xorg-video-nouveau libdrm-nouveau1a


Monsta wrote:I think the sgfxi script deserves to be at least mentioned in the thread with such a name. Even though it's not a part of Debian.


apt-get purge xserver-xorg-video-nouveau libdrm-nouveau1a


proxima_centauri wrote:Anybody is certainly welcome to contribute a tutorial for using the sgfxi script.




proxima_centauri wrote:For the TL:DR; folks,
For the newer nvidia cards listed in http://us.download.nvidia.com/XFree86/L ... chips.html
install the following packages:
- Code: Select all
nvidia-kernel-dkms nvidia-glx build-essential nvidia-settings nvidia-xconfig
For older cards listed in http://us.download.nvidia.com/XFree86/L ... dix-a.html
install the following packages:
- Code: Select all
nvidia-kernel-legacy-173xx-dkms nvidia-glx-legacy-173xx build-essential
nvidia-settings nvidia-xconfig
For ancient cards listed in http://us.download.nvidia.com/XFree86/L ... dix-a.html
Install the following packages:
- Code: Select all
nvidia-kernel-legacy-96xx-dkms nvidia-glx-legacy-96xx build-essential
nvidia-settings nvidia-xconfig
When done, execute nvidia-xconfig in terminal. After a reboot, the driver is installed.
* Full credit to fnkbss; copied from http://community.linuxmint.com/tutorial/view/331
EDIT:
Suggested to remove or blacklist the default nouveau driver after nvidia driver installation. (Thank you Elmacus for the recommendation)
Removal:
- Code: Select all
apt remove --purge xserver-xorg-video-nouveau libdrm-nouveau1a
Or blacklist:
- Code: Select all
sudo echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf


Mad_Sunday wrote:However, I suggest you alter the command line commands to include "sudo apt-get" as someone new to Linux may not realise those bits are missing.






galen wrote:In future is it too much to ask for "tutorials" be actually based on a working system, non virtual setups, non best guess ?



galen wrote:I tried
nvidia-xorgconfig
it did not produce a working X



zerozero wrote:galen wrote:I tried
nvidia-xorgconfig
it did not produce a working X
you should do nvidia-xconfig
[ 11699.363] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.




Users browsing this forum: artwood and 2 guests