scripts/system/xorg/10-monitor.conf

32 lines
606 B
Plaintext
Raw Normal View History

2020-01-22 11:11:26 -08:00
Section "Monitor"
Identifier "DVI0"
EndSection
Section "Monitor"
Identifier "DisplayPort0"
Option "RightOf" "DVI0"
Option "Primary" "true"
2020-01-22 11:11:26 -08:00
EndSection
Section "Monitor"
Identifier "HDMI0"
Option "Above" "DisplayPort0"
EndSection
2020-01-22 11:11:26 -08:00
Section "Device"
Identifier "Device0"
Driver "amdgpu"
Option "Monitor-DisplayPort-1" "DisplayPort0"
Option "Monitor-DVI-D-0" "DVI0"
Option "Monitor-HDMI-A-1" "HDMI0"
2020-01-22 11:11:26 -08:00
Option "TearFree" "true"
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection