Ads*_*000 8 command-line jockey software-installation 14.04 ubuntu-drivers
Martin Pitt 在 Ubuntu 14.04 中删除了 jockey-text (它在 13.10 中显然也被破坏了)但是当 X 不工作时,我用它来更改命令行中的图形驱动程序。我现在该怎么做(他指的是标题中的两个包)?
使用ubuntu-drivers,可用命令描述如下:
usage: ubuntu-drivers [-h] [--package-list PATH] <command>
List/install driver packages for Ubuntu.
positional arguments:
<command> See below
optional arguments:
-h, --help show this help message and exit
--package-list PATH Create file with list of installed packages (in
autoinstall mode)
Available commands:
debug: Print all available information and debug data about drivers.
autoinstall: Install drivers that are appropriate for automatic installation.
devices: Show all devices which need drivers, and which packages apply to them.
list: Show all driver packages which apply to the current system.
Run Code Online (Sandbox Code Playgroud)
因此,您可以使用 获取包名称列表,sudo ubuntu-drivers devices然后使用apt-get.
安装好你想使用的那个之后,你必须删除你不想使用的那个。这将强制 Ubuntu 使用您安装的那个(感谢 @ Ads20000)