Skip to content

Instantly share code, notes, and snippets.

@yoyoys
Created June 10, 2019 05:53
Show Gist options
  • Save yoyoys/2c76b56a003e51c728b1963892ae8814 to your computer and use it in GitHub Desktop.
Save yoyoys/2c76b56a003e51c728b1963892ae8814 to your computer and use it in GitHub Desktop.
ubuntu multiple screen scale
xrandr --fb 7680x2160 &&
xrandr --output eDP-1 --mode 3840x2160 --rate 60 --primary &&
xrandr --output DP-1 --mode 1920x1080 --scale-from 3840x2160 --panning 3840x2160+3840+0 --right-of eDP-1 &&
gsettings set org.gnome.desktop.interface scaling-factor 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment