我有一台 Packard-Bell EasyNote 笔记本电脑,最近从 Ubuntu 升级到17.10
了18.04
。该笔记本电脑使用 nVidia Optimus 系统,这意味着它在大多数任务上都使用英特尔 GPU 来节省电池电量,但对于图形密集型任务,它使用 nVidia GeForce GT 540M。
为了在 GPU 之间切换,我使用 Bumblebee 软件包。选择使用哪个 nVidia 驱动程序在过去一直是个问题,自从17.04
一年前升级以来,我只是使用内置的 Nouveau 驱动程序。在阅读专有驱动程序在以下情况下工作后,18.04
我尝试更新到专有驱动程序,但似乎没有任何效果。
~$ ubuntu-drivers devices
返回:
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00000DF4sv00001025sd00000512bc03sc00i00
vendor : NVIDIA Corporation
model : GF108M [GeForce GT 540M]
driver : nvidia-340 - distro non-free
driver : nvidia-304 - third-party free
driver : nvidia-driver-390 - third-party free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
但是安装后nvidia-driver-390
(使用apt-get
命令行和 Synaptic)命令nvidia-smi
返回:
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
如果有人能提供安装可用的 nVidia 驱动程序的分步说明,我将不胜感激。