Tiny Core Linux
		Tiny Core Base => Raspberry Pi => Topic started 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.
			
- 
				Did you try the xset command?
			
- 
				Hi asi_ka
 Try:
 xset s off -dpms 
- 
				perfect, thank you very much.
			
- 
				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