Author Topic: [SOLVED] Can't find a thread  (Read 355 times)

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
[SOLVED] Can't find a thread
« on: January 24, 2013, 05:26:30 PM »
I know there is a thread and solution in it to stop the screen from going black but I can't find it. Would whoever knows what I am talking point me to it please?
« Last Edit: January 25, 2013, 06:59:37 PM by stealth »

Offline JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2137
Re: Can't find a thread
« Reply #1 on: January 24, 2013, 05:32:09 PM »
I know there is a thread and solution in it to stop the screen from going black but I can't find it. Would whoever knows what I am talking point me to it please?

Search on: "noblank.sh"

JohnW
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: Can't find a thread
« Reply #2 on: January 24, 2013, 05:55:48 PM »
Thanks found it. I have the script installed but it isn't working.

Offline JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2137
Re: Can't find a thread
« Reply #3 on: January 24, 2013, 06:04:23 PM »
Another option:

Edit in /etc/X11/xorg.conf as su:

Option "DPMS"  to Option "DPMS"  "false"

Reboot KDE ;)

JohnW
« Last Edit: January 24, 2013, 06:06:14 PM by JohnW_57 »
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
Re: Can't find a thread
« Reply #4 on: January 24, 2013, 08:23:00 PM »
Unfortunately that didn't work. The only thing that works is setting Screen Energy Saving under power management in configure your desktop to the max of 360 minutes.

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1522
    • PCLinuxOS.nl
Re: Can't find a thread
« Reply #5 on: January 25, 2013, 03:33:38 AM »
my /home/[user]/.kde4/Autostart/noblank.sh

#!/bin/sh
xset s 0 0
xset dpms 0 0 0

finaly does the trick of noscreensaver and noblank.
tested on the computer club with demo and unatended use between 8.00h-15.30h last saturday ;) on 4 PCLos machines.
So screen and powersaver cycle are not switched off but set to zero.
See (terminal) xset --help.


Ed

Offline stealth

  • Hero Member
  • *****
  • Posts: 644
[SOLVED] Can't find a thread
« Reply #6 on: January 25, 2013, 06:59:04 PM »
That worked. Very nice! Thank you.