我尝试更新我的驱动程序,并在终端中输入以下命令
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current
但是现在我的图形空间是空的并且我无法玩游戏,否则游戏会崩溃,有什么办法可以修复/撤消它吗?
答案1
要撤消这些命令,您可以尝试:
sudo add-apt-repository --remove ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install --reinstall nvidia-current