我应该运行哪个 NVidia 驱动程序?是否可以更改驱动程序(作为测试)并轻松恢复?

我应该运行哪个 NVidia 驱动程序?是否可以更改驱动程序(作为测试)并轻松恢复?

这是我目前在 NVIDIA GeForce GTX 1660 上运行的驱动程序

我正在运行 Ubuntu 22.04.3 LTS 和 X11。

nvidia 驱动程序和当前设置

我怎么知道哪一个是最好的?

是否可以切换到另一个并尝试一下,然后轻松切换回来?

我想尝试另一个,但我不确定是否会丢失所有视频显示。

答案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

我继续尝试切换到另一个驱动程序(我猜是较新的)。我祈祷一切顺利。

相关内容