Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: vr on April 02, 2010, 11:47:52 AM

Title: [solved] Disabling screen savers or blanking and other power management?
Post by: vr on April 02, 2010, 11:47:52 AM
Using just the current GUI distribution of TCL 2.10, is it possible to turn off all screen saver or screen blanking and any power saving features - without installing any extensions?
Title: Re: Disabling screen savers or blanking and other power management?
Post by: jls on April 02, 2010, 11:52:20 AM
4 screen blanking:
Code: [Select]
xset -dpms
Title: Re: Disabling screen savers or blanking and other power management?
Post by: vr on April 02, 2010, 11:58:28 AM
Does not work.

Code: [Select]
tc@box:~$ xset -dpms
server does not have extension for -dpms option
tc@box:~$

Any other way??
Title: Re: Disabling screen savers or blanking and other power management?
Post by: jls on April 02, 2010, 12:01:35 PM
Code: [Select]
xset s off
Title: Re: Disabling screen savers or blanking and other power management?
Post by: vr on April 08, 2010, 02:56:11 PM
I've added:
Code: [Select]
xset s off
to the file
Code: [Select]
/opt/bootlocal.sh
then issued
Code: [Select]
sudo filetool.sh backup
and rebooted.

After some time, the screen still goes blank.  What am I doing wrong?
Title: Re: Disabling screen savers or blanking and other power management?
Post by: curaga on April 08, 2010, 03:11:51 PM
As xset is a X program, it should be run from .xsession, not bootlocal.
Title: Re: Disabling screen savers or blanking and other power management?
Post by: vr on April 08, 2010, 04:28:23 PM
Oops! ok. I added xset s off to /home/tc/.xsession then did a backup and then rebooted. Now it is working correctly. Thanks!
Title: Re: [solved] Disabling screen savers or blanking and other power management?
Post by: Johnson9 on June 22, 2018, 03:12:21 PM
I need help.
1. In which place add xset ??

I enclose printscreen shows content of .xsession file

2. Add only xset s off or xset s off && -dpms

Sorry for probably a stupid question but I have zero experience with linux.
I will be gratefull for reply.
Best regards
Title: Re: [solved] Disabling screen savers or blanking and other power management?
Post by: Rich on June 24, 2018, 10:23:46 AM
Hi Johnson9
You can add  xset s off  to the end of your  .xsession  file.
Title: Re: [solved] Disabling screen savers or blanking and other power management?
Post by: Johnson9 on June 24, 2018, 03:08:11 PM
I tried that before i wrote post with question - but after reboot computer the file was restore ? - there was no line in it that I added before restart computer.

But thank you very much for reply - I will try again.
Title: Re: [solved] Disabling screen savers or blanking and other power management?
Post by: Rich on June 24, 2018, 03:23:27 PM
Hi Johnson9
... but after reboot computer the file was restore ? ...
It sounds like you didn't run a backup before rebooting.
Title: Re: [solved] Disabling screen savers or blanking and other power management?
Post by: Johnson9 on June 24, 2018, 04:14:47 PM
I do not know what I did wrong before, but thank you again - It's ok now.