forked from pool/nvidia-open-driver-G06-signed
- 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:
parent
99ab0f5144
commit
372cb6ed35
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user