我在戴尔XPS-9560上运行Ubuntu 16.04。安装了Ubuntu之后,我遵循了下面的指南
https://github.com/rcasero/doc/wiki/Ubuntu-linux-on-Dell-XPS-15-(9560)
来配置我的设置。在我使用这台机器的头几个月里,我担心电池续航时间很短,我发现GPU在我不使用它的时候使用了大量的电源,所以我安装了nvidia--质数,以便切换到内置的Intel显卡。据我所知,当时一切都很顺利。
现在,我想转到Nvidia GPU。然而,
sudo prime-select nvidia 产生的输出就像卡切换一样,但是nvidia-设置不会启动,重新启动将带回Intel卡。
对我该做什么有什么想法吗?我看过相关的职位,但我怀疑人们的设置更加复杂。
按照@Terrance的要求,以下是
sudo lshw -C display
*-display UNCLAIMED
description: 3D controller
product: NVIDIA Corporation
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:ec000000-ecffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:ed000000-ed07ffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:130 memory:eb000000-ebffffff memory:80000000-8fffffff ioport:f000(size=64) memory:c0000-dffff发布于 2019-01-18 18:58:20
好吧,我已经解决了这个问题。对于其他感兴趣的人,我再次添加了图形驱动程序ppa,并安装了nvidia-410驱动程序:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-367完成此操作后,您将收到一条消息,询问禁用UEFI安全引导的问题。以前(在我的“如果它没坏了,不要修复它”的心态中)我要么避免这样做,要么没有重新启动。
无论如何,说“是”,给系统一个密码,并记住它!然后,立即重新启动,您应该得到一个屏幕,询问您密码的字母(或禁用安全启动)--我忘记了命令。只需谨慎地继续,确保使用提供给您的选项禁用安全引导,然后选择重新启动。
登录后,您应该看到NVidia显卡正在按需要工作(例如,在系统信息中)。
至于安全引导,重要吗?请参阅讨论这里。
https://askubuntu.com/questions/1107208
复制相似问题