-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzaphodhead-xorg.conf.example
executable file
·103 lines (90 loc) · 2.55 KB
/
zaphodhead-xorg.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" Above "Screen0"
Screen 2 "Screen2" Above "Screen1"
Screen 3 "Screen3" Above "Screen2"
EndSection
Section "Monitor"
Identifier "HDMI-A-0"
VendorName "LEN"
ModelName "LEN L24e-20"
Option "DPMS"
Option "Primary" "true"
HorizSync 54.0 - 90.0
VertRefresh 49.0 - 76.0
EndSection
Section "Monitor"
Identifier "HDMI-A-1"
VendorName "Philips FTV"
ModelName "Philips FTV"
Option "DPMS"
Modeline "3840x2160_30.00" 297.00 3840 4016 4104 4400 2160 2168 2178 2250 +HSync -VSync
Option "PreferredMode" "3840x2160_30.00"
EndSection
Section "Monitor"
Identifier "DisplayPort-0"
VendorName "LEN"
ModelName "LEN L24e-20"
Option "DPMS"
Option "Primary" "false"
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Option "PreferredMode" "1920x1080_60.00"
Option "CustomEDID" "DisplayPort-0:/etc/X11/displayport-0.edid"
EndSection
Section "Monitor"
Identifier "DisplayPort-1"
VendorName "LEN"
ModelName "LEN L24e-20"
Option "DPMS"
Option "Primary" "false"
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Option "PreferredMode" "1920x1080_60.00"
Option "CustomEDID" "DisplayPort-1:/etc/X11/displayport-1.edid"
EndSection
Section "Device"
Driver "amdgpu"
Screen 0
Identifier "Device0"
Option "ZaphodHeads" "HDMI-A-0"
EndSection
Section "Device"
Driver "amdgpu"
Screen 1
Identifier "Device1"
Option "ZaphodHeads" "HDMI-A-1"
EndSection
Section "Device"
Driver "amdgpu"
Screen 2
Identifier "Device2"
Option "ZaphodHeads" "DisplayPort-0"
EndSection
Section "Device"
Driver "amdgpu"
Screen 3
Identifier "Device3"
Option "ZaphodHeads" "DisplayPort-1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "HDMI-A-1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "3840x2160_30.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Device2"
EndSection
Section "Screen"
Identifier "Screen3"
Device "Device3"
EndSection