Live Chat!

turn off laptop LCD monitor

          0 votos

November 12th, 2006 mysurface Posted in Misc, X11, cat, xset | Hits: 13426 |

In order to save power, I often turn off my LCD monitor when I away from keyboard for long. Bare in mind, blank screen is not consider turn off the monitor, because it still uses backlight. To do that, first you need to make sure you have ACPI enabled in your kernel.

cat /proc/acpi/info

If this exist, then you can turn off the monitor by running the command line bellow.

xset dpms force off

xset is a util for setting property of X, dpms force off is to turn off the backlight.

What if I want to set it so that it can be done automatically? Check out xscreensaver at advance tab, there are power management where your can set the duration of getting idle it turns off the backlight. Another alternative you can do is to edit your xorg.conf. Check out this gentoo wiki and mini-HowTo for more information.

12 Responses to “turn off laptop LCD monitor”

  1. [...] Du kan læse mere her [...]

  2. this doesn’t work

  3. Well, It is either your ACPI is disabled at your kernel or your kernel do not support that at all. It works under linux kernel 2.6.14.

    Check again, and good luck.

  4. this blanks my screen, but doesn’t actually turn
    the monitor off. Is there some trick to actually
    get it to power off?

    By the way, it monitor is an X2GEN LCD tv, so
    I don’t know if there are some limitations with
    those.

  5. A lots of possibilities and uncertainties, depends on what linux kernel you are running, and whether the kernel is compiled with enable ACPI support or not.

    It might be also happen when some programs also did call ACPI functions. Which it happens to me when I switch off the backlight, will be do the blank screen instead, due to xscreensaver is running at the backgroup process. I kill the xscreensaver, and still X windows by default do call some ACPI functions.

    You can read the references I post, It do help to make you understand how ACPI works on linux. Wish you good luck, if you find the solution, please do not hesitate to share with us, might be a lots of us have the same problem you are facing now.

  6. works great for me, once i emerged xset. i’m running gentoo, linux smp 2.1.18-r6 and my LCD is an Apple CinemaHD 23″

    thanks for the info and good work.

  7. Works well thanks a lot

    To power on the screen, just move the mouse and wait for a while..

  8. Hi,

    Thank you for this tip, now how can I make a bat. file and place it on my desktop?
    Or even create a hot key for ths?

  9. Works good for me too. ive searching how do this for some time..

  10. [...] [...]

  11. Thanks man! That was a cool trick! :)

  12. Exactly what I was looking for. Really, you don’t have to waste energy while waiting for a file operation to finish.

Leave a Reply