I am trying to make my desktop larger than my screen, thus making my screen a "viewport". When I run:
xrandr --output LVDS --mode 1280x800 --fb 1600x1600 --panning 800x600
My desktop increases in size when I run this command, but my screen does not pan when I move the mouse to the edge
What is wrong and how can I fix it?