← Back to team overview

touch-packages team mailing list archive

[Bug 1444895] [NEW] xrandr --brightness resets gamma ratio

 

Public bug reported:

$ xrandr --verbose | grep -iE '(gamma|bright)'
        Gamma:      1.0:1.0:1.7
        Brightness: 1.0
$ xrandr --output VGA1  --brightness .75
$ xrandr --verbose | grep -iE '(gamma|bright)'
        Gamma:      1.0:1.0:1.0
        Brightness: 0.75

As can be seen in the above command output, changing the brightness with
xrandr resets the gamma ratio to 1/1/1/ instead of 1/1/.6 (values in
xrandr --verbose output are inverted...)

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

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

Title:
  xrandr --brightness resets gamma ratio

Status in xorg package in Ubuntu:
  New

Bug description:
  $ xrandr --verbose | grep -iE '(gamma|bright)'
          Gamma:      1.0:1.0:1.7
          Brightness: 1.0
  $ xrandr --output VGA1  --brightness .75
  $ xrandr --verbose | grep -iE '(gamma|bright)'
          Gamma:      1.0:1.0:1.0
          Brightness: 0.75

  As can be seen in the above command output, changing the brightness
  with xrandr resets the gamma ratio to 1/1/1/ instead of 1/1/.6 (values
  in xrandr --verbose output are inverted...)

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


Follow ups

References