Hello,
I have been a Linux user for years. I recently embraced Tumbleweed for the first time in months, and I love it so far! Unfortunately, when I switched from Nouveau to Nvidia using zypper, my second monitor stopped working. What should I do to troubleshoot this and restore my hardware? It works as usual in my dualboot install of Windows 10.
All I’ve done is install the proprietary Nvidia drivers, along with a few flatpaks like Bitwarden, Zen Browser, and Vesktop. My GPU is a Geforce 1050 Ti.
Welcome to openSUSE Forums. Start by sharing the graphics card and desktop environment details… inxi -GSaz
There may be further questions to help progress this.
My laptop is exhibiting this same overall issue. The Arch forum mentioned trying Wayland; that did not work for me. What is the easiest way to downgrade the Nvidia drivers via Zypper? That is something I haven’t had to do with it before.
Simply sudo zypper in nvidia-drivers-G06. Answer yes when you get asked to downgrade. Or choose v550 in the version tab of the package descriprion in YaST Software.
Excellent. Thank you! Does that mean Tumbleweed reverted back to 550 and my system just kept 570 because it was newer, or is it standard for Zypper to assume that when you want to install it that you want to go back a version?
nvidia-drivers-G06 is a meta-package for the v550 drivers. The v570 drivers have no meta-package. So by installing the meta-package nvidia-drivers-G06 you effectively perform a downgrade when v570 was installed.
Is there a way to downgrade package if, in the future, the same sort of thing occurs and there is no suddenly deprecated metapackage to employ this trick with? Don’t get me wrong… I’m very glad this worked. I am just curious about how to fix it in the event I’m not so lucky in the future. The only way that comes to mind would be to use Snapper to go back, freeze the packages, and then update again. The only issue with that, in general, is that sometimes several updates can go by without you realizing a thing broke (e.g., in the event of this Issue/Thread, I haven’t plugged an external monitor in for some time so it broke long before, and many updates before, I noticed it).