1
0

- kmp-post.sh/kmp-postun.sh:

* add/remove nosimplefb=1 kernel option in order to fix Linux
    console also on sle15-sp6/Leap 15.6 kernel, which will come
    with simpledrm support

OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=46
This commit is contained in:
Stefan Dirsch 2023-09-05 09:28:38 +00:00 committed by Git OBS Bridge
parent 99ab0f5144
commit 372cb6ed35
3 changed files with 10 additions and 2 deletions

View File

@ -28,6 +28,6 @@ for dev in $(ls -d /sys/bus/pci/devices/*); do
done
# Workaround needed on TW for simpledrm (boo#1201392)
%if 0%{?suse_version} >= 1550
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
pbl --add-option nosimplefb=1 --config
%endif

View File

@ -2,7 +2,7 @@ if [ "$1" = 0 ] ; then
# cleanup of bnc# 1000625
rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf
# remove TW Workaround for simpledrm during uninstall (boo#1201392)
%if 0%{?suse_version} >= 1550
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
pbl --del-option nosimplefb=1 --config
%endif
fi

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 5 07:58:49 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- kmp-post.sh/kmp-postun.sh:
* add/remove nosimplefb=1 kernel option in order to fix Linux
console also on sle15-sp6/Leap 15.6 kernel, which will come
with simpledrm support
-------------------------------------------------------------------
Mon Aug 28 13:20:15 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>