Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore x86_64 => Topic started by: minnten on November 01, 2018, 03:36:10 AM

Title: Screensaver disable
Post by: minnten on November 01, 2018, 03:36:10 AM
Hello,

I need to disable the Screensaver/the power-saving-mode in the actual dCorePlus-Stretch64-Image

what I have already tested:

but nothing worked. The PC starts up, runs about 10 minutes and then the screen is black.

Has anybody of you another idea for me?

Thans for your help
Minnten
Title: Re: Screensaver disable
Post by: Misalf on November 01, 2018, 05:08:47 AM
xset s off -dpms
Title: Re: Screensaver disable
Post by: Rich on November 01, 2018, 05:45:10 AM
Hi minnten
... xset s off" in the new generated .xsession (there was no .xsession before) ...
If you are running X then place:
Code: [Select]
xset s off -dpmsat the end of your  ~/.xsession  file. If you are not running X, adding an  .xsession  file won't help you. Try the following
boot code instead:
Code: [Select]
consoleblank=0