Created
June 10, 2019 05:53
-
-
Save yoyoys/2c76b56a003e51c728b1963892ae8814 to your computer and use it in GitHub Desktop.
ubuntu multiple screen scale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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