Skip to content

Commit fd67b7a

Browse files
authored
Merge pull request #1 from NexGenCloud/OIE-1700
add workaround script for Nvidia RTX 5090 and RTX Pro 6000 reset bug
2 parents 23a178b + c2f8140 commit fd67b7a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nvidia-drm-disable-modeset.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)