Memo_Catalyst: xorg.conf

File xorg.conf, 1.4 KB (added by nakasato, 13 years ago)
Line 
1Section "ServerLayout"
2        Identifier     "aticonfig Layout"
3        Screen      0  "aticonfig-Screen[0]-0" 0 0
4        Screen         "aticonfig-Screen[0]-0" RightOf "aticonfig-Screen[0]-0"
5        Screen         "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
6EndSection
7
8Section "Files"
9EndSection
10
11Section "Module"
12EndSection
13
14Section "Monitor"
15        Identifier   "aticonfig-Monitor[0]-0"
16        Option      "VendorName" "ATI Proprietary Driver"
17        Option      "ModelName" "Generic Autodetecting Monitor"
18        Option      "DPMS" "true"
19EndSection
20
21Section "Monitor"
22        Identifier   "aticonfig-Monitor[0]-1"
23        Option      "VendorName" "ATI Proprietary Driver"
24        Option      "ModelName" "Generic Autodetecting Monitor"
25        Option      "DPMS" "true"
26EndSection
27
28Section "Device"
29        Identifier  "aticonfig-Device[0]-0"
30        Driver      "fglrx"
31        BusID       "PCI:5:0:0"
32EndSection
33
34Section "Device"
35        Identifier  "aticonfig-Device[0]-1"
36        Driver      "fglrx"
37        BusID       "PCI:6:0:0"
38EndSection
39
40Section "Screen"
41        Identifier "aticonfig-Screen[0]-0"
42        Device     "aticonfig-Device[0]-0"
43        Monitor    "aticonfig-Monitor[0]-0"
44        DefaultDepth     24
45        SubSection "Display"
46                Viewport   0 0
47                Depth     24
48        EndSubSection
49EndSection
50
51Section "Screen"
52        Identifier "aticonfig-Screen[0]-1"
53        Device     "aticonfig-Device[0]-1"
54        Monitor    "aticonfig-Monitor[0]-1"
55        DefaultDepth     24
56        SubSection "Display"
57                Viewport   0 0
58                Depth     24
59        EndSubSection
60EndSection
61