diff --git a/docs/mudics/05-fehlerbehebung.md b/docs/mudics/05-fehlerbehebung.md new file mode 100644 index 0000000..e2923ea --- /dev/null +++ b/docs/mudics/05-fehlerbehebung.md @@ -0,0 +1,11 @@ +# Fehlerbehebung + +## Multi-Display mit Cage + +| Fehler | Lösung | +| ------ | ------ | +| Falsche Bildschirmanordnung | `nix-shell -p wlr-randr`
`wlr-randr \ +--output HDMI-A-4 --mode 1920x1080 --pos 3240,0 --transform 270 \ +--output DP-1 --mode 1920x1080 --pos 1080,0 --transform 270 \ +--output HDMI-A-1 --mode 1920x1080 --pos 0,0 --transform 270 \ +--output DP-2 --mode 1920x1080 --pos 2160,0 --transform 270` |