I have a laptop that has AMD Radeon graphics and NVIDIA Geforce GTX 1650 GPU on board. I want to install the 560 version of the NVIDIA driver and am following the guide:
https://en.opensuse.org/SDB:NVIDIA_the_hard_way
In the past when I’ve used the NVIDIA driver from the repos, I could just install suse-prime and use prime-select to switch over to the NVIDIA card and use it exclusively. However when I try to install suse-prime it also wants to install the repo version which I do not want.
Is there a way to make this work? I really like prime-select as it’s easy to switch back and forth.
So I was able to get this working and ended up installing the NVIDIA 565 driver which I needed for gaming.
Essentially what I did was:
installed suse-prime package which included the NVIDIA 550 drivers
Uninstalled the NVIDIA 550 driver packages
Add zypper lock for suse-prime package (zypper al suse-prime) - This will hopefully prevent the NVIDIA driver from the repo from being installed in the future
Install the NVIDIA 565 driver from the .run file and allow it to rebuild initramfs
Run ‘prime-select boot nvidia’ to set the dGPU to be used full time
After rebooting it’s booted using the NVIDIA card full time with the latest 565.57.01 driver.
Hopefully this will help someone down the road that may want something similar who has a laptop with iGPU and dGPU.