1. 程式人生 > >ubuntu18.04 安裝驅動

ubuntu18.04 安裝驅動

如果有額外的驅動,可以這麼裝

ubuntu-drivers autoinstall

 這樣裝的nividia的驅動 目前看可以正常升級核心,比直接安裝ubuntu提供的nividia驅動強

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:
   list: Show all driver packages which apply to the current system.
   devices: Show all devices which need drivers, and which packages apply to them.
   autoinstall: Install drivers that are appropriate for automatic installation.
   debug: Print all available information and debug data about drivers.