From ff64109d7f60bbd2dfce7287f69a4bfcf23c9b90 Mon Sep 17 00:00:00 2001 From: "Toerd@iArch" Date: Sun, 9 Dec 2018 13:44:54 +0100 Subject: [PATCH] added monitor conf for acer rog --- etc/X11/xorg.conf.d/10-monitor.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/X11/xorg.conf.d/10-monitor.conf diff --git a/etc/X11/xorg.conf.d/10-monitor.conf b/etc/X11/xorg.conf.d/10-monitor.conf new file mode 100644 index 0000000..642d333 --- /dev/null +++ b/etc/X11/xorg.conf.d/10-monitor.conf @@ -0,0 +1,5 @@ +Section "Monitor" + Identifier "DP-2" + Modeline "2560x1440@60" 241,500 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync + Option "PreferredMode" "2560x1440@60" +EndSection \ No newline at end of file