Tiny Core Linux
Tiny Core Base => Micro Core => Topic started by: hjyker on September 09, 2014, 11:24:45 PM
-
I have a stupid question, I want to turn off the screensaver for my micro core. so ,how to set it?
-
Several methods exist which I didn't all test.
Boot code:
consoleblank=0
CSI Sequences:
echo -en '\033[9;0]\033[14;0]' > /dev/tty
setterm -blank 0 -powerdown 0
X only:
xset s off -dpms