debian驱动安装


wifi:
sudo apt-get install firmware-iwlwifi firmware-intelwimax firmware-realtek firmware-atheros
sudo apt-get install gnome-control-center

显卡:
sudo apt install nvidia-settings

软件源:
https://www.atzlinux.com/allpackages.htm

------

双显卡方案:

sh NVIDIA-Linux-x86_64-390.138.run -no-x-check -no-nouveau-check -no-opengl-files --kernel-source-path=/usr/src/kernels/$(uname -r)

-no-x-check:安装驱动时关闭X服务
-no-nouveau-check:安装驱动时禁用nouveau
-no-opengl-files:只安装驱动文件,不安装OpenGL文件
--kernel-source-path: 指定安装路径

其它参考:
https://linuxconfig.org/how-to-install-nvidia-driver-on-debian-10-buster-linux
https://zhuanlan.zhihu.com/p/60307377
https://www.cnblogs.com/abella/p/10217959.html
https://www.cnblogs.com/zhouxiaosong/p/11073058.html

你可能感兴趣的:(debian驱动安装)