答案1
使用命令行。如果桌面坏了,你总是可以回到命令行。所以学习这种方法,你会更好。
列出可用的驱动程序
sudo ubuntu-drivers list
安装:
sudo ubuntu-drivers install [driver:version from list]
帮助:
sudo ubuntu-drivers -h
Usage: ubuntu-drivers [OPTIONS] COMMAND [ARGS]...
Options:
--gpgpu gpgpu drivers
--free-only Only consider free packages
--package-list PATH Create file with list of installed packages (in install
mode)
--no-oem Do not include OEM enablement packages (these enable an
external archive)
-h, --help Show this message and exit.
Commands:
autoinstall Deprecated, please use "install" instead
debug Print all available information and debug data about drivers.
devices Show all devices which need drivers, and which packages...
install Install a driver [driver[:version][,driver[:version]]]
list Show all driver packages which apply to the current system.
list-oem Show all OEM enablement packages which apply to this system
答案2
我继续尝试切换到另一个驱动程序(我猜是较新的)。我祈祷一切顺利。