I'm new to linux and am having a bit of trouble setting my GPU up as my primary video adapter. That being said, a little background info is in order. I'm currently running linux on a MSI laptop that has an dedicated nVidia GeForce 1050 video card and a Intel chip that uses HD graphics. I want to set up the nVidia card as my primary so I can still play a few graphic intensive games every so often, games that the integrated graphics chokes on. I've searched the web for answers for a couple of days now and haven't found a solution that works for me yet.
sudo lshw -C video returns:
*-display
description: 3D controller
product: GP107M [GeForce GTX 1050 Mobile]
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 rom
configuration: driver=nvidia latency=0
resources: irq:140 memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:df000000-df07ffff
*-display
description: VGA compatible controller
product: HD Graphics 630
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:138 memory:dd000000-ddffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff
System Settings
nVidia Settings
Additional Drivers
Things I've Tried:
- Using nVidia Prime and prime-select
- Using nVidia Optimus
- Installing Bumblebee and Bumblebee-nVidia
- Purging and reinstalling drivers
- Trying the Nouveau drivers (which actually caused linux to fail to display the UI and I had to purge the driver then reinstall the nVidia driver from tty)
I may have forgotten a couple of things but I'm willing to try anything and everything.