Gentoo Archives: gentoo-user

From: "Octavio Ruiz (Ta^3)" <tacvbo@××××××.net>
To: gentoo-user@l.g.o
Cc: gentoo-laptop@l.g.o
Subject: Re: [gentoo-user] Projector on my laptop
Date: Wed, 27 Dec 2006 16:16:12
Message-Id: 20061227161347.GA11649@tacvbo.net
In Reply to: [gentoo-user] Projector on my laptop by Felipe Ribeiro
1 > I have an Acer Aspire 5002 WLMI laptop running gentoo.
2
3 You did not mention you video card, so I hope this example for VGA and SVIDEO output (multihead and standalone)
4 on i915/i810 chipsets helps.
5
6 > My xorg.conf? what do I have to change?
7
8 Relevant parts:
9
10 Section "ServerFlags"
11 # Option "DefaultServerLayout" "Multihead_Layout"
12 # Option "DefaultServerLayout" "Projector_Layout"
13 # Option "DefaultServerLayout" "TV_Layout"
14 Option "DefaultServerLayout" "Default_Layout"
15 Option "AllowMouseOpenFail" "True"
16 Option "blanktime" "15"
17 Option "standbytime" "15"
18 Option "suspendtime" "30"
19 Option "offtime" "60"
20
21 EndSection
22
23 Section "ServerLayout"
24
25 Identifier "Default_Layout"
26 Screen 0 "Screen_Default" 0 0
27 InputDevice "Dell_Keyboard" "CoreKeyboard"
28 InputDevice "Dell_Touchpad" "CorePointer"
29 InputDevice "Mouse_USB" "SendCoreEvents"
30
31 EndSection
32
33
34 Section "ServerLayout"
35
36 Identifier "Multihead_Layout"
37 Screen 0 "Screen_LCD" LeftOf "Screen_VGA_Monitor"
38 # Screen 0 "Screen_LCD" Below "Screen_VGA_Monitor"
39 Screen 1 "Screen_VGA_Monitor"
40 InputDevice "Dell_Keyboard" "CoreKeyboard"
41 InputDevice "Dell_Touchpad" "CorePointer"
42 InputDevice "Mouse_USB" "SendCoreEvents"
43 Option "Xinerama" "On"
44
45 EndSection
46
47
48 Section "ServerLayout"
49
50 Identifier "Projector_Layout"
51 Screen 0 "Screen_LCD" LeftOf "Screen_VGA_Projector"
52 Screen 1 "Screen_VGA_Projector"
53 InputDevice "Dell_Keyboard" "CoreKeyboard"
54 InputDevice "Dell_Touchpad" "CorePointer"
55 InputDevice "Mouse_USB" "SendCoreEvents"
56 Option "Xinerama" "On"
57
58 EndSection
59
60
61 Section "ServerLayout"
62
63 Identifier "TV_Layout"
64 Screen 0 "Screen_TV_LCD" LeftOf "Screen_TV_SVIDEO"
65 Screen 1 "Screen_TV_SVIDEO"
66 InputDevice "Dell_Keyboard" "CoreKeyboard"
67 InputDevice "Dell_Touchpad" "CorePointer"
68 InputDevice "Mouse_USB" "SendCoreEvents"
69 Option "Xinerama" "On"
70
71 EndSection
72
73
74 Section "Device"
75
76 Identifier "Intel_915"
77 Driver "i810"
78 VendorName "Intel"
79 VideoRam 131072
80 BoardName "915GM/GMS/910GML Express Graphics"
81 BusID "PCI:0:2:0"
82 Option "VBERestore" "true"
83 #Option "MonitorLayout" "CRT,LFP"
84 #Option "MonitorLayout" "TV,LFP"
85 Option "Clone" "off"
86
87 EndSection
88
89 Section "Device"
90
91 Identifier "Intel_915_S0"
92 Driver "i810"
93 VendorName "Intel"
94 VideoRam 131072
95 BoardName "915GM/GMS/910GML Express Graphics"
96 BusID "PCI:0:2:0"
97 Option "VBERestore" "false"
98 Screen 0
99 Option "MonitorLayout" "CRT,LFP"
100
101 EndSection
102
103
104 Section "Device"
105
106 Identifier "Intel_915_S1"
107 Driver "i810"
108 VendorName "Intel"
109 VideoRam 131072
110 BoardName "915GM/GMS/910GML Express Graphics"
111 BusID "PCI:0:2:0"
112 Option "VBERestore" "false"
113 Screen 1
114 Option "MonitorLayout" "CRT,LFP"
115
116 EndSection
117
118 Section "Device"
119
120 Identifier "Intel_915_TV_S0"
121 Driver "i810"
122 VendorName "Intel"
123 VideoRam 131072
124 BoardName "915GM/GMS/910GML Express Graphics"
125 BusID "PCI:0:2:0"
126 Option "VBERestore" "false"
127 Screen 0
128 Option "MonitorLayout" "TV,LFP"
129
130 EndSection
131
132
133 Section "Device"
134
135 Identifier "Intel_915_TV_S1"
136 Driver "i810"
137 VendorName "Intel"
138 VideoRam 131072
139 BoardName "915GM/GMS/910GML Express Graphics"
140 BusID "PCI:0:2:0"
141 Option "VBERestore" "false"
142 Screen 1
143 Option "MonitorLayout" "TV,LFP"
144
145 EndSection
146
147
148 Section "Monitor"
149
150 Identifier "Dell_LCD"
151 Option "CalcAlgorithm" "CheckDesktopGeometry"
152 Option "DPMS" "true"
153 VendorName "Dell"
154 ModelName "630m"
155 HorizSync 30 - 112
156 VertRefresh 50 - 180
157 # DisplaySize 453 253 # 72x80
158 DisplaySize 453 283 # 72x72
159
160 EndSection
161
162
163 Section "Monitor"
164
165 Identifier "Monitor_CRT"
166 Option "DPMS" "true"
167 HorizSync 30 - 97
168 VertRefresh 50 - 180
169
170 EndSection
171
172
173 Section "Monitor"
174
175 Identifier "Projector_VGA"
176 Option "DPMS" "true"
177 HorizSync 30 - 97
178 VertRefresh 50 - 180
179
180 EndSection
181
182
183 Section "Monitor"
184
185 Identifier "Dell_SVIDEO"
186 Option "DPMS" "true"
187 HorizSync 30 - 97
188 VertRefresh 50 - 180
189
190 EndSection
191
192 Section "Screen"
193
194 Identifier "Screen_Default"
195 Device "Intel_915"
196 Monitor "Dell_LCD"
197 DefaultDepth 24
198
199 SubSection "Display"
200 Viewport 0 0
201 Depth 16
202 Modes "1280x800"
203 EndSubSection
204
205 SubSection "Display"
206 Viewport 0 0
207 Depth 24
208 Modes "1280x800"
209 EndSubSection
210
211 EndSection
212
213
214 Section "Screen"
215
216 Identifier "Screen_LCD"
217 Device "Intel_915_S0"
218 Monitor "Dell_LCD"
219 DefaultDepth 24
220
221 SubSection "Display"
222 Viewport 0 0
223 Depth 24
224 Modes "1280x800"
225 EndSubSection
226
227 EndSection
228
229
230 Section "Screen"
231
232 Identifier "Screen_VGA_Projector"
233 Device "Intel_915_S1"
234 Monitor "Projector_VGA"
235 DefaultDepth 24
236
237 SubSection "Display"
238 Viewport 0 0
239 Depth 24
240 Modes "1024x768" "800x600"
241 EndSubSection
242
243 EndSection
244
245
246 Section "Screen"
247
248 Identifier "Screen_VGA_Monitor"
249 Device "Intel_915_S1"
250 Monitor "Monitor_CRT"
251 DefaultDepth 24
252
253 SubSection "Display"
254 Viewport 0 0
255 Depth 24
256 Modes "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
257 EndSubSection
258
259 EndSection
260
261
262 Section "Screen"
263
264 Identifier "Screen_TV_LCD"
265 Device "Intel_915_TV_S0"
266 Monitor "Dell_LCD"
267 DefaultDepth 24
268
269 SubSection "Display"
270 Viewport 0 0
271 Depth 24
272 Modes "1280X800"
273 EndSubSection
274
275 EndSection
276
277
278 Section "Screen"
279
280 Identifier "Screen_TV_SVIDEO"
281 Device "Intel_915_TV_S1"
282 Monitor "Dell_SVIDEO"
283 DefaultDepth 24
284
285 SubSection "Display"
286 Viewport 0 0
287 Depth 24
288 Modes "1024x768"
289 EndSubSection
290
291 EndSection
292
293
294 --
295 Octavio Ruiz Cervera
296 Neocenter, SA. de CV.
297 http://www.neocenter.com/
298 Soluciones para Centros de Contacto y Telefonía IP
299 Tel.: (+52 55) 8590-9000 Ext. 9016
300 Cel.: (+55 55) 5514-087790
301 --
302 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Projector on my laptop Randy Barlow <randy@×××××××××××××××××.com>