You are not logged in.
Hi there!
Is there an easy way to temporarily disable screen blanking? E.g., when watching a movie. I know that vlc can do so, but more often than not I find myself watching some live stream in the browser, so I need another solution. I don't need a fancy GUI - if only I knew of a CLI command, I could bind it to a .desktop file myself.
Or maybe there even is a panel plugin that can keep my screen running with a few mouse clicks?
Best wishes,
Rufus
Last edited by RufusD (2011-08-10 15:43:57)
Offline
https://wiki.archlinux.org/index.php/DPMS
Specifically https://wiki.archlinux.org/index.php/DP … urning_off
xset -dpms;xset s offLast edited by karol (2011-07-19 13:07:27)
Offline
That looks good, thank you!
I'll give it a try and report back
Offline
Have a look at this thread https://bbs.archlinux.org/viewtopic.php?id=122841
Offline
OK, thanks everybody. It took me ages to realize that it's the screensaver that keeps resisting me. So instead of a simple
xset -dpms, now I'm using an
xset s off -dpmswhich works perfectly. (As I could have noticed by paying attention to karol's post).
Anyway, file closed.
Offline