nvidia 555.58-2 | nvidia-sleep.sh script gone??
I recently upgraded my nvidia drivers from 550.90 to 555.58-2 and i noticed that nvidia-sleep.sh has vanished.
Script is used by elogind after resume from suspend: /lib64/elogind/system-sleep/nvidia
#!/bin/sh
case "$1" in
post)
/usr/bin/nvidia-sleep.sh "resume"
;;
esac
I tried to reinstall the drivers (sudo pacman -R nvidia nvidia-utils nvidia-settings) then (sudo pacman -S nvidia nvidia-utils nvidia-settings) but without success.
According to the docs site nvidia-sleep is supposedly somewhere in /usr/share/nvidia. But it's not there
MAYBE i'm going insane and the script was removed before. My loginctl suspend was running smoothly before
Can anyone confirm?