標籤:NVIDIA Driver aptbash
早前安裝的NVIDIA顯卡驅動在啓動X Server的時候提示版本太新了,要求必須使用340.96的,而新的驅動都到了367spa
https://wiki.debian.org/NvidiaGraphicsDriverscode
apt-get install aptitude bash-completion
aptitude -t wheezy-backports -r install nvidia-kernel-dkms
modprobe nvidia-currentget
https://wiki.debian.org/NvidiaGraphicsDrivers#configureit
mkdir /etc/X11/xorg.conf.decho -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
https://wiki.debian.org/Xorgio
aptitude install xorgstartx