Gentoo Archives: gentoo-user-es

From: "José Zamora" <joalzamora@×××××.net>
To: GentooUserEs <gentoo-user-es@l.g.o>
Subject: Re: [gentoo-user-es] Fw: PROBLEMAS CON X
Date: Thu, 19 Feb 2004 03:10:31
Message-Id: 403427D0.5030901@cantv.net
In Reply to: Re: [gentoo-user-es] Fw: PROBLEMAS CON X by Marcos Garcia
1 Me imagino que el X -configure es lo mismo que yo hago.
2
3 Yo para configura la X lo que hago es lo siguiente
4
5 #XFree86 -configure
6
7 Esto arroja un archivo XF86Config.new en /root
8 Prueba la linea te indica para provarlo.
9
10 Tampoco informas que tarjeta de video tienes.
11
12 Marcos Garcia wrote:
13
14 > Además también es necesario poner una lista de "Modes" que deseas para
15 > una resolución dada. De esta manera, todas las parejas
16 > (mode,profundidad de color) serán las que se prueben para tu pantalla.
17 > Si no te gusta una, apretando Ctrl+Alt+"+" o bien "-", cambiaras a un
18 > modo de mas resolucion/profundidad de color
19 >
20 > Vamos que pongas en vez de esto:
21 >
22 > ++++++++++++++++++++++++++++
23 > Section "Screen"
24 > Identifier "Screen0"
25 > Device "Card0"
26 > Monitor "Monitor0"
27 > SubSection "Display"
28 > Depth 1
29 > EndSubSection
30 > SubSection "Display"
31 > Depth 4
32 > EndSubSection
33 > SubSection "Display"
34 > Depth 8
35 > EndSubSection
36 > SubSection "Display"
37 > Depth 15
38 > EndSubSection
39 > SubSection "Display"
40 > Depth 16
41 > EndSubSection
42 > SubSection "Display"
43 > Depth 24
44 > EndSubSection
45 > EndSection
46 > +++++++++++++++++++++++++++++++
47 >
48 >
49 > Que pongas esto:
50 >
51 > ***************************************
52 > SubSection "Display"
53 > Depth 24
54 > Modes "1024x768" "800x600"
55 > EndSubSection
56 > ***************************************
57 > Lo mismo para cada "Depth"
58 >
59 > Suerte!
60 > PD: os voy a tener que cobrar por los consejos eh!!!!!!!!!! xDD no paro!
61 > Angel Cervera Claudio escribió:
62 >
63 >> Creo que la sección del monitor es obligatorio meter los datos de
64 >> refresco y demás:
65 >>
66 >> Section "Monitor"
67 >> Identifier "Monitor0"
68 >> VendorName "Monitor Vendor"
69 >> ModelName "Monitor Model"
70 >> HorizSync 31.5 - 48.5
71 >> VertRefresh 50.0 - 70.0
72 >> EndSection
73 >>
74 >> A ver si tienes suerte.
75 >>
76 >>
77 >> El mié, 18-02-2004 a las 21:13, Mario Montiel escribió:
78 >>
79 >>
80 >>> Probe con el driver vga del Xfree y de esta manera pude levantar el
81 >>> sevicio
82 >>> lo malo es que no puedo incrementar la
83 >>> resolucion ya que unicamente se levanta con 600x400.
84 >>>
85 >>> Esto la atribuyo a que no tiene el driver adecuando de la tarjeta,
86 >>> asi que
87 >>> baje el driver de intel pero no se como compilarlo
88 >>> alguna idea????
89 >>>
90 >>> Gracias por sus comentarios
91 >>>
92 >>>
93 >>>
94 >>>>
95 >>>>
96 >>>>> ##3A ver hice un emerge de xfree
97 >>>>>
98 >>>>> ####he intente iniciar el X
99 >>>>>
100 >>>>> ####primero:
101 >>>>>
102 >>>>> ####X -configure que arroja este archivo que es el test:
103 >>>>> #####Cambie el driver "i810" de intel por que no podia cargar el
104 >>>>>
105 >>>>
106 >>>> dispositivo
107 >>>>
108 >>>>
109 >>>>> en cambio el vesa si lo carga pero me sigue mandando el mismo error
110 >>>>>
111 >>>>>
112 >>>>>
113 >>>>> Section "ServerLayout"
114 >>>>> Identifier "XFree86 Configured"
115 >>>>> Screen 0 "Screen0" 0 0
116 >>>>> InputDevice "Mouse0" "CorePointer"
117 >>>>> InputDevice "Keyboard0" "CoreKeyboard"
118 >>>>> EndSection
119 >>>>>
120 >>>>> Section "Files"
121 >>>>> RgbPath "/usr/X11R6/lib/X11/rgb"
122 >>>>> ModulePath "/usr/X11R6/lib/modules"
123 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/misc/"
124 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
125 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
126 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/CID/"
127 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
128 >>>>> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
129 >>>>> EndSection
130 >>>>>
131 >>>>> Section "Module"
132 >>>>> Load "record"
133 >>>>> Load "extmod"
134 >>>>> Load "dbe"
135 >>>>> Load "dri"
136 >>>>> Load "glx"
137 >>>>> Load "xtrap"
138 >>>>> Load "type1"
139 >>>>> Load "speedo"
140 >>>>> EndSection
141 >>>>>
142 >>>>> Section "InputDevice"
143 >>>>> Identifier "Keyboard0"
144 >>>>> Driver "keyboard"
145 >>>>> EndSection
146 >>>>>
147 >>>>> Section "InputDevice"
148 >>>>> Identifier "Mouse0"
149 >>>>> Driver "mouse"
150 >>>>> Option "Protocol" "auto"
151 >>>>> Option "Device" "/dev/mouse"
152 >>>>> EndSection
153 >>>>>
154 >>>>> Section "Monitor"
155 >>>>> Identifier "Monitor0"
156 >>>>> VendorName "Monitor Vendor"
157 >>>>> ModelName "Monitor Model"
158 >>>>> EndSection
159 >>>>>
160 >>>>> Section "Device"
161 >>>>> ### Available Driver options are:-
162 >>>>> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
163 >>>>> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
164 >>>>> ### [arg]: arg optional
165 >>>>> #Option "NoAccel" # [<bool>]
166 >>>>> #Option "SWcursor" # [<bool>]
167 >>>>> #Option "ColorKey" # <i>
168 >>>>> #Option "CacheLines" # <i>
169 >>>>> #Option "Dac6Bit" # [<bool>]
170 >>>>> #Option "DRI" # [<bool>]
171 >>>>> #Option "NoDDC" # [<bool>]
172 >>>>> #Option "ShowCache" # [<bool>]
173 >>>>> #Option "XvMCSurfaces" # <i>
174 >>>>> Identifier "Card0"
175 >>>>> Driver "vesa"
176 >>>>> VendorName "Intel Corp."
177 >>>>> BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics
178 >>>>> Device"
179 >>>>> BusID "PCI:0:2:0"
180 >>>>> EndSection
181 >>>>>
182 >>>>> Section "Screen"
183 >>>>> Identifier "Screen0"
184 >>>>> Device "Card0"
185 >>>>> Monitor "Monitor0"
186 >>>>> SubSection "Display"
187 >>>>> Depth 1
188 >>>>> EndSubSection
189 >>>>> SubSection "Display"
190 >>>>> Depth 4
191 >>>>> EndSubSection
192 >>>>> SubSection "Display"
193 >>>>> Depth 8
194 >>>>> EndSubSection
195 >>>>> SubSection "Display"
196 >>>>> Depth 15
197 >>>>> EndSubSection
198 >>>>> SubSection "Display"
199 >>>>> Depth 16
200 >>>>> EndSubSection
201 >>>>> SubSection "Display"
202 >>>>> Depth 24
203 >>>>> EndSubSection
204 >>>>> EndSection
205 >>>>>
206 >>>>>
207 >>>>>
208 >>>>>
209 >>>>>
210 >>>>>
211 >>>>>
212 >>>>>
213 >>>>>
214 >>>>> ######Y despues de eso hago la prueba: que me arroja el siguiente log
215 >>>>>
216 >>>>>
217 >>>>>
218 >>>>>
219 >>>>>
220 >>>>>
221 >>>>>
222 >>>>>
223 >>>>>
224 >>>>>
225 >>>>>
226 >>>>> This is a pre-release version of XFree86, and is not supported in any
227 >>>>> way. Bugs may be reported to XFree86@×××××××.Org and patches
228 >>>>> submitted
229 >>>>> to fixes@×××××××.Org. Before reporting bugs in pre-release versions,
230 >>>>> please check the latest version in the XFree86 CVS repository
231 >>>>> (http://www.XFree86.Org/cvs).
232 >>>>>
233 >>>>> XFree86 Version 4.3.0.1
234 >>>>> Release Date: 15 August 2003
235 >>>>> X Protocol Version 11, Revision 0, Release 6.6
236 >>>>> Build Operating System: Linux 2.4.20-gentoo-r6 i686 [ELF]
237 >>>>> Build Date: 14 February 2004
238 >>>>> Before reporting problems, check http://www.XFree86.Org/
239 >>>>> to make sure that you have the latest version.
240 >>>>> Module Loader present
241 >>>>> Markers: (--) probed, (**) from config file, (==) default setting,
242 >>>>> (++) from command line, (!!) notice, (II) informational,
243 >>>>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
244 >>>>> (==) Log file: "/var/log/XFree86.8.log", Time: Mon Feb 16 22:43:43
245 >>>>> 2004
246 >>>>> (++) Using config file: "/root/XF86Config.new"
247 >>>>> (==) ServerLayout "XFree86 Configured"
248 >>>>> (**) |-->Screen "Screen0" (0)
249 >>>>> (**) | |-->Monitor "Monitor0"
250 >>>>> (**) | |-->Device "Card0"
251 >>>>> (**) |-->Input Device "Mouse0"
252 >>>>> (**) |-->Input Device "Keyboard0"
253 >>>>> (==) Keyboard: CustomKeycode disabled
254 >>>>> (**) FontPath set to
255 >>>>>
256 >>>>>
257 >>>>
258 >>> "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/
259 >>>
260 >>>
261 >>> lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/
262 >>>
263 >>>
264 >>>
265 >>>>> 75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
266 >>>>> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
267 >>>>> (**) ModulePath set to "/usr/X11R6/lib/modules"
268 >>>>> Using vt 7
269 >>>>> (--) using VT number 7
270 >>>>>
271 >>>>> (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
272 >>>>> (II) Module ABI versions:
273 >>>>> XFree86 ANSI C Emulation: 0.2
274 >>>>> XFree86 Video Driver: 0.6
275 >>>>> XFree86 XInput driver : 0.4
276 >>>>> XFree86 Server Extension : 0.2
277 >>>>> XFree86 Font Renderer : 0.4
278 >>>>> (II) Loader running on linux
279 >>>>> (II) LoadModule: "bitmap"
280 >>>>> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
281 >>>>> (II) Module bitmap: vendor="The XFree86 Project"
282 >>>>> compiled for 4.3.0.1, module version = 1.0.0
283 >>>>> Module class: XFree86 Font Renderer
284 >>>>> ABI class: XFree86 Font Renderer, version 0.4
285 >>>>> (II) Loading font Bitmap
286 >>>>> (II) LoadModule: "pcidata"
287 >>>>> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
288 >>>>> (II) Module pcidata: vendor="The XFree86 Project"
289 >>>>> compiled for 4.3.0.1, module version = 1.0.0
290 >>>>> ABI class: XFree86 Video Driver, version 0.6
291 >>>>> (II) PCI: Probing config type using method 1
292 >>>>> (II) PCI: Config type is 1
293 >>>>> (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
294 >>>>> (II) PCI: PCI scan (all values are in hex)
295 >>>>> (II) PCI: 00:00:0: chip 8086,2560 card 8086,2560 rev 03 class
296 >>>>> 06,00,00
297 >>>>>
298 >>>>
299 >>> hdr
300 >>>
301 >>>
302 >>>>> 00
303 >>>>> (II) PCI: 00:02:0: chip 8086,2562 card 8086,2562 rev 03 class
304 >>>>> 03,00,00
305 >>>>>
306 >>>>
307 >>> hdr
308 >>>
309 >>>
310 >>>>> 00
311 >>>>> (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c2 rev 02 class
312 >>>>> 0c,03,00
313 >>>>>
314 >>>>
315 >>> hdr
316 >>>
317 >>>
318 >>>>> 80
319 >>>>> (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c2 rev 02 class
320 >>>>> 0c,03,00
321 >>>>>
322 >>>>
323 >>> hdr
324 >>>
325 >>>
326 >>>>> 00
327 >>>>> (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c2 rev 02 class
328 >>>>> 0c,03,00
329 >>>>>
330 >>>>
331 >>> hdr
332 >>>
333 >>>
334 >>>>> 00
335 >>>>> (II) PCI: 00:1d:7: chip 8086,24cd card 15bd,1008 rev 02 class
336 >>>>> 0c,03,20
337 >>>>>
338 >>>>
339 >>> hdr
340 >>>
341 >>>
342 >>>>> 00
343 >>>>> (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class
344 >>>>> 06,04,00
345 >>>>>
346 >>>>
347 >>> hdr
348 >>>
349 >>>
350 >>>>> 01
351 >>>>> (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class
352 >>>>> 06,01,00
353 >>>>>
354 >>>>
355 >>> hdr
356 >>>
357 >>>
358 >>>>> 80
359 >>>>> (II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c2 rev 02 class
360 >>>>> 01,01,8a
361 >>>>>
362 >>>>
363 >>> hdr
364 >>>
365 >>>
366 >>>>> 00
367 >>>>> (II) PCI: 00:1f:3: chip 8086,24c3 card 8086,24c2 rev 02 class
368 >>>>> 0c,05,00
369 >>>>>
370 >>>>
371 >>> hdr
372 >>>
373 >>>
374 >>>>> 00
375 >>>>> (II) PCI: 00:1f:5: chip 8086,24c5 card 15bd,1001 rev 02 class
376 >>>>> 04,01,00
377 >>>>>
378 >>>>
379 >>> hdr
380 >>>
381 >>>
382 >>>>> 00
383 >>>>> (II) PCI: 01:04:0: chip 8086,1040 card 8086,1000 rev 00 class
384 >>>>> 07,80,00
385 >>>>>
386 >>>>
387 >>> hdr
388 >>>
389 >>>
390 >>>>> 00
391 >>>>> (II) PCI: 01:0b:0: chip 10ec,8139 card 15bd,1003 rev 10 class
392 >>>>> 02,00,00
393 >>>>>
394 >>>>
395 >>> hdr
396 >>>
397 >>>
398 >>>>> 00
399 >>>>> (II) PCI: End of PCI scan
400 >>>>> (II) Host-to-PCI bridge:
401 >>>>> (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN
402 >>>>> is set)
403 >>>>> (II) Bus 0 I/O range:
404 >>>>> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
405 >>>>> (II) Bus 0 non-prefetchable memory range:
406 >>>>> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
407 >>>>> (II) Bus 0 prefetchable memory range:
408 >>>>> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
409 >>>>> (II) PCI-to-PCI bridge:
410 >>>>> (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is
411 >>>>> cleared)
412 >>>>> (II) Bus 1 I/O range:
413 >>>>> [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
414 >>>>> [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
415 >>>>> [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
416 >>>>> [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
417 >>>>> (II) Bus 1 non-prefetchable memory range:
418 >>>>> [0] -1 0 0xec000000 - 0xec7fffff (0x800000) MX[B]
419 >>>>> (II) PCI-to-ISA bridge:
420 >>>>> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008
421 >>>>> (VGA_EN is
422 >>>>>
423 >>>>
424 >>>> set)
425 >>>>
426 >>>>
427 >>>>> (--) PCI:*(0:2:0) Intel Corp. 82845G/GL [Brookdale-G] Chipset
428 >>>>> Integrated
429 >>>>> Graphics Device rev 3, Mem @ 0xe0000000/27, 0xec800000/19
430 >>>>> (II) Addressable bus resource ranges are
431 >>>>> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
432 >>>>> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
433 >>>>> (II) OS-reported resource ranges:
434 >>>>> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
435 >>>>> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000)
436 >>>>> MX[B]E(B)
437 >>>>> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
438 >>>>> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
439 >>>>> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
440 >>>>> [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
441 >>>>> [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
442 >>>>> (II) PCI Memory resource overlap reduced 0xe8000000 from
443 >>>>> 0xebffffff to
444 >>>>> 0xe7ffffff
445 >>>>> (II) Active PCI resource ranges:
446 >>>>> [0] -1 0 0xec400000 - 0xec4000ff (0x100) MX[B]
447 >>>>> [1] -1 0 0xec000000 - 0xec3fffff (0x400000) MX[B]
448 >>>>> [2] -1 0 0xec882000 - 0xec8820ff (0x100) MX[B]
449 >>>>> [3] -1 0 0xec881000 - 0xec8811ff (0x200) MX[B]
450 >>>>> [4] -1 0 0x10000000 - 0x100003ff (0x400) MX[B]
451 >>>>> [5] -1 0 0xec880000 - 0xec8803ff (0x400) MX[B]
452 >>>>> [6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
453 >>>>> [7] -1 0 0xec800000 - 0xec87ffff (0x80000) MX[B](B)
454 >>>>> [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
455 >>>>> [9] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
456 >>>>> [10] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
457 >>>>> [11] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
458 >>>>> [12] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
459 >>>>> [13] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
460 >>>>> [14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
461 >>>>> [15] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
462 >>>>> [16] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
463 >>>>> (II) Active PCI resource ranges after removing overlaps:
464 >>>>> [0] -1 0 0xec400000 - 0xec4000ff (0x100) MX[B]
465 >>>>> [1] -1 0 0xec000000 - 0xec3fffff (0x400000) MX[B]
466 >>>>> [2] -1 0 0xec882000 - 0xec8820ff (0x100) MX[B]
467 >>>>> [3] -1 0 0xec881000 - 0xec8811ff (0x200) MX[B]
468 >>>>> [4] -1 0 0x10000000 - 0x100003ff (0x400) MX[B]
469 >>>>> [5] -1 0 0xec880000 - 0xec8803ff (0x400) MX[B]
470 >>>>> [6] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
471 >>>>> [7] -1 0 0xec800000 - 0xec87ffff (0x80000) MX[B](B)
472 >>>>> [8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
473 >>>>> [9] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
474 >>>>> [10] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
475 >>>>> [11] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
476 >>>>> [12] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
477 >>>>> [13] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
478 >>>>> [14] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
479 >>>>> [15] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
480 >>>>> [16] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
481 >>>>> (II) OS-reported resource ranges after removing overlaps with PCI:
482 >>>>> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
483 >>>>> [1] -1 0 0x00100000 - 0x0fffffff (0xff00000) MX[B]E(B)
484 >>>>> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
485 >>>>> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
486 >>>>> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
487 >>>>> [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
488 >>>>> [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
489 >>>>> (II) All system resource ranges:
490 >>>>> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
491 >>>>> [1] -1 0 0x00100000 - 0x0fffffff (0xff00000) MX[B]E(B)
492 >>>>> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
493 >>>>> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
494 >>>>> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
495 >>>>> [5] -1 0 0xec400000 - 0xec4000ff (0x100) MX[B]
496 >>>>> [6] -1 0 0xec000000 - 0xec3fffff (0x400000) MX[B]
497 >>>>> [7] -1 0 0xec882000 - 0xec8820ff (0x100) MX[B]
498 >>>>> [8] -1 0 0xec881000 - 0xec8811ff (0x200) MX[B]
499 >>>>> [9] -1 0 0x10000000 - 0x100003ff (0x400) MX[B]
500 >>>>> [10] -1 0 0xec880000 - 0xec8803ff (0x400) MX[B]
501 >>>>> [11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
502 >>>>> [12] -1 0 0xec800000 - 0xec87ffff (0x80000) MX[B](B)
503 >>>>> [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
504 >>>>> [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
505 >>>>> [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
506 >>>>> [16] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
507 >>>>> [17] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
508 >>>>> [18] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
509 >>>>> [19] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
510 >>>>> [20] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
511 >>>>> [21] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
512 >>>>> [22] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
513 >>>>> [23] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
514 >>>>> (II) LoadModule: "record"
515 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
516 >>>>> (II) Module record: vendor="The XFree86 Project"
517 >>>>> compiled for 4.3.0.1, module version = 1.13.0
518 >>>>> Module class: XFree86 Server Extension
519 >>>>> ABI class: XFree86 Server Extension, version 0.2
520 >>>>> (II) Loading extension RECORD
521 >>>>> (II) LoadModule: "extmod"
522 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
523 >>>>> (II) Module extmod: vendor="The XFree86 Project"
524 >>>>> compiled for 4.3.0.1, module version = 1.0.0
525 >>>>> Module class: XFree86 Server Extension
526 >>>>> ABI class: XFree86 Server Extension, version 0.2
527 >>>>> (II) Loading extension SHAPE
528 >>>>> (II) Loading extension MIT-SUNDRY-NONSTANDARD
529 >>>>> (II) Loading extension BIG-REQUESTS
530 >>>>> (II) Loading extension SYNC
531 >>>>> (II) Loading extension MIT-SCREEN-SAVER
532 >>>>> (II) Loading extension XC-MISC
533 >>>>> (II) Loading extension XFree86-VidModeExtension
534 >>>>> (II) Loading extension XFree86-Misc
535 >>>>> (II) Loading extension XFree86-DGA
536 >>>>> (II) Loading extension DPMS
537 >>>>> (II) Loading extension FontCache
538 >>>>> (II) Loading extension TOG-CUP
539 >>>>> (II) Loading extension Extended-Visual-Information
540 >>>>> (II) Loading extension XVideo
541 >>>>> (II) Loading extension XVideo-MotionCompensation
542 >>>>> (II) Loading extension X-Resource
543 >>>>> (II) LoadModule: "dbe"
544 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
545 >>>>> (II) Module dbe: vendor="The XFree86 Project"
546 >>>>> compiled for 4.3.0.1, module version = 1.0.0
547 >>>>> Module class: XFree86 Server Extension
548 >>>>> ABI class: XFree86 Server Extension, version 0.2
549 >>>>> (II) Loading extension DOUBLE-BUFFER
550 >>>>> (II) LoadModule: "dri"
551 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
552 >>>>> (II) Module dri: vendor="The XFree86 Project"
553 >>>>> compiled for 4.3.0.1, module version = 1.0.0
554 >>>>> ABI class: XFree86 Server Extension, version 0.2
555 >>>>> (II) Loading sub module "drm"
556 >>>>> (II) LoadModule: "drm"
557 >>>>> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
558 >>>>> (II) Module drm: vendor="The XFree86 Project"
559 >>>>> compiled for 4.3.0.1, module version = 1.0.0
560 >>>>> ABI class: XFree86 Server Extension, version 0.2
561 >>>>> (II) Loading extension XFree86-DRI
562 >>>>> (II) LoadModule: "glx"
563 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
564 >>>>> (II) Module glx: vendor="The XFree86 Project"
565 >>>>> compiled for 4.3.0.1, module version = 1.0.0
566 >>>>> ABI class: XFree86 Server Extension, version 0.2
567 >>>>> (II) Loading sub module "GLcore"
568 >>>>> (II) LoadModule: "GLcore"
569 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
570 >>>>> (II) Module GLcore: vendor="The XFree86 Project"
571 >>>>> compiled for 4.3.0.1, module version = 1.0.0
572 >>>>> ABI class: XFree86 Server Extension, version 0.2
573 >>>>> (II) Loading extension GLX
574 >>>>> (II) LoadModule: "xtrap"
575 >>>>> (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
576 >>>>> (II) Module xtrap: vendor="The XFree86 Project"
577 >>>>> compiled for 4.3.0.1, module version = 1.0.0
578 >>>>> Module class: XFree86 Server Extension
579 >>>>> ABI class: XFree86 Server Extension, version 0.2
580 >>>>> (II) Loading extension DEC-XTRAP
581 >>>>> (II) LoadModule: "type1"
582 >>>>> (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
583 >>>>> (II) Module type1: vendor="The XFree86 Project"
584 >>>>> compiled for 4.3.0.1, module version = 1.0.2
585 >>>>> Module class: XFree86 Font Renderer
586 >>>>> ABI class: XFree86 Font Renderer, version 0.4
587 >>>>> (II) Loading font Type1
588 >>>>> (II) Loading font CID
589 >>>>> (II) LoadModule: "speedo"
590 >>>>> (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
591 >>>>> (II) Module speedo: vendor="The XFree86 Project"
592 >>>>> compiled for 4.3.0.1, module version = 1.0.1
593 >>>>> Module class: XFree86 Font Renderer
594 >>>>> ABI class: XFree86 Font Renderer, version 0.4
595 >>>>> (II) Loading font Speedo
596 >>>>> (II) LoadModule: "vesa"
597 >>>>> (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
598 >>>>> (II) Module vesa: vendor="The XFree86 Project"
599 >>>>> compiled for 4.3.0.1, module version = 1.0.0
600 >>>>> Module class: XFree86 Video Driver
601 >>>>> ABI class: XFree86 Video Driver, version 0.6
602 >>>>> (II) LoadModule: "mouse"
603 >>>>> (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
604 >>>>> (II) Module mouse: vendor="The XFree86 Project"
605 >>>>> compiled for 4.3.0.1, module version = 1.0.0
606 >>>>> Module class: XFree86 XInput Driver
607 >>>>> ABI class: XFree86 XInput driver, version 0.4
608 >>>>> (II) VESA: driver for VESA chipsets: vesa
609 >>>>> (II) Primary Device is: PCI 00:02:0
610 >>>>> (--) Chipset vesa found
611 >>>>> (II) resource ranges after xf86ClaimFixedResources() call:
612 >>>>> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
613 >>>>> [1] -1 0 0x00100000 - 0x0fffffff (0xff00000) MX[B]E(B)
614 >>>>> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
615 >>>>> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
616 >>>>> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
617 >>>>> [5] -1 0 0xec400000 - 0xec4000ff (0x100) MX[B]
618 >>>>> [6] -1 0 0xec000000 - 0xec3fffff (0x400000) MX[B]
619 >>>>> [7] -1 0 0xec882000 - 0xec8820ff (0x100) MX[B]
620 >>>>> [8] -1 0 0xec881000 - 0xec8811ff (0x200) MX[B]
621 >>>>> [9] -1 0 0x10000000 - 0x100003ff (0x400) MX[B]
622 >>>>> [10] -1 0 0xec880000 - 0xec8803ff (0x400) MX[B]
623 >>>>> [11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
624 >>>>> [12] -1 0 0xec800000 - 0xec87ffff (0x80000) MX[B](B)
625 >>>>> [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
626 >>>>> [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
627 >>>>> [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
628 >>>>> [16] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
629 >>>>> [17] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
630 >>>>> [18] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
631 >>>>> [19] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
632 >>>>> [20] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
633 >>>>> [21] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
634 >>>>> [22] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
635 >>>>> [23] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
636 >>>>> (II) resource ranges after probing:
637 >>>>> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
638 >>>>> [1] -1 0 0x00100000 - 0x0fffffff (0xff00000) MX[B]E(B)
639 >>>>> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
640 >>>>> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
641 >>>>> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
642 >>>>> [5] -1 0 0xec400000 - 0xec4000ff (0x100) MX[B]
643 >>>>> [6] -1 0 0xec000000 - 0xec3fffff (0x400000) MX[B]
644 >>>>> [7] -1 0 0xec882000 - 0xec8820ff (0x100) MX[B]
645 >>>>> [8] -1 0 0xec881000 - 0xec8811ff (0x200) MX[B]
646 >>>>> [9] -1 0 0x10000000 - 0x100003ff (0x400) MX[B]
647 >>>>> [10] -1 0 0xec880000 - 0xec8803ff (0x400) MX[B]
648 >>>>> [11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
649 >>>>> [12] -1 0 0xec800000 - 0xec87ffff (0x80000) MX[B](B)
650 >>>>> [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
651 >>>>> [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
652 >>>>> [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
653 >>>>> [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
654 >>>>> [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
655 >>>>> [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
656 >>>>> [19] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
657 >>>>> [20] -1 0 0x0000e400 - 0x0000e43f (0x40) IX[B]
658 >>>>> [21] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
659 >>>>> [22] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
660 >>>>> [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
661 >>>>> [24] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
662 >>>>> [25] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
663 >>>>> [26] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
664 >>>>> [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
665 >>>>> [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
666 >>>>> (II) Setting vga for screen 0.
667 >>>>> (II) Loading sub module "vbe"
668 >>>>> (II) LoadModule: "vbe"
669 >>>>> (II) Loading /usr/X11R6/lib/modules/libvbe.a
670 >>>>> (II) Module vbe: vendor="The XFree86 Project"
671 >>>>> compiled for 4.3.0.1, module version = 1.1.0
672 >>>>> ABI class: XFree86 Video Driver, version 0.6
673 >>>>> (II) Loading sub module "int10"
674 >>>>> (II) LoadModule: "int10"
675 >>>>> (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
676 >>>>> (II) Module int10: vendor="The XFree86 Project"
677 >>>>> compiled for 4.3.0.1, module version = 1.0.0
678 >>>>> ABI class: XFree86 Video Driver, version 0.6
679 >>>>> (II) VESA(0): initializing int10
680 >>>>> (II) UnloadModule: "vesa"
681 >>>>> (II) UnloadModule: "int10"
682 >>>>> (II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
683 >>>>> (II) UnloadModule: "vbe"
684 >>>>> (II) Unloading /usr/X11R6/lib/modules/libvbe.a
685 >>>>> (EE) Screen(s) found, but none have a usable configuration.
686 >>>>>
687 >>>>> Fatal server error:
688 >>>>> no screens found
689 >>>>>
690 >>>>> When reporting a problem related to a server crash, please send
691 >>>>> the full server output, not just the last messages.
692 >>>>> This can be found in the log file "/var/log/XFree86.8.log".
693 >>>>> Please report problems to xfree86@×××××××.org.
694 >>>>>
695 >>>>>
696 >>>>>
697 >>>>>
698 >>>>>
699 >>>>>
700 >>>>>
701 >>>>>
702 >>>>>
703 >>>>
704 >>>
705 >>> --
706 >>> gentoo-user-es@g.o mailing list
707 >>>
708 >>
709 >>
710 >> ________________________________________________________________________
711 >> Angel Cervera Claudio
712 >> Telf. +34 670819234
713 >> Mail: angel@××××××××.com / angel@×××××××××××××××.com
714 >> Web: http://www.acervera.com / http://www.latiendadechivi.com
715 >> Msn Messenger: angelcervera@××××××××××.com
716 >> Yahoo Messenger: angelcervera
717 >> AOL Messenger: angelcervera
718 >>
719 >>
720 >> --
721 >> gentoo-user-es@g.o mailing list
722 >>
723 >>
724 >>
725 >>
726 >
727 >
728 > --
729 > gentoo-user-es@g.o mailing list
730 >
731 >
732
733
734
735
736 --
737 gentoo-user-es@g.o mailing list