How to configure power management?

Booting, installing, newbie
Post Reply
Message
Author
stevezsuzska
Posts: 10
Joined: Tue 19 May 2009, 13:43
Location: Adelaide

How to configure power management?

#1 Post by stevezsuzska »

Is it possible to configure power management in Puppy? Things like turning off the display after xx minutes. If so, I would be grateful if someone could tell me where it is.

Thanks, Steve
disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

Turning off the display is easy. To turn it off after 3 minutes put this in the "ServerLayout" section of /etc/X11/xorg.conf, and restart X.

Code: Select all

	Option      "OffTime" "3"
Things like suspend and hibernate are more complicated (I presume nothing has been done on it in 4.2?) because of things like network cards forgetting their IP address or not waking up or something. There have been scripts written for suspend at least, although they are quite hard to find.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER
User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#3 Post by mikeb »

xset -h
in a console will give further options....this command is normally found in /root/.xinitrc

Anyone know how to stop the framebuffer display from turning off?(blatant hyjack alert)

mike

edit....for a laptop reducing the backlight brightness is a good power saver too...mine can still be controlled from the keyboard function keys
User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#4 Post by Sit Heel Speak »

If all you want to do is stop the display from blanking after ten minutes,

Menu --> Desktop --> pupX set properties of X --> Screensaver

and uncheck "Enable screen saver".
Post Reply