You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A decent pointer for a solution is this page that mentions that scripts in /usr/lib/systemd/system-sleep are run before sleep and on resume, getting that information on the argument.
With this it should be trivial to save the state on suspend and setting it on resume.
If I switch the card off with
nvx off
and then suspend the laptop, after resumenvx status
shows the card as on.Video card state should be persisted.
Save the state before sleep and set that same state after resume.
systemd services should be able to achieve this.
Thank you.
The text was updated successfully, but these errors were encountered: