Hi all, first time poster here, and first timer with tumbleweed as well.
Today I took the dive and installed tumbleweed, and surely not to my surprise everything went like a breeze except for the nvidia drivers. Followed the corresponding instructions to no avail (SDB:NVIDIA drivers - openSUSE Wiki). For summary, my card is an RTX A3000 mobile,
pablom@localhost:~> lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01)
01:00.0 VGA compatible controller: NVIDIA Corporation GA104GLM [RTX A3000 Mobile] (rev a1)
pablom@localhost:~>
For which I need the G06
drivers. I installed them with the automated installation instructions, then proceeded to reboot and enroll it in the MOK database (I have SecureBoot enabled in my BIOS). After bootup however, the nvidia drivers are not working, with lsmod | grep nvidia
coming up empty. The system is just using the integrated intel card. I do get some info in dmesg
regarding nvidia:
pablom@localhost:~> dmesg | grep nvidia
[ 4.266268] [ T1] integrity: Loaded X.509 cert 'Local build for nvidia-driver-G06 550.90.07 on 2024-06-14: 9cbea82efd47c7a9eae27fe79b4ade59d4a26933'
Thanks for any help!