I'm running Ubuntu 16.04 on a Dell XPS-15-9560. After installing Ubuntu, I followed this guide
https://github.com/rcasero/doc/wiki/Ubuntu-linux-on-Dell-XPS-15-(9560)
to configure my setup. In my first few months of using this machine, I was concerned about the low battery life and saw that the GPU was using a lot of power when I wasn't using it so I installed nvidia-prime in order to switch to the built in Intel graphics card. As far as I can tell everything worked fine then.
Now, I want to switch to the Nvidia GPU. However
sudo prime-select nvidia
produces output as though the card switched, but nvidia-settings won't start up, and rebooting brings back the Intel card.
Any ideas as to what I should do? I have looked at related posts, but I suspect that the people have further complexities in their setups.
EDIT
As requested by @Terrance, here is the output of
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
sudo lshw -C display
? – Terrance Jan 05 '19 at 16:07sudo prime-select nvidia
? I have seen where in 18.04 it doesn't switch until a reboot is performed. – Terrance Jan 05 '19 at 23:50graphics-drivers
PPA? – Terrance Jan 06 '19 at 16:26ppa:graphics-drivers/ppa
repository – nonreligious Jan 06 '19 at 19:26