From 0c9664eaaa9f0f8fbd20574471a22836e81b74d5 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 17 Feb 2020 20:33:28 +0000 Subject: [PATCH] Add xorg dualhead config --- etc/xorg.conf.d/10-monitor.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/xorg.conf.d/10-monitor.conf diff --git a/etc/xorg.conf.d/10-monitor.conf b/etc/xorg.conf.d/10-monitor.conf new file mode 100644 index 0000000..609e5d5 --- /dev/null +++ b/etc/xorg.conf.d/10-monitor.conf @@ -0,0 +1,10 @@ +Section "Screen" + Identifier "eDP1" + Option "Primary" "true" +Endsection + +Section "Monitor" + Identifier "HDMI1" + Option "PreferredMode" "3840x2160" + Option "LeftOf" "eDP1" +Endsection