try to get loop working with sound (somewhat broken)
[opo.git] / xorg.conf.example
blob40e266b5375a248107ffca0091cf3a0510768c45
1 Section "ServerLayout"
2         Identifier     "Layout"
3         Screen      0   "Screen-0" 
4         Screen      1   "Screen-1" 
5         Screen      2   "Screen-2" 
6         Screen      3   "Screen-3" 
7 #       Option          "Xinerama" "1"
8 EndSection
10 Section "ServerFlags"
11         Option "BlankTime"  "0"
12         Option "StandbyTime"  "0"
13         Option "SuspendTime"  "0"
14 EndSection
17 Section "Monitor"
18         Identifier   "Monitor-0"
19 EndSection
21 Section "Monitor"
22         Identifier   "Monitor-1"
23 EndSection
25 Section "Monitor"
26         Identifier   "Monitor-2"
27 EndSection
29 Section "Monitor"
30         Identifier   "Monitor-3"
31 EndSection
34 Section "Device"
35         Identifier  "Device-0"
36         Driver      "radeon"
37         BusID       "PCI:1:0:0"
38 #       Option      "IgnoreEDID"  "true"
39         Option      "ZaphodHeads" "DVI-0"
40 EndSection
42 Section "Device"
43         Identifier  "Device-1"
44         Driver      "radeon"
45         BusID       "PCI:1:0:0"
46 #       Option      "IgnoreEDID"  "true"
47         Option      "ZaphodHeads" "VGA-0"
48 EndSection
50 Section "Device"
51         Identifier  "Device-2"
52         Driver      "radeon"
53         BusID       "PCI:2:0:0"
54 #       Option      "IgnoreEDID"  "true"
55         Option      "ZaphodHeads" "DVI-1"
56 EndSection
58 Section "Device"
59         Identifier  "Device-3"
60         Driver      "radeon"
61         BusID       "PCI:2:0:0"
62 #       Option      "IgnoreEDID"  "true"
63         Option      "ZaphodHeads" "VGA-1"
64 EndSection
69 Section "Screen"
70         Identifier "Screen-0"
71         Device     "Device-0"
72         Monitor    "Monitor-0"
73         DefaultDepth     24
74         SubSection "Display"
75                 Viewport   0 0
76                 Depth     24
77         EndSubSection
78         Option "DPMS" "false"
79 EndSection
81 Section "Screen"
82         Identifier "Screen-1"
83         Device     "Device-1"
84         Monitor    "Monitor-1"
85         DefaultDepth     24
86         SubSection "Display"
87                 Viewport   0 0
88                 Depth     24
89         EndSubSection
90         Option "DPMS" "false"   
91 EndSection
93 Section "Screen"
94         Identifier "Screen-2"
95         Device     "Device-2"
96         Monitor    "Monitor-2"
97         DefaultDepth     24
98         SubSection "Display"
99                 Viewport   0 0
100                 Depth     24
101         EndSubSection
102 EndSection
104 Section "Screen"
105         Identifier "Screen-3"
106         Device     "Device-3"
107         Monitor    "Monitor-3"
108         DefaultDepth     24
109         SubSection "Display"
110                 Viewport   0 0
111                 Depth     24
112         EndSubSection
113 EndSection