Ah yes that does lock the desktop res. Try to position the others instead.
xrandr --output DVI-I-1 --mode 1024x768 --right-of VGA-1-1
xrandr --output DP1 --mode 1024x768 --right-of DVI-I-1
xrandr --output HDMI-1-1 --mode 1024x768 --right-of DP-1
xrandr --output HDMI-1-2 --mode 1024x768 --right-of HDMI-1-1
This should move everything to the right of VGA-1-1 except DVI-I-0 making it output 2.
Let me know if this works for you.