Comment 36 for bug 1193716

Revision history for this message
stavros daliakopoulos (stavrosd) wrote : Re: Monitor turns off after 10 minutes of inactivity despite the fact that XScreensaver has been removed from Lubuntu

The solution is public since November 13.

http://forum.manjaro.org/index.php?topic=8403.0

http://openbox.org/wiki/Help:Autostart

To run commands for all users system-wide, place them in a similar file in /etc/xdg/openbox/autostart

Although DPMS can be configured, you can also just switch them off. To do so, add the following to the top of your openbox autostart file:

Code: [Select]
## DPMS - Display Power Management Settings
## These are disabled by default to prevent auto-actions when
## the system is idle, such as screen blanking (10 mins) or
## suspending (1 hour).
xset -dpms; xset s off &