This shows you the differences between two versions of the page.
linux:x:monitororder [2023/03/04 08:39] – created olaf | linux:x:monitororder [2023/03/04 08:42] (current) – olaf | ||
---|---|---|---|
Line 11: | Line 11: | ||
DisplayPort-0 is the right monitor\\ | DisplayPort-0 is the right monitor\\ | ||
DisplayPort-1 is the left monitor\\ | DisplayPort-1 is the left monitor\\ | ||
- | DisplayPort-2 | + | DisplayPort-2 |
This information can be used to correct the SDDM configuration in ''/ | This information can be used to correct the SDDM configuration in ''/ | ||
<code bash> | <code bash> | ||
- | xrandr --output DisplayPort-2 --off | + | xrandr --output DisplayPort-2 |
xrandr --output DisplayPort-1 --mode 3840x2160 --pos 0x0 --rotate normal --output DisplayPort-0 --mode 3840x1600 --pos 3840x177 --rotate normal </ | xrandr --output DisplayPort-1 --mode 3840x2160 --pos 0x0 --rotate normal --output DisplayPort-0 --mode 3840x1600 --pos 3840x177 --rotate normal </ | ||