You are not logged in.

#1 2011-07-19 12:38:26

RufusD
Member
Registered: 2010-03-21
Posts: 86

[SOLVED] xfce4: disable screen blanking

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

#2 2011-07-19 13:05:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] xfce4: disable screen blanking

https://wiki.archlinux.org/index.php/DPMS
Specifically https://wiki.archlinux.org/index.php/DP … urning_off

xset -dpms;xset s off

Last edited by karol (2011-07-19 13:07:27)

Offline

#3 2011-07-19 20:17:55

RufusD
Member
Registered: 2010-03-21
Posts: 86

Re: [SOLVED] xfce4: disable screen blanking

That looks good, thank you!
I'll give it a try and report back

Offline

#4 2011-07-19 21:46:00

mips1
Member
Registered: 2008-01-02
Posts: 100

Re: [SOLVED] xfce4: disable screen blanking

Offline

#5 2011-08-10 15:43:33

RufusD
Member
Registered: 2010-03-21
Posts: 86

Re: [SOLVED] xfce4: disable screen blanking

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 -dpms

which works perfectly. (As I could have noticed by paying attention to karol's post).
Anyway, file closed.

Offline

Board footer

Powered by FluxBB