Compare commits

...

2 Commits

Author SHA1 Message Date
fierke 495ce3263e added mudics fehlerbehebung 2026-06-07 13:49:26 +02:00
fierke 7fcef0dbe1 added mudics introduction 2026-06-07 13:49:26 +02:00
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Einleitung
PLG MuDiCS ist eine Software zum parallelen Ansteuern mehrerer Displays.
+11
View File
@@ -0,0 +1,11 @@
# Fehlerbehebung
## Multi-Display mit Cage
| Fehler | Lösung |
| ------ | ------ |
| Falsche Bildschirmanordnung | `nix-shell -p wlr-randr` <br /> `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` |