fixing C void function signatures ignorantly left blank
[opo.git] / xorg.conf.example
blob9756d07c95c75340fc9132a2c753fb5f49ce52fc
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"  "999"
12         Option "StandbyTime"  "999"
13         Option "SuspendTime"  "999"
14         Option "DPMS" "off"
15 EndSection
18 Section "Monitor"
19         Identifier   "Monitor-0"
20         Option       "DPMS" "off"
21 EndSection
23 Section "Monitor"
24         Identifier   "Monitor-1"
25         Option       "DPMS" "off"
26 EndSection
28 Section "Monitor"
29         Identifier   "Monitor-2"
30         Option       "DPMS" "off"
31 EndSection
33 Section "Monitor"
34         Identifier   "Monitor-3"
35         Option       "DPMS" "off"
36 EndSection
39 Section "Device"
40         Identifier  "Device-0"
41         Driver      "radeon"
42         BusID       "PCI:1:0:0"
43         Option      "IgnoreEDID"  "true"
44         Option      "ZaphodHeads" "DVI-0"
45 EndSection
47 Section "Device"
48         Identifier  "Device-1"
49         Driver      "radeon"
50         BusID       "PCI:1:0:0"
51         Option      "IgnoreEDID"  "true"
52         Option      "ZaphodHeads" "VGA-0"
53 EndSection
55 Section "Device"
56         Identifier  "Device-2"
57         Driver      "radeon"
58         BusID       "PCI:2:0:0"
59         Option      "IgnoreEDID"  "true"
60         Option      "ZaphodHeads" "DVI-1"
61 EndSection
63 Section "Device"
64         Identifier  "Device-3"
65         Driver      "radeon"
66         BusID       "PCI:2:0:0"
67         Option      "IgnoreEDID"  "true"
68         Option      "ZaphodHeads" "VGA-1"
69 EndSection
74 Section "Screen"
75         Identifier "Screen-0"
76         Device     "Device-0"
77         Monitor    "Monitor-0"
78         DefaultDepth     24
79         SubSection "Display"
80                 Viewport   0 0
81                 Depth     24
82         EndSubSection
83         Option "DPMS" "false"
84 EndSection
86 Section "Screen"
87         Identifier "Screen-1"
88         Device     "Device-1"
89         Monitor    "Monitor-1"
90         DefaultDepth     24
91         SubSection "Display"
92                 Viewport   0 0
93                 Depth     24
94         EndSubSection
95         Option "DPMS" "false"   
96 EndSection
98 Section "Screen"
99         Identifier "Screen-2"
100         Device     "Device-2"
101         Monitor    "Monitor-2"
102         DefaultDepth     24
103         SubSection "Display"
104                 Viewport   0 0
105                 Depth     24
106         EndSubSection
107 EndSection
109 Section "Screen"
110         Identifier "Screen-3"
111         Device     "Device-3"
112         Monitor    "Monitor-3"
113         DefaultDepth     24
114         SubSection "Display"
115                 Viewport   0 0
116                 Depth     24
117         EndSubSection
118 EndSection