WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] unwanted screen blanking  (Read 1750 times)

Offline LazyLarry

  • Newbie
  • *
  • Posts: 42
[SOLVED] unwanted screen blanking
« on: December 10, 2013, 08:12:49 AM »
 As a follow on from this
http://forum.tinycorelinux.net/index.php/topic,5647.0.html

I need to stop the screen blanking after a few minutes. Using X version 1.14.2, neither inserting "xset s off" into .xsession or bootlocal have any effect. The original thread is old now, so is there an updated method for preventing the screen from blanking?
« Last Edit: December 10, 2013, 10:06:13 AM by LazyLarry »

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: unwanted screen blanking
« Reply #1 on: December 10, 2013, 09:19:51 AM »
Code: [Select]
xset s off -dpms &
Download a copy and keep it handy: Core book ;)

Offline LazyLarry

  • Newbie
  • *
  • Posts: 42
Re: unwanted screen blanking
« Reply #2 on: December 10, 2013, 10:05:56 AM »
Thats the one. I had tried both options singly, but it needs the s off and -dpms together.

thanks.