Gentoo Archives: gentoo-user-es

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

Replies

Subject Author
Re: [gentoo-user-es] Fw: PROBLEMAS CON X "José Zamora" <joalzamora@×××××.net>