Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: NIck on March 21, 2011, 06:35:16 AM
-
hello everyone, i have a problem, when tinycore starts screensaver is on 600 sec timer, but i want to have no screensaver. I start aterm and say "xset s off" and all good. but if i reboot screensaver is 600 sec timer. Can you explain me what must i do for set it automaticlly?
P.s. sorry for stupid questions
-
Put it in .xsession, or a file in .X.d
-
ok, i have try it, but i could achieve only starting aterm and nothing more, how to put in it a comand i dont undestend yet...
-
You could try this:
$ echo 'xset s off' > ~/.X.d/xset
..which should take effect on restarting x (you might need "xset s off &")
~/.X.d/xset should be saved in your backup automatically
-
thanks a lot, it was easy then i thought, i tried many similar combinations, but not this one, once again thanks