Results 1 to 2 of 2

Thread: xset -dpms only works for a while.

  1. #1
    Join Date
    Apr 2006
    Location
    Leeds, England
    Beans
    177
    Distro
    Ubuntu 16.04 Xenial Xerus

    xset -dpms only works for a while.

    Hi Guys,

    I want to permanently disable dpms to prevent screen blanking.

    I do an:

    xset -dpms

    Then an:

    xset -q

    to confirm that dpms is off. Everything is OK for a while until DPMS flips back on!

    Can anyone help with keeping it off or removing it completely?

    Cheers.
    The Ubuntu Counter Project - User number # 6435

  2. #2
    Join Date
    Jul 2006
    Location
    Germany
    Beans
    1,805

    Re: xset -dpms only works for a while.

    Add these lines to the end of the file /etc/X11/xorg.conf:
    Code:
    Section "ServerFlags"
            Option          "blank time" "0"
            Option          "standby time" "0"
            Option          "suspend time" "0"
            Option          "off time" "0"
    EndSection
    ...

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
  •