hey im pretty new to linux and endeavourOS in general so please try to be kind
Yesterday my system ‘broke’ because of the new nvidia driver now i checked with
nvidia-driver-supported-branches -a
and now it says that the nvidia 495 drivers are supported.
[mixel@mixel-ms7a33 ~]$ nvidia-driver-supported-branches -a
NVIDIA card id: 1c03
Series 495: supported
Series 470: supported
Series 390: supported
Series 340: not supported
should I reinstall the nvidia 495 drivers now?
Also I installed the old drivers with yay is there a good way so i can always upgrade them with pacman again?
Yes your card is supported. I have the same graphics card. Not sure why your system broke? What do you mean? I installed the latest 495.xx drivers with no issue. What desktop are you using? You should be able to update to the 495.xx version.
So basically I did sudo pacman -Syu as always
Then I rebooted my system and I couldnt get past idk what it was anymore sadly
after the ramdisk and kernel initialisation.
And then I had to go in the comman line with alt+ctrl+f2 to then uninstall my nvidia drivers and install the 470xx via yay from the AUR.
After that I rebooted again and had no issues until now (a couple of games are wont start anymore since then)
Yes, I didn’t provide a copy-paste line because I don’t know exactly which packages you installed. However, you’ll have to replace any 470xx packages with their 495xx equivalent at the same time, e.g.
sudo pacman -S nvidia-dkms nvidia-utils
Note: this is not a final copy-paste command, you may have to iterate it to replace all packages you have installed.
It won’t do - you explicitly installed the 470xx drivers.
Okay you don’t need those ones because your card is supported. I’m not sure now what is the best way to remove those and go back to the regular repo drivers? @jonathon
Edit: I just don’t want to mess things up on you so I’m being cautious.
Uhh so what exactly do I have to figure out to upgrade the driver again
Do I have to install every package that I manually downgraded again and it will automatically install the newest version or will I have to check for my current 470xx version to then do something with that?
@jonathon
I had a similar issue the other day with a user trying to install the 340.xx version drivers for a 9400 GT and because of dependencies it wouldn’t allow to remove the 340.xx-utils no matter if i used the dkms version or not. I ended up removing nvidia-dkms and then installed the 340.xx driver version. I didn’t install the 340xx-dkms but I’m sure i could have then. But he didn’t have any drivers installed for nvidia so that’s what was weird about it. It was saying the same thing that removing nvidia-470xx-utils breaks the dependency yet no drivers were installed. I just removed nvidia-dkms and it installed the 340xx drivers and utils.
Edit: Actually he was booting up to starting version 249… blah blah and i add the drm parameter and then it came up saying it required the 340xx drivers but wouldn’t allow to install because of this. So this is how i got around that. I don’t know why it wouldn’t work on nouveau either?