在运行sudo ubuntu-drivers devices之后,我确认了以下可用的驱动程序
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
...
vendor : NVIDIA Corporation
model : GK104 [GeForce GTX 660 OEM]
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-455 - third-party free recommended
driver : nvidia-driver-435 - distro non-free
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-418-server - distro non-free
driver : nvidia-driver-440-server - distro non-free
driver : nvidia-340 - distro non-free
driver : nvidia-driver-450 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin但是在运行sudo ubuntu-drivers install nvidia-driver-450时,我得到
No drivers found for installation.奇怪的是,我能够通过运行nvidia-driver-450找到apt install nvidia-driver-450,但是我想使用ubuntu-drivers。怎么解决这个问题呢?
谢谢!
发布于 2020-11-06 05:16:07
从Software & Update应用程序安装驱动程序。
打开它后,转到“附加驱动程序”选项卡,并安装推荐的驱动程序(驱动程序: nvidia-driver-455 -第三方免费推荐)
https://askubuntu.com/questions/1290014
复制相似问题