Public bug reported:

I have a script in which I used:
xset dpms standby 0 ; xset dpms suspend 0 ; xset dpms off 0

Today, when I run the script, I get:
$ xset dpms standby 0
xset:  unknown option standby
[...synopsis of available commands...]
$ xset dpms suspend 0
xset:  unknown option suspend
[...]

However, reading the synopsis that is output after the error, I read:
    To control Energy Star (DPMS) features:
        -dpms      Energy Star features off
        +dpms      Energy Star features on
         dpms [standby [suspend [off]]]
              force standby
              force suspend
              force off
              force on
              (also implicitly enables DPMS features)
              a timeout value of zero disables the mode

So standby and suspend are suposed to exist...

There is either a bug in the code or in the doc!

$ cat /etc/issue
Ubuntu 16.04 LTS \n \l
$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"

** Affects: xorg (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  I have a script in which I used:
  xset dpms standby 0 ; xset dpms suspend 0 ; xset dpms off 0
  
  Today, when I run the script, I get:
  $ xset dpms standby 0
  xset:  unknown option standby
  [...synopsis of available commands...]
- $ xset dpms suspend 0 
+ $ xset dpms suspend 0
  xset:  unknown option suspend
  [...]
  
  However, reading the synopsis that is output after the error, I read:
-     To control Energy Star (DPMS) features:
-         -dpms      Energy Star features off
-         +dpms      Energy Star features on
-          dpms [standby [suspend [off]]]     
-               force standby 
-               force suspend 
-               force off 
-               force on 
-               (also implicitly enables DPMS features) 
-               a timeout value of zero disables the mode 
+     To control Energy Star (DPMS) features:
+         -dpms      Energy Star features off
+         +dpms      Energy Star features on
+          dpms [standby [suspend [off]]]
+               force standby
+               force suspend
+               force off
+               force on
+               (also implicitly enables DPMS features)
+               a timeout value of zero disables the mode
  
  So standby and suspend are suposed to exist...
  
  There is either a bug in the code or in the doc!
+ 
+ $ cat /etc/issue
+ Ubuntu 16.04 LTS \n \l
+ $ cat /etc/lsb-release 
+ DISTRIB_ID=Ubuntu
+ DISTRIB_RELEASE=16.04
+ DISTRIB_CODENAME=xenial
+ DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1585957

Title:
  DPMS support removed?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1585957/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to