Sleep quirks? 01 January 2018, 05:03:08 Is there any way to suspend with quirks like in the days of pm-utils? I'm trying to debug a mysterious graphics-card issue and I would like to experiment with some of them to see if they effect any change in my situation, but I can't seem to find any documentation about this for (e)logind online. (This issue was also present under systemd, by the way) Last Edit: 01 January 2018, 05:04:52 by goose121
Re: Sleep quirks? Reply #1 – 01 January 2018, 18:09:42 elogind uses loginctl for shutdown and reboot etc.
Re: Sleep quirks? Reply #2 – 02 January 2018, 08:59:34 You may want to read up on ACPI (example: https://wiki.gentoo.org/wiki/ACPI#OpenRC)What DE are you using?
Re: Sleep quirks? Reply #3 – 05 January 2018, 01:17:31 Sorry about the extended wait, I was having account difficultiesI found out that sleep quirks were just done by a shell script in pm-utils, which can be found here. I just had to copy-paste the scripts for the ones I wanted into the shell before suspending, but it could probably be done with a fancy script, if I felt like it Last Edit: 15 January 2018, 20:59:52 by goose121