1
0

Accepting request 1110547 from X11:Drivers:Video:Redesign

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1110547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvidia-open-driver-G06-signed?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2023-09-12 19:03:49 +00:00 committed by Git OBS Bridge
commit a8543c3db3
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 done
# Workaround needed on TW for simpledrm (boo#1201392) # 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 pbl --add-option nosimplefb=1 --config
%endif %endif

View File

@ -2,7 +2,7 @@ if [ "$1" = 0 ] ; then
# cleanup of bnc# 1000625 # cleanup of bnc# 1000625
rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf
# remove TW Workaround for simpledrm during uninstall (boo#1201392) # 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 pbl --del-option nosimplefb=1 --config
%endif %endif
fi 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> Mon Aug 28 13:20:15 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>