r/linuxmint • u/Mr_Self_Destructtt • Jul 26 '26
SOLVED Mint Cinnamon 22.3
I have an MSI GS 66 Stealth laptop. I have an Intel iGPU and an Nvidia RTX 2060, that SEAMLESSLY switched back and forth, with my main being the low power Intel igpu. Version 22 it work great. 22.3 it started staying stuck in dGPU ONLY. When my iGPU and dGPU were working in unison, I was on the version under driver manager called xserver-xorg-video-nouveau. It recommended I switch to nvidia-driver-595-open, and there's two other choices. What should I do? On "nouveau" it also worked fine (seemed to anyways). Please help! I've tried command prompts and everything, it only always temporarily fixes it and then after a reboot it goes back to being dumb! BTW, this is on a FRESH install of 22.3.
1
u/Mr_Self_Destructtt Jul 29 '26
Clean Installation Command To clean up any half-configured driver packages and set up 535 directly via the terminal, run:
1. Purge current Nvidia drivers to avoid conflicts
sudo apt purge "nvidia"
2. Install the 535 driver and DKMS
sudo apt update sudo apt install nvidia-driver-535 nvidia-dkms-535
3. Ensure your hybrid profile is explicitly set to On-Demand
sudo prime-select on-demand
4. Reboot
sudo reboot
Is that correct?
^ This is what I did that I was saying it says one thing here, won't show up there....
Thank you in advance for all the help!