这是 psensor 温度监视器的输出。那么有人可以帮我确定我的gpu temp吗?
规格:Intel® Core i7-7700HQ NVIDIA GTX 1060 操作系统类型:64 位
笔记本电脑:带有 Ubuntu 18.04 LTS 和 Windows 10(双启动)的 Acer Predator
规格:Intel® Core i7-7700HQ NVIDIA GTX 1060 操作系统类型:64 位
到目前为止一切正常,除了我无法在 Ubuntu 中切换到 NVIDIA 显卡。请帮助我,这是我第一次在我的 PC 上安装 Linux 发行版。我按照这个网站上
的安装教程,我无法让它工作。
我尝试从 Ubuntu 存储库和 GPU Drivers PPA 安装 NVIDIA 驱动程序。
我已经阅读了许多主题并尝试遵循这些建议。但同样的结果,没有任何效果。下面是我按照执行顺序运行的最后一个命令的详细步骤。
清除所有 NVIDIA:
sudo apt purge nvidia-*
清除 PPA:
sudo ppa-purge ppa:graphics-drivers/ppa
自动删除:
sudo apt autoremove
清理:
sudo apt auto-clean
新黑名单:
编辑文件/etc/modprobe.d/disable-nouveau.conf
并添加以下行:
blacklist nouveau
blacklist vga16fb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
blacklist amd76_edac
alias nouveau off
alias lbm-nouveau off
options nouveau modeset=0
重新添加 PPA:
sudo add-apt-repository ppa:graphics-drivers/ppa
检查推荐的驱动程序:
ubuntu-drivers devices
从 PPA 安装推荐的驱动程序:
sudo apt install nvidia-driver-396
重启系统:
sudo reboot
检查正在使用的驱动程序:
$ lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
Subsystem: Acer Incorporated [ALI] Device 118a
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
Subsystem: Acer Incorporated [ALI] GP106M [GeForce GTX 1060 Mobile]
Kernel driver in use: nouveau
$ lspci -nnk | grep -i vga -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04)
Subsystem: Acer Incorporated [ALI] Device [1025:118a]
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] [10de:1c20] (rev a1)
Subsystem: Acer Incorporated [ALI] GP106M [GeForce GTX 1060 Mobile] [1025:118b]
Kernel driver in use: nouveau
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
$ 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-settings
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system