Gentoo Archives: gentoo-user-br

From: "Alex Z. de Lima" <trustlix@×××××××××××.net>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] Notebook Hp Pavilion ze5375us
Date: Mon, 31 Oct 2005 03:19:21
Message-Id: 43658D18.9010508@linuxrocket.net
In Reply to: [gentoo-user-br] Notebook Hp Pavilion ze5375us by Assamita
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Possuo um Hp dv1019ap, com a placa de vídeo Intel Extreme graphics 2...
5 Segue o meu xorg.conf. Com ele consigo utilizar a saída vga e a SVideo....
6
7 #cat /etc/X11/xorg.conf
8
9 Section "ServerFlags"
10 Option "DefaultServerLayout" "DefaultLayout"
11 # Option "DefaultServerLayout" "MultiheadLayout"
12 # Option "DefaultServerLayout" "TVLayout"
13 EndSection
14
15 Section "ServerLayout"
16 Identifier "DefaultLayout"
17 Screen "DL - Notebook" 0 0
18 InputDevice "Mouse1" "CorePointer"
19 InputDevice "Keyboard1" "CoreKeyboard"
20 EndSection
21
22 Section "ServerLayout"
23 Identifier "MultiheadLayout"
24 Screen 0 "ML - Notebook" LeftOf "ML - Monitor"
25 Screen 1 "ML - Monitor"
26 InputDevice "Mouse1" "CorePointer"
27 InputDevice "Keyboard1" "CoreKeyboard"
28 # Option "Xinerama" "on"
29 # Option "Clone" "on"
30 EndSection
31
32 Section "ServerLayout"
33 Identifier "TVLayout"
34 Screen 0 "TL - Notebook" LeftOf "TL - TV"
35 Screen 1 "TL - TV"
36 InputDevice "Mouse1" "CorePointer"
37 InputDevice "Keyboard1" "CoreKeyboard"
38 # Option "Xinerama" "on"
39 # Option "Clone" "on"
40 EndSection
41
42
43 Section "Files"
44 RgbPath "/usr/lib/X11/rgb"
45 FontPath "/usr/share/fonts/misc/"
46 FontPath "/usr/share/fonts/TTF/"
47 FontPath "/usr/share/fonts/Type1/"
48 FontPath "/usr/share/fonts/75dpi/"
49 FontPath "/usr/share/fonts/100dpi/"
50 FontPath "/usr/share/fonts/local/"
51 EndSection
52
53 Section "Module"
54 Load "dbe" # Double buffer extension
55 SubSection "extmod"
56 Option "omit xfree86-dga" # don't initialise the DGA extension
57 EndSubSection
58 Load "fbdevhw"
59 Load "glx"
60 Load "record"
61 Load "freetype"
62 Load "type1"
63 Load "dri"
64 EndSection
65
66 Section "InputDevice"
67 Identifier "Keyboard1"
68 Driver "keyboard"
69
70 Option "CoreKeyboard"
71 Option "XkbRules" "xorg"
72 Option "XkbModel" "pc105"
73 Option "XkbLayout" "us_intl"
74 EndSection
75
76 Section "InputDevice"
77 Identifier "Mouse1"
78 Driver "mouse"
79 Option "Protocol" "Auto"
80 Option "Device" "/dev/psaux"
81 Option "Emulate3Timeout" "50"
82 Option "ZAxisMapping" "4 5"
83 EndSection
84
85 Section "InputDevice"
86 Identifier "Mouse0"
87 Driver "synaptics"
88 Option "Device" "/dev/psaux"
89 Option "Protocol" "auto-dev"
90 Option "LeftEdge" "1900"
91 Option "RightEdge" "5400"
92 Option "TopEdge" "1900"
93
94 # Since you can't seem to disable horizontal scrolling (which is
95 # annoying IMHO), adjusting BottomEdge from 4000 to 5000 pushes the
96 # horizontal scroll region just out of the reach of the touchpad.
97 # Option "BottomEdge" "4000"
98 Option "BottomEdge" "5000"
99
100 Option "FingerLow" "25"
101 Option "FingerHigh" "30"
102
103 # Disable tapping (I'm one of the few people who HATE tapping).
104 #Option "MaxTapTime" "0"
105 #Option "MaxTapMove" "220"
106
107 Option "VertScrollDelta" "100"
108 Option "MinSpeed" "0.02"
109 Option "MaxSpeed" "0.09"
110 Option "AccelFactor" "0.0010"
111 Option "SHMConfig" "on"
112 Option "Emulate3Buttons" "yes"
113 # Option "Repeater" "/dev/ps2mouse"
114 EndSection
115
116 ########################
117 # Default Layout Stuff #
118 ########################
119
120 Section "Device"
121 Identifier "DL - Notebook Device"
122 Driver "i810"
123 VideoRam 65536
124 Option "AGPFastWrite" "true"
125 Option "MonitorLayout" "LFP"
126 Option "ActiveDevice" "LCD"
127 Option "AlowGLXWithComposite" "true"
128 EndSection
129
130 Section "Screen"
131 Identifier "DL - Notebook"
132 Device "DL - Notebook Device"
133 Monitor "DL - Notebook Monitor"
134
135 DefaultDepth 16
136 Subsection "Display"
137 Depth 16
138 Modes "1280x768"
139 Viewport 0 0
140 EndSubSection
141 EndSection
142
143 Section "Monitor"
144 Identifier "DL - Notebook Monitor"
145 Option "DPMS"
146 ModeLine "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
147 EndSection
148
149 ##########################
150 # Multihead Layout Stuff #
151 ##########################
152
153 Section "Screen"
154 Identifier "ML - Notebook"
155 Device "ML - Notebook Device"
156 Monitor "DL - Notebook Monitor"
157
158 DefaultDepth 16
159 SubSection "Display"
160 Viewport 0 0
161 Depth 16
162 Modes "1280x768"
163 EndSubSection
164 EndSection
165
166 Section "Screen"
167 Identifier "ML - Monitor"
168 Device "ML - Monitor Device"
169 Monitor "ML - Monitor Monitor"
170
171 DefaultDepth 24
172 SubSection "Display"
173 Viewport 0 0
174 Modes "1280x1024" "1024x768" "800x600"
175 Depth 24
176 EndSubSection
177 EndSection
178
179 Section "Device"
180 Identifier "ML - Notebook Device"
181 Driver "i810"
182 Option "AGPFastWrite" "true"
183 Option "AlowGLXWithComposite" "true"
184
185 BusID "PCI:0:2:0"
186 Screen 0
187 Option "MonitorLayout" "CRT,LFP"
188 EndSection
189
190 Section "Device"
191 Identifier "ML - Monitor Device"
192 Driver "i810"
193 Option "AGPFastWrite" "true"
194 Option "AlowGLXWithComposite" "true"
195
196 BusID "PCI:0:2:0"
197 Screen 1
198 Option "MonitorLayout" "CRT,LFP"
199 EndSection
200
201 Section "Monitor"
202 Identifier "ML - Monitor Monitor"
203 Option "dpms"
204 HorizSync 30.0 - 50.0
205 VertRefresh 60.0
206 EndSection
207
208
209 ###################
210 # TV Layout Stuff #
211 ###################
212
213 Section "Screen"
214 Identifier "TL - Notebook"
215 Device "TL - Notebook Device"
216 Monitor "DL - Notebook Monitor"
217
218 DefaultDepth 16
219 SubSection "Display"
220 Viewport 0 0
221 Depth 16
222 Modes "1280x768"
223 EndSubSection
224 EndSection
225
226 Section "Screen"
227 Identifier "TL - TV"
228 Device "TL - TV Device"
229 Monitor "TL - TV Monitor"
230
231 DefaultDepth 16
232 SubSection "Display"
233 Depth 16
234 Modes "800x600" "640x480"
235 EndSubSection
236 EndSection
237
238 Section "Device"
239 Identifier "TL - Notebook Device"
240 Driver "i810"
241 BusID "PCI:0:2:0"
242 Screen 0
243 Option "MonitorLayout" "TV,LFP"
244 EndSection
245
246 Section "Device"
247 Identifier "TL - TV Device"
248 Driver "i810"
249 BusID "PCI:0:2:0"
250 Screen 1
251 #Option "TVOutFormat" "SVIDEO"
252 #Option "TVStandard" "NTSC" #
253 #Option "ConnectedMonitor" "TL - TV Monitor"
254 Option "MonitorLayout" "TV,LFP"
255 EndSection
256
257 Section "Monitor"
258 Identifier "TL - TV Monitor"
259 HorizSync 30.0 - 50.0
260 VertRefresh 60.0
261 Option "dpms"
262 EndSection
263
264
265 Section "DRI"
266 Mode 0666
267 EndSection
268
269 #Section "Extensions"
270 # Option "Composite" "Enable"
271 #EndSection
272
273 Assamita escreveu:
274 > Ai Galera, gostaria de saber se alguem conseguio, ou sabe de algum
275 > tutorial ou alguma informação de como fazer funcionar a saida de tv
276 > deste notebook, a placa de vidio dele eh uma ATI IGP 345M, no site da
277 > ati não tein eles dizem para ver com fabricante mas na ho tb nao entaum!
278 > alguem pode me ajudar?
279 >
280
281 - --
282 Alex Zanetti de Lima
283 Federal University of Itajubá - Computer Engineering
284 Gentoo Linux User - Linux User #314682 - UIN 13848380
285 Key - http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB84118B6
286 Finger Print - 1EF3 6BFC 977F 28E1 2214 F972 D7B9 78FE B841 18B6
287 trustlix[at]linuxrocket[dot]net
288 - --
289
290 Natural laws have no pity.
291
292 -----BEGIN PGP SIGNATURE-----
293 Version: GnuPG v1.4.1 (GNU/Linux)
294
295 iD8DBQFDZY0X17l4/rhBGLYRAs2/AJ9El8sEYZ/lKwS0HJ/SyYIurchDOwCgy/P6
296 2BK+OUo2c1jNMRyE0Q519q8=
297 =9vvQ
298 -----END PGP SIGNATURE-----
299
300
301
302
303
304 _______________________________________________________
305 Promoção Yahoo! Acesso Grátis: a cada hora navegada você
306 acumula cupons e concorre a mais de 500 prêmios! Participe!
307 http://yahoo.fbiz.com.br/
308 --
309 gentoo-user-br@g.o mailing list