Compare Pastes
Differences between the pastes
#139554 (30.07.2020 21:00)
and
#189218 (01.06.2021 19:38).
1 | Section "ServerLayout" | |
2 | Identifier "X.org Configured" | |
3 | Screen 0 "Screen0" 0 0 | |
4 | Screen 1 "Screen1" RightOf "Screen0" | |
5 | InputDevice "Mouse0" "CorePointer" | |
6 | InputDevice "Keyboard0" "CoreKeyboard" | |
7 | EndSection | |
8 | ||
9 | Section "Files" | |
10 | ModulePath "/usr/lib64/xorg/modules" | |
11 | FontPath "/usr/share/fonts/misc/" | |
12 | FontPath "/usr/share/fonts/TTF/" | |
13 | FontPath "/usr/share/fonts/OTF/" | |
14 | FontPath "/usr/share/fonts/Type1/" | |
15 | FontPath "/usr/share/fonts/100dpi/" | |
16 | FontPath "/usr/share/fonts/75dpi/" | |
17 | EndSection | |
18 | ||
19 | Section "Module" | |
20 | Load "glx" | |
21 | EndSection | |
22 | ||
23 | Section "InputDevice" | |
24 | Identifier "Keyboard0" | |
25 | Driver "kbd" | |
26 | EndSection | |
27 | ||
28 | Section "InputDevice" | |
29 | Identifier "Mouse0" | |
30 | Driver "mouse" | |
31 | Option "Protocol" "auto" | |
32 | Option "Device" "/dev/input/mice" | |
33 | Option "ZAxisMapping" "4 5 6 7" | |
34 | EndSection | |
35 | ||
36 | Section "Monitor" | |
37 | Identifier "Monitor0" | |
38 | VendorName "Monitor Vendor" | |
39 | ModelName "Monitor Model" | |
40 | EndSection | |
41 | ||
42 | Section "Monitor" | |
43 | Identifier "Monitor1" | |
44 | VendorName "Monitor Vendor" | |
45 | ModelName "Monitor Model" | |
46 | EndSection | |
47 | ||
48 | Section "Device" | |
49 | ### Available Driver options are:- | |
50 | ### Values: : integer, | |
51 | ### | |
52 | ### | |
53 | ### [arg]: arg optional | |
54 | #Option "Accel" # [ | |
55 | #Option "SWcursor" # [ | |
56 | #Option "EnablePageFlip" # [ | |
57 | #Option "SubPixelOrder" # [ | |
58 | #Option "ZaphodHeads" # | |
59 | #Option "AccelMethod" # | |
60 | #Option "DRI3" # [ | |
61 | #Option "DRI" # | |
62 | #Option "ShadowPrimary" # [ | |
63 | #Option "TearFree" # [ | |
64 | #Option "DeleteUnusedDP12Displays" # [ | |
65 | #Option "VariableRefresh" # [ | |
66 | Identifier "Card0" | |
67 | Driver "amdgpu" | |
68 | BusID "PCI:5:0:0" | |
69 | EndSection | |
70 | ||
71 | Section "Device" | |
72 | ### Available Driver options are:- | |
73 | ### Values: : integer, | |
74 | ### | |
75 | ### | |
76 | ### [arg]: arg optional | |
77 | #Option "SWcursor" # [ | |
78 | #Option "HWcursor" # [ | |
79 | #Option "NoAccel" # [ | |
80 | #Option "ShadowFB" # [ | |
81 | #Option "VideoKey" # | |
82 | #Option "WrappedFB" # [ | |
83 | #Option "GLXVBlank" # [ | |
84 | #Option "ZaphodHeads" # | |
85 | #Option "PageFlip" # [ | |
86 | #Option "SwapLimit" # | |
87 | #Option "AsyncUTSDFS" # [ | |
88 | #Option "AccelMethod" # | |
89 | #Option "DRI" # | |
90 | Identifier "Card1" | |
91 | Driver "nouveau" | |
92 | BusID "PCI:1:0:0" | |
93 | EndSection | |
94 | ||
95 | Section "Screen" | |
96 | Identifier "Screen0" | |
97 | Device "Card0" | |
98 | Monitor "Monitor0" | |
99 | SubSection "Display" | |
100 | Viewport 0 0 | |
101 | Depth 1 | |
102 | EndSubSection | |
103 | SubSection "Display" | |
104 | Viewport 0 0 | |
105 | Depth 4 | |
106 | EndSubSection | |
107 | SubSection "Display" | |
108 | Viewport 0 0 | |
109 | Depth 8 | |
110 | EndSubSection | |
111 | SubSection "Display" | |
112 | Viewport 0 0 | |
113 | Depth 15 | |
114 | EndSubSection | |
115 | SubSection "Display" | |
116 | Viewport 0 0 | |
117 | Depth 16 | |
118 | EndSubSection | |
119 | SubSection "Display" | |
120 | Viewport 0 0 | |
121 | Depth 24 | |
122 | EndSubSection | |
123 | EndSection | |
124 | ||
125 | Section "Screen" | |
126 | Identifier "Screen1" | |
127 | Device "Card1" | |
128 | Monitor "Monitor1" | |
129 | SubSection "Display" | |
130 | Viewport 0 0 | |
131 | Depth 1 | |
132 | EndSubSection | |
133 | SubSection "Display" | |
134 | Viewport 0 0 | |
135 | Depth 4 | |
136 | EndSubSection | |
137 | SubSection "Display" | |
138 | Viewport 0 0 | |
139 | Depth 8 | |
140 | EndSubSection | |
141 | SubSection "Display" | |
142 | Viewport 0 0 | |
143 | Depth 15 | |
144 | EndSubSection | |
145 | SubSection "Display" | |
146 | Viewport 0 0 | |
147 | Depth 16 | |
148 | EndSubSection | |
149 | SubSection "Display" | |
150 | Viewport 0 0 | |
151 | Depth 24 | |
152 | EndSubSection |