[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Preventing Screen Sleep in Graphical Session
Page 1 of 1

Preventing Screen Sleep in Graphical Session

PostPosted: Tue Jun 07, 2016 3:23 pm
by dcd4408
What is the proper way to prevent (or change the time delay of) the screen from blacking out during a graphical session under this operating system?

Thanks!

Re: Preventing Screen Sleep in Graphical Session

PostPosted: Wed Jun 08, 2016 5:33 pm
by sebraa
In X11, you can run "xset -dpms" to turn off screen blanking.
However, screen savers (e.g. xscreensaver) will override this setting, so you need to disable them first.

Re: Preventing Screen Sleep in Graphical Session

PostPosted: Thu Jun 09, 2016 4:18 pm
by dcd4408