Hi,
thanks for the hints. After some more back and forth (but basically running the patched installer letting it configure everything as default and reboot several times) it works again. Just in case someone has similar problems, here is the lspci of my builtin graphic card and the relevant commands.
Code:
# lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [NVS 3100M] (rev a2)
# uname -r
5.3.18-lp152.50-default
Code:
systemctl set-default multi-user.target
reboot
Code:
zypper rm nvidia-gfxG03-kmp-default nvidia-glG03 nvidia-uvm-gfxG03-kmp-default
mkdir nv.tmp && cd nv.tmp
wget https://nvidia.if-not-true-then-false.com/NVIDIA-Linux-x86_64-340.108-patched-kernel-5.8.run
chmod +x NVIDIA-Linux-x86_64-340.108-patched-kernel-5.8.run
./NVIDIA-Linux-x86_64-340.108-patched-kernel-5.8.run
Code:
systemctl set-default graphical.target
reboot
Is there some automation I can use to let it do whatever is necessary after kernel updates, similar to what the nvidia repo did?
Bookmarks