xorg: add monitor configuration for hdmi0

master
an 2020-08-31 18:42:18 -06:00
parent 13feb03879
commit 8f3fe6aa48
1 changed files with 6 additions and 0 deletions

View File

@ -8,11 +8,17 @@ Section "Monitor"
Option "Primary" "true" Option "Primary" "true"
EndSection EndSection
Section "Monitor"
Identifier "HDMI0"
Option "Above" "DisplayPort0"
EndSection
Section "Device" Section "Device"
Identifier "Device0" Identifier "Device0"
Driver "amdgpu" Driver "amdgpu"
Option "Monitor-DisplayPort-1" "DisplayPort0" Option "Monitor-DisplayPort-1" "DisplayPort0"
Option "Monitor-DVI-D-0" "DVI0" Option "Monitor-DVI-D-0" "DVI0"
Option "Monitor-HDMI-A-1" "HDMI0"
Option "TearFree" "true" Option "TearFree" "true"
EndSection EndSection