Results 1 to 5 of 5

Thread: 12.04 Turn Monitor Off Automatically

  1. #1
    Join Date
    Jul 2008
    Beans
    77

    Exclamation 12.04 Turn Monitor Off Automatically

    Just did a clean install of this Lubuntu version on a Dell netbook, and I can't figure out how to get the monitor to shut off automatically -- after a set interval, with the lid open. Really don't need a screen saver, but DO need monitor to shut off when not in use. Have tried everything I've found on this forum.

  2. #2
    Join Date
    Aug 2012
    Location
    In front of the computer
    Beans
    159
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 12.04 Turn Monitor Off Automatically

    Add the following as a startup program:
    Code:
    xset dpms 0 0 120
    This will make screen turn off after 2 minutes of inactivity. The last number is the time in seconds before the screen turns off, adjust it to your liking. You may want to disable screensaver as it can turn the monitor back on.

  3. #3
    Join Date
    Jul 2008
    Beans
    77

    Re: 12.04 Turn Monitor Off Automatically

    Quote Originally Posted by Isamu715 View Post
    Add the following as a startup program:
    Please excuse my ignorance, but I don't know how to do this. Can you help more? Thanks.

  4. #4
    Join Date
    Jul 2008
    Beans
    77

    Re: 12.04 Turn Monitor Off Automatically

    Yipes. Tried this in terminal mode and it did nothing to turn off monitor in 2 minutes.

  5. #5
    Join Date
    Aug 2012
    Location
    In front of the computer
    Beans
    159
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 12.04 Turn Monitor Off Automatically

    Quote Originally Posted by WilhelmGGW View Post
    Yipes. Tried this in terminal mode and it did nothing to turn off monitor in 2 minutes.
    Strange, it worked on my laptop. Do the usual brightness controls work?(Brightness Up/Down, Screen On/Off buttons on your keyboard).

    I don't know about Lubuntu but on Ubuntu there's an app called "Startup Applications", it may be in Preferences or System menu. From there just click "Add" and input the command you want to execute on startup into the "Command" field. If you use Openbox(since you're on LXDE it's very likely) you can add the commands you want to run on startup to ~/.config/openbox/autostart

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •