scripts/system/xorg/10-monitor.conf

22 lines
520 B
Plaintext
Raw Normal View History

2020-01-22 11:11:26 -08:00
Section "Monitor"
2020-12-13 15:26:01 -08:00
Identifier "DisplayPort1"
Modeline "1920x1080_144" 332.88 1920 1928 1960 2000 1080 1143 1151 1157 +hsync -vsync
Option "Primary" "true"
2020-12-13 15:26:01 -08:00
Option "PreferredMode" "1920x1080_144"
EndSection
2020-01-22 11:11:26 -08:00
Section "Device"
Identifier "Device0"
Driver "amdgpu"
2020-12-13 15:26:01 -08:00
Option "Monitor-DisplayPort-1" "DisplayPort1"
Option "VariableRefresh" "true"
2020-01-22 11:11:26 -08:00
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection