My workaround is this. Instead of suspending via the "suspend" option in
logout, I run this script:
# X11 screens to disable when suspending, from xrandr
X11_DISABLE="HDMI-0 eDP-1-1"
for mon in $X11_DISABLE ; do
xrandr --output $mon --off
done
sleep 1
sudo systemctl suspend
sleep 5
for mon in $X11_DISABLE ; do
xrandr --output $mon --auto
done
I have not had this error in over two months, and I used to get it once
a week.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850776
Title:
Kernel NULL pointer dereference on suspend
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-435/+bug/1850776/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs