18.04 Dell XPS 15
sudo prime-select intel
gives ERROR the installed packages do not support PRIME
Where can I find out more about how to proceed?
18.04 Dell XPS 15
sudo prime-select intel
gives ERROR the installed packages do not support PRIME
Where can I find out more about how to proceed?
Try
Also, you may need to do as described here:
Add
in /etc/default/grub in the line GRUB_CMD_LINUX_DEFAULT
Install bbswitch-dkms (
sudo apt install bbswitch-dkms
), and addbbswitch
to/etc/modules
.I had the same issue with my gtx 1050 on Ubuntu 18.04.
Install the nvidia driver (in my case
nvidia-driver-390
)Open
/etc/default/grub
and removed all options inGRUB_CMDLINE_LINUX_DEFAULT
and inGRUB_CMDLINE_LINUX
Run sudo update-grub and then restart.
Now you can run
sudo prime-select intel
with no errors. Also you can use nvidia settings GUI to define which gpu to use under PRIME Profiles