From 548e43435e6a4cf5016ad7d3e5e091ca0191f403 Mon Sep 17 00:00:00 2001 From: eneller <68303608+eneller@users.noreply.github.com> Date: Sat, 30 Apr 2022 17:59:56 +0200 Subject: [PATCH] add basic display info --- Displays.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Displays.md diff --git a/Displays.md b/Displays.md new file mode 100644 index 0000000..aef5211 --- /dev/null +++ b/Displays.md @@ -0,0 +1,5 @@ +* Dell U2711 should use [this configuration](https://gist.github.com/eneller/f3deea324b3c5d70f1eb7321b073d739) +* Docking Station Setup uses this command: +``` +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --primary --mode 1600x900 --pos 3840x0 --rotate normal --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-2-1 --off --output DP-2-2 --off --output DP-2-3 --mode 1920x1080 --pos 1920x0 --rotate normal +``` \ No newline at end of file