1
0

- no longer try to overwrite NVreg_OpenRMEnableSupporteGpus driver

option setting; apparently it's ignored by the driver (boo#1215981,
  comment#26)

OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=65
This commit is contained in:
Stefan Dirsch 2023-11-22 13:22:52 +00:00 committed by Git OBS Bridge
parent 86e8cc4ee4
commit de7d50fb69
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 22 13:16:01 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- no longer try to overwrite NVreg_OpenRMEnableSupporteGpus driver
option setting; apparently it's ignored by the driver (boo#1215981,
comment#26)
-------------------------------------------------------------------
Tue Nov 21 21:05:50 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -159,10 +159,6 @@ for flavor in %flavors_to_build; do
cat > $MODPROBE_DIR/60-nvidia-$flavor.conf << EOF
blacklist nouveau
options nvidia-drm modeset=1 fbdev=1
# having set NVreg_OpenRMEnableSupporteGpus=1 in 50-nvidia-$flavor.conf
# of older driver 535.xx.yy driver is supposed to break booting, so let's
# overwrite it (boo#1215981, comment#23)
options nvidia NVreg_OpenRMEnableSupporteGpus=0
EOF
echo -n "install nvidia " >> $MODPROBE_DIR/60-nvidia-$flavor.conf
tail -n +3 %_sourcedir/modprobe.nvidia.install | awk '{ printf "%s ", $0 }' >> $MODPROBE_DIR/60-nvidia-$flavor.conf