We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a178b + c2f8140 commit fd67b7aCopy full SHA for fd67b7a
1 file changed
nvidia-drm-disable-modeset.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+# workaround for Nvidia RTX 5090 and RTX Pro 6000 reset bug with driver R580 and older - 2026-01-08
4
5
+sed -i 's/modeset=1/modeset=0/g' /etc/modprobe.d/nvidia-graphics-drivers-kms.conf
6
+update-initramfs -u
7
8
+echo "You will need to reboot now to activate the modeset change."
0 commit comments