Sup everyone, it’s been too long! and of course I come back with a big heaping pile of shit that should be working but isn’t
So, I’ve had this issue on multiple installs, for whatever reason the latest ubuntu release worked (until gdm game up the gun or something, nothing but a cursor and blank screen but bleh) but the issue is after a certain amount of inactivity my monitors will turn off, and after pressing a button or moving the mouse the monitors start and then nothing.
No courser, no ctl+alt+fx ttys, no nothing. Just extreme sadness and never leaving anything important running when I get out of my chair
So I’m back to arch, no real issues there. Trying openbox+tint2 and absolutely loving it. Never used such a stripped down DE (it’s not even really a DE and it’s just so damn good.)
Now, I’m that kind of fucked up that I actually really enjoy arch. Nothing user side of the kernel is getting in the way, and since I don’t have konsole or whatever gnome uses learning to configure urxterm has been a treat. All around damn lovely.
But something is turning off my monitors and then not bringing the desktop back to me.
I am running Systemd, systemctl suspend works. Suspend to ram is set to auto (auto or disabled) in eufi, and everything else acpi in eufi is set to be controlled by OS and allowed keyboard inputs to wake up.
So my number one suspect is dpms, or Display Power Managment Signaling. Back in the day you could just disable KMS and have an xorg.conf and shit, but none of that is relevant since all the latest drivers (and any driver with good performance) uses kms by default and requires it.
I found a command xset dpms 0 0 0 && xset s noblank && xset s off
that is supposed to set dpms off. I just tried it, we shall see if it works, but I though I already disabled it already, still b
Be aware, I am rubberducking with this post. I may figure it out and find that the noblank option works great, and I can work on setting up an automated sys suspend.
I’m a bit frazzled, gonna go find someone’s openbox configs and steal them while I wait for the abyss to come back, if something is unclear just make a reply and I’ll try to be as verbose as possible.
xset dpms 0 0 0 && xset s noblank && xset s off did the trick. Just have to setup something else now.