~~META:
date created = 2017-02-17 15:50
&date modified = 2017-02-17 15:50
~~
====== X server desktop panning ======
If you have a small screen but want a larger desktop - for instance to see otherwise hidden buttons as in Linux Mint issue the following command:
xrandr --fb 1024x768 --output LVDS1 --panning 1024x768
To return to the native resolution issue:
xrandr --fb 1024x600 --output LVDS1 --panning 1024x600
{{tag>kb linux x-server}}