Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: NIck on March 21, 2011, 06:35:16 AM

Title: startup scripts
Post 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
Title: Re: startup scripts
Post by: curaga on March 21, 2011, 08:11:22 AM
Put it in .xsession, or a file in .X.d
Title: Re: startup scripts
Post by: NIck on March 21, 2011, 09:04:36 AM
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...
Title: Re: startup scripts
Post by: Juanito on March 21, 2011, 09:22:06 AM
You could try this:
Code: [Select]
$ 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
Title: Re: startup scripts
Post by: NIck on March 21, 2011, 10:27:30 AM
thanks a lot, it was easy then i thought, i tried many similar combinations, but not this one, once again thanks