Created
September 4, 2024 06:52
-
-
Save pjehan/76498888943839f1cb338dae30918db0 to your computer and use it in GitHub Desktop.
Xrandr config to setup 2 extra monitors with mirroring
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 --output eDP-1 --pos 0x0 --output DP-1 --mode 1280x720 --right-of eDP-1 --output HDMI-1 --mode 1280x720 --same-as DP-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment