经过apt-get安装nvidia驱动

标签: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


相关文章
相关标签/搜索