Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: asi_ka on February 25, 2015, 02:27:07 AM

Title: How to disable screen saver
Post by: asi_ka on February 25, 2015, 02:27:07 AM
Could someone please let me know how to disable the screen saver (blank screen) in X? Would really appreciate any help.
Title: Re: How to disable screen saver
Post by: bmarkus on February 25, 2015, 02:37:43 AM
Did you try the xset command?
Title: Re: How to disable screen saver
Post by: Rich on February 25, 2015, 02:42:39 AM
Hi asi_ka
Try:
Code: [Select]
xset s off -dpms
Title: Re: How to disable screen saver
Post by: asi_ka on February 25, 2015, 02:47:39 AM
perfect, thank you very much.
Title: Re: How to disable screen saver
Post by: andyj on March 01, 2015, 11:20:04 PM
A more elegant way would be to create the following file in /usr/local/share/X11/xorg.conf.d/01-disable-blanking.conf:

Section "ServerFlags"
        Option  "BlankTime"     "0"
        Option  "StandbyTime"   "0"
        Option  "SuspendTime"   "0"
        Option  "OffTime"       "0"
EndSection

Don't forget to add it to /opt/.filetool.lst