Page 1 of 1

Dotpup to turn Display OFF not just blank

Posted: Wed 31 Jan 2007, 22:08
by brad_chuck
This dotpup is for folks with laptops who need the display turned OFF not just blanked when it is not being used.

install the dotpup....

in your /etc/X11/xorg.conf file add these lines.


After Section "Monitor"
Add this

Code: Select all

    Option "DPMS"

After Section "ServerLayout"
Add this ( you can change the number to how long you would like the system to waight to shut the display off.

Code: Select all

   Option "OffTime" "4"

not all you have to to is run acpid run every time X starts.

There are many ways to do this but a easy way is to add it to the file /root/.xintrc

just open this file in geany then add this right before the window manager is started

Code: Select all

acpid
that it ..

Have fun

Re: Dotpup to turn Display OFF not just blank

Posted: Wed 31 Jan 2007, 22:37
by WhoDo
brad_chuck wrote:This dotpup is for folks with laptops who need the display turned OFF not just blanked when it is not being used.
Thanks, brad-chuck. I'll give it a try and see how I go.

Cheers

Posted: Sun 07 Oct 2007, 00:22
by disciple
Thanks - works great even in really old Puppies (Grafpup 104)

Posted: Mon 15 Oct 2007, 06:20
by disciple
But I need to run

Code: Select all

killall acpid
to shutdown cleanly.

Posted: Sat 15 Mar 2008, 07:33
by disciple
Actually, you don't need apcid - I just tried without it. I think you just need apcid to use the power buttons on your keyboard and things.

Posted: Sat 03 Apr 2010, 02:21
by utensil
Is this still current, or is there a .pet somewhere? This problem has been eating my gourd. There's no point in sending a black screen signal to a monitor. If I wanted that, I would click on ‘lock’.

Posted: Sat 03 Apr 2010, 09:01
by disciple
1. Like I said above, you don't need to install anything to turn the display off. Just edit /etc/X11/xorg.conf as described in the first post i.e. make sure dpms is enabled in the monitor section, and add the offtime in the serverlayout section.

2. Yes, there are .pets of acpid. But it is needed to enable special keyboard power buttons and stuff, not to make the monitor turn off automatically.