20-amdgpu.conf - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
20-amdgpu.conf (1023B)
---
1 Section "Device"
2 Identifier "AMD"
3 Driver "amdgpu"
4
5 Option "TearFree" "true"
6 Option "DRI" "3"
7
8 Option "VariableRefresh" "true"
9
10 # Option "UseEdidDpi" "false"
11 # Option "UseEDID" "false"
12 # Option "UseEDIDFreqs" "false"
13 # Option "IgnoreEDID" "true"
14 EndSection
15
16 # this monitor has a broken EDID table. Manually set the modeline.
17 Section "Monitor"
18 Identifier "MG248"
19 ModelName "MG248"
20 VendorName "AUS"
21 # Monitor Manufactured week 16 of 2019
22 # EDID version 1.4
23 # Digital Display
24
25 #1080/92*25.4 (92 dpi)
26 # DisplaySize 531 300
27 DisplaySize 530 300
28 DisplaySize 530 298
29 # Gamma 1.0
30 Option "DPMS" "true"
31 # Horizsync 160-160
32 # VertRefresh 40-144
33
34 # 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
35 Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
36 Option "PreferredMode" "1920x1080_144.00"
37 EndSection
38
39 Section "Screen"
40 Identifier "DefaultScreen"
41 Device "AMD"
42 Monitor "MG248"
43 SubSection "Display"
44 EndSubSection
45 EndSection