> xrandr --version
xrandr program version       1.5.0
Server reports RandR version 1.5

** Package changed: xorg-server (Ubuntu) => xrandr (Ubuntu)

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

Title:
  xrandr relative positioning does not take into account the --scale
  parameter

Status in xrandr package in Ubuntu:
  New

Bug description:
  assuming I have 2 displays, eDP1(3840x2160) and DP1-1(1920x1200), and
  I want DP1-1 placed to the left of eDP1 while scaling it 2x2...

  xrandr --output eDP1 --auto --output DP1-1 --auto --scale 2x2 --left-
  of eDP1

  after running the above command, eDP1 ends up having a pos of 1920x0
  but DP1-1 ends up with a scaled resolution of 3840x2400, which causes
  half of it's screen area to be displayed on eDP1, overwriting half of
  eDP1's screen. I have also reproduced this behavior with --scale-from
  instead of --scale.

  I think that the pos of eDP1 in this case should end up at 3840x0,
  otherwise the utility of the ease of use operators like --right-of,
  --left-of, --above, etc is zero when used in conjunction with --scale
  or --scale-from.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to