Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created November 6, 2023 22:54
Show Gist options
  • Save nosrednawall/2d63fab0dd050f9535ee68a693568de9 to your computer and use it in GitHub Desktop.
Save nosrednawall/2d63fab0dd050f9535ee68a693568de9 to your computer and use it in GitHub Desktop.
Corrige congelamento de tela após hibernar com gnome
#!/bin/bash
#arquivo salvo em /usr/bin/nvidia-sleep.sh
if [ ! -f /proc/driver/nvidia/suspend ]; then
exit 0
fi
RUN_DIR="/var/run/nvidia-sleep"
XORG_VT_FILE="${RUN_DIR}"/Xorg.vt_number
# Referencia https://forums.linuxmint.com/viewtopic.php?p=2138118#p2138118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment