LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Power management Display off option (https://www.linuxquestions.org/questions/linux-hardware-18/power-management-display-off-option-638148/)

htnakirs 04-27-2008 05:44 AM

Power management Display off option
 
Is there an option to switch off the monitor after a period of idleness. I can see the option to blank the screen with a black colour, but this is not the same, is it?

x_terminat_or_3 04-27-2008 11:00 AM

If you are using KDE:

Go to kcontrol, under the section Peripherals -> Display. Tab page Power Control. There you have three sliders and a check box.

Mark the check box labeled "Enable display power management", then choose your desires regarding the three timeouts. Press OK and you're done.

If you want to turn off your monitor without waiting, you can bind a keyboard shortcut to execute

Code:

xset dpms force off
Try it on a konsole. If it does not work then it usually means that your graphics card driver doesn't support it, or that it is not turned on in your Xorg.conf file.

htnakirs 04-28-2008 05:35 AM

Thank you.

x_terminat_or_3 04-28-2008 05:49 AM

You are welcome :)


All times are GMT -5. The time now is 06:32 AM.