Created
March 9, 2020 11:37
-
-
Save cherepanov/925b7d6f8b436937cf57bd56fb140c10 to your computer and use it in GitHub Desktop.
This file contains 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 --listmonitors | |
xrandr --output DVI-I-2-1 --scale 2x2 --pos 0x0 --output eDP-1-1 --pos 640x2160 | |
#xrandr --output eDP-1-1 --primary --pos 640x2160 | |
#xrandr --output DVI-I-2-1 --scale 2x2 --pos 0x0 | |
#xrandr --output DVI-I-2-1 --scale 1x1 --pos 0x0 --output eDP-1-1 --pos 160x1080 | |
xrandr --listmonitors | |
xrandr --output eDP-1-1 --primary | |
xrandr --output DP-1.2 --right-of eDP-1-1 | |
xrandr --output HDMI-0 --scale 2x2 --pos 0x0 --output eDP-1-1 --pos 640x2160 | |
#xrandr --output DVI-I-2-1 --mode 3840x2160 --rate 59.94 | |
xrandr --output DP-3 --mode 3840x2160 --rate 59.94 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment