From 8f3fe6aa48d07a030e5fd43efab32027f66b8e7e Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 31 Aug 2020 18:42:18 -0600 Subject: [PATCH] xorg: add monitor configuration for hdmi0 --- system/xorg/10-monitor.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/xorg/10-monitor.conf b/system/xorg/10-monitor.conf index 123f2b8..48fa5c4 100644 --- a/system/xorg/10-monitor.conf +++ b/system/xorg/10-monitor.conf @@ -8,11 +8,17 @@ Section "Monitor" Option "Primary" "true" EndSection +Section "Monitor" + Identifier "HDMI0" + Option "Above" "DisplayPort0" +EndSection + Section "Device" Identifier "Device0" Driver "amdgpu" Option "Monitor-DisplayPort-1" "DisplayPort0" Option "Monitor-DVI-D-0" "DVI0" + Option "Monitor-HDMI-A-1" "HDMI0" Option "TearFree" "true" EndSection