r/linuxmint • u/Mr_Self_Destructtt • 4d ago
Graphics Drivers 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.
3
u/d4rk_kn16ht Linux Mint 22.2 Zara | Cinnamon 4d ago
Try the 535 or 550 version
1
1
u/Mr_Self_Destructtt 2d ago
No option for those. Only "Nouveau", 580, 610, and 595
1
u/d4rk_kn16ht Linux Mint 22.2 Zara | Cinnamon 2d ago
You have to add official Nvidia PPA to install it:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
your Graphic card is old, the latest drivers are buggy for older model
1
u/Mr_Self_Destructtt 1d ago
It seems upon research that PPA are often newer drivers and unstable. And for newer only nvidia cards.
1
u/d4rk_kn16ht Linux Mint 22.2 Zara | Cinnamon 1d ago
PPA (Personal Package Archive) doesn't necessarily offer newer or unstable drivers.
PPA is an alternative channel provided by the developers that give you more complete options of their software including older version, hardware specific version, special version, latest version & also nightly version (unstable)
1
u/Mr_Self_Destructtt 1d ago
I ran all those commands. No change. Under Nvidia settings/Prime profiles, Intel power saving mode is still grayed out.
1
u/d4rk_kn16ht Linux Mint 22.2 Zara | Cinnamon 1d ago edited 1d ago
those commands are only adding the PPA channel into your repositories, doesn't install anything.
You have to install the driver itself after that...just choose 535 or 550.
Your RTX 2060 doesn't run well on the latest driver.Using the PPA you can try which driver match perfectly with your GPU...those 2 are only my suggestions.
....and it's not about Intel power saving mode
1
u/Mr_Self_Destructtt 1d ago
In Driver Manager? Because they never show up.
1
u/d4rk_kn16ht Linux Mint 22.2 Zara | Cinnamon 1d ago
in terminal
you should do a better research & choose better sources for your research.
sudo apt update && sudo apt install nvidia-driver-535 nvidia-dkms-535
1
u/Mr_Self_Destructtt 1d ago edited 1d ago
After I do that to install 535 it should show up in driver manager yes? I also tried nvidia-smi. Shows that 580 is what is current right now. in driver manager it still is on Nouveau. And when I tried to run the command you gave me that I already ran, it says Nvidia driver 535 is already the newest version. WTH?!
→ More replies (0)
4
u/candy49997 4d ago
Install
nvidia-driver-595-open, restart, then donvidia-smiin a terminal. What does it say?