标签:NVIDIA Driver apt


早前安装的NVIDIA显卡驱动在启动X Server的时候提示版本太新了,要求必须使用340.96的,而新的驱动都到了367

https://wiki.debian.org/NvidiaGraphicsDrivers

apt-get install aptitude bash-completion
aptitude -t wheezy-backports -r install nvidia-kernel-dkms
modprobe nvidia-current

https://wiki.debian.org/NvidiaGraphicsDrivers#configure

  1. mkdir /etc/X11/xorg.conf.d
  2. echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf

https://wiki.debian.org/Xorg

  1. aptitude install xorg
  2. startx




相关文章:

  • 2021-11-30
  • 2021-10-01
  • 2022-02-07
  • 2021-11-07
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案