forked from pool/nvidia-open-driver-G06-signed
Stefan Dirsch
c3b9d484a1
- added fbdev=1 option for nvidia-drm module, which gives us a proper framebuffer console now ... - nosimplefb kernel option no longer needed with usage of nvidia-drm's fbdev=1 option - nvidia's NVreg_OpenRmEnableUnsupportedGpus=1 option no longer needed; GeForce and Workstation GPUs now officially supported - support added for H100/H800 GPUs (Hopper) OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=62
5 lines
119 B
Bash
5 lines
119 B
Bash
if [ "$1" = 0 ] ; then
|
|
# cleanup of bnc# 1000625
|
|
rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf
|
|
fi
|