Results 1 to 3 of 3

Thread: [SOLVED] monitor shuts off, no power saving enabled

  1. #1
    Join Date
    Dec 2004
    Beans
    1,068
    Distro
    Xubuntu 15.10 Wily Werewolf

    [SOLVED] monitor shuts off, no power saving enabled

    Since upgrading to 12.04 yesterday (Xubuntu) my monitor keeps shutting off after 10 minutes. My power saving settings are all at 0 and DPMS is disabled.

    Where else might I look to disable this?

  2. #2
    Join Date
    Oct 2005
    Location
    Milano, Italy
    Beans
    871
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: monitor shuts off, no power saving enabled

    Try to edit xorg.conf
    Code:
    sudo nano  /etc/X11/xorg.conf
    And add this section
    Section "ServerFlags"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
    Option "DontZap" "false"
    EndSection
    Reboot
    ------------------------------------------------
    yep ”short and long URL„
    http://yep.it/
    ------------------------------------------------

  3. #3
    Join Date
    Dec 2004
    Beans
    1,068
    Distro
    Xubuntu 15.10 Wily Werewolf

    Re: monitor shuts off, no power saving enabled

    That seems to have sorted it. Thanks!

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
  •