Xrandr reports this;
When I use this command for my virtual 2720x1536 screen;
$ xrandr --output CRT2 --scale 2x2
It traps the mouse in the upper left quad of the screen and is restricted. I did some research on this minor issue. I found most solutions point at the xserver needing to be "upgraded" but I have the latest and greatest according to apt-get. Some solutions suggested rolling back to an earlier version.
I currently have;
xrandr program version 1.3.5
Server reports RandR version 1.3
Any clues on how to upgrade xrandr or will that just cause more issues?
Code:
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 2720 x 1536 DFP1 disconnected (normal left inverted right x axis y axis) DFP2 disconnected (normal left inverted right x axis y axis) CRT1 disconnected (normal left inverted right x axis y axis) CRT2 connected 1360x768+0+0 (normal left inverted right x axis y axis) 16mm x 9mm 1360x768 60.0*+ 1280x768 60.0 1280x720 60.0 1024x768 60.0 800x600 60.3 640x480 59.9
$ xrandr --output CRT2 --scale 2x2
It traps the mouse in the upper left quad of the screen and is restricted. I did some research on this minor issue. I found most solutions point at the xserver needing to be "upgraded" but I have the latest and greatest according to apt-get. Some solutions suggested rolling back to an earlier version.
I currently have;
xrandr program version 1.3.5
Server reports RandR version 1.3
Any clues on how to upgrade xrandr or will that just cause more issues?
Comment