"Enables panning on a 1600x768 desktop while displaying 1024x768 mode on an
output called VGA:
xrandr --fb 1600x768 --output VGA --mode 1024x768 --panning 1600x0"
I get the same visible area and mouse access whether
--panning 1600x768
or
--panning 1600x0
while
--pa
Am Wed, 10 May 2017 04:38:33 -0400
schrieb Felix Miata :
> It seems obvious why x is 1600, but y=0 seems inconsistent with the
> specification of x. Are 0 and 768 equally correct for y=768?
Also in that manpage ;-)
> --panning
> [...]
> A width or height set to zero disables panning on the
>