Skip to content

Instantly share code, notes, and snippets.

@cherepanov
Created March 9, 2020 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cherepanov/925b7d6f8b436937cf57bd56fb140c10 to your computer and use it in GitHub Desktop.
Save cherepanov/925b7d6f8b436937cf57bd56fb140c10 to your computer and use it in GitHub Desktop.
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