Error con intel y dualhead

Hola, tengo un problema con la configuración de xorg y dualhead.
Uso una tarjeta Intel 82852/855GM del portatil que tiene una salida de video CRT que conecto a un monitor con esta entrada para expandir el escritorio a través de dos monitores.

Copio la salida al ejecutar $startx y después la configuración que tengo
¿Me podeis echar una mano? Pienso que tengo que tener mal configuradad la tarjeta, antes me funcionaba con la misma configuración pero reinstalé el sistema por completo

SALIDA>>>>

(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 13 15:26:04 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in

(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(EE) intel(1): detecting sil164
(EE) intel(1): Unable to read from DVOI2C_E Slave 112.
(EE) intel(1): Unable to read from DVOI2C_E Slave 236.
(II) Module already built-in

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c8591]
1: [0xb7f71420]
2: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7bb7ec0]
3: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7bb8e6e]
4: /usr/lib/xorg/modules/drivers//i810_drv.so(i830_allocate_2d_memory+0x131) [0xb7bb9161]
5: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7bb4f2e]
6: /usr/bin/X11/X(AddScreen+0x1ee) [0x80764be]
7: /usr/bin/X11/X(InitOutput+0x21e) [0x80a7b6e]
8: /usr/bin/X11/X(main+0x27b) [0x8076c6b]
9: /lib/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d86ebc]
10: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e5) [0x80761a1]

Fatal server error:
Caught signal 11.  Server aborting

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.



xorg.conf>>>>




Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"es"
	Option		"XkbVariant"	"es"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"Intel 82852/855GM Intern"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		0
	Option		"MonitorLayout"	"CRT, CRT+LFP"
EndSection
Section "Device"
	Identifier	"Intel 82852/855GM Extern"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		1
	Option		"DevicePresence" "yes"
	Option		"MonitorLayout" "CRT, CRT+LFP"
EndSection


Section "Monitor"
	Identifier	"Monitor uno"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Monitor"
	Identifier	"Monitor dos"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection


Section "Screen"
	Identifier	"Screen uno"
	Device		"Intel 82852/855GM Intern"
	Monitor		"Monitor uno"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen dos"
	Device		"Intel 82852/855GM Extern"
	Monitor		"Monitor dos"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier	"Default Layout"
	Screen	0	"Screen uno" RightOf "Screen dos"
	Screen  1	"Screen dos" 
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option		"Clone" "off"
	Option		"Xinerama" "true"
EndSection

Section "DRI"
	Mode	0666
EndSection



Bienvenido a ESdebian!

Ves la etiqueta code que apararece en la parte superior se usa para encerrar código y evitar que los post sean laaarguiiiisiiimooooosssss.

Te las voy a poner yo, pero tenlo en cuenta la siguiente vez, ok?

Un saludo!

aizea escribió:

Bienvenido a ESdebian!

Te las voy a poner yo, pero tenlo en cuenta la siguiente vez, ok?

Un saludo!

Ok, muchas gracias. Soy un novatillo en los foros smile

Elimina una de las secciones "device" por que está intentando cargar el módulo dos veces y vuelve a pasarnos el log a ver.

Ok, se queda la máquina bloqueada pero puedo vuelco el error a un fichero.
(por cierto, no me funciona la etiqueta code ¿qué hago mal? )

xauth:  creating new authority file /home/janzo/.serverauth.3217


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux Godel 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686
Build Date: 01 June 2007
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 15 14:55:10 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(WW) intel: More than one matching Device section for instances
	(BusID: PCI:0:2:0) found: Intel 82852/855GM
(II) Module already built-in
(II) Module already built-in
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(II) Module already built-in
(EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c8591]
1: [0xb7fa0420]
2: /usr/bin/X11/X(xf86RandR12SetRotations+0x6b) [0x80fc37b]
3: /usr/bin/X11/X(xf86CrtcScreenInit+0x9e) [0x80f85ee]
4: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7be4b53]
5: /usr/bin/X11/X(AddScreen+0x1ee) [0x80764be]
6: /usr/bin/X11/X(InitOutput+0x21e) [0x80a7b6e]
7: /usr/bin/X11/X(main+0x27b) [0x8076c6b]
8: /lib/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7db5ebc]
9: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e5) [0x80761a1]

Fatal server error:
Caught signal 11.  Server aborting

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.

Tienes que enviar en modo HTML, no en modo texto, ok?

Te lo he arreglado.

Saludos!

Buscando en google me he encontrado este artículo , no sé si lo has visto. Parece que en principio tenías la configuración inicial como ahí salvo pequeños detalles, que pueden ser los causantes. Así por encima he visto que protesta por habilitar DRI. Échale un vistazo a ver si lo solucionas con la ayuda de ese artículo.
Saludos.

troll escribió:

Buscando en google me he encontrado este artículo , no sé si lo has visto. Parece que en principio tenías la configuración inicial como ahí salvo pequeños detalles, que pueden ser los causantes. Así por encima he visto que protesta por habilitar DRI. Échale un vistazo a ver si lo solucionas con la ayuda de ese artículo.
Saludos.

Es con ese artículo con el que lo conseguí hace unos meses, de hecho hay un comentario mio agradeciendole el artículo. smile
Sí, protesta por el DRI se lo he quitado... pero los otros 3 errores siguen saliendo :'(

Y si el problema es del modulo de la tarjeta grafica?

Yo miraría información sobre mi tarjeta grafica y los modulos que dispongo....

Un saludo!

aizea escribió:

Y si el problema es del modulo de la tarjeta grafica?

Yo miraría información sobre mi tarjeta grafica y los modulos que dispongo....

Un saludo!

Tengo instalado este paquete:
xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver
Y los siguientes módulos, no sé si me falta algún módulo para la tarjeta pero supongo que no porque con otro xorg.conf para un único monitor funciona todo perfectamente.

Module                  Size  Used by
ipv6                  226016  8
i915                   17600  1
drm                    61332  2 i915
truecrypt             146980  1
button                  6672  0
ac                      5188  0
battery                 9636  0
dm_snapshot            15552  0
dm_mirror              19152  0
dm_mod                 50232  5 truecrypt,dm_snapshot,dm_mirror
loop                   15048  0
pcmcia                 34140  0
joydev                  9088  0
snd_intel8x0           30332  0
ipw2200                93824  0
ieee80211              29416  1 ipw2200
ieee80211_crypt         5952  1 ieee80211
yenta_socket           24460  2
rsrc_nonstatic         11840  1 yenta_socket
pcmcia_core            36852  3 pcmcia,yenta_socket,rsrc_nonstatic
intel_agp              21148  1
agpgart                29896  3 drm,intel_agp
snd_intel8x0m          15980  0
snd_ac97_codec         83104  2 snd_intel8x0,snd_intel8x0m
snd_ac97_bus            2400  1 snd_ac97_codec
rtc                    12372  0
snd_pcm_oss            38368  0
snd_mixer_oss          15200  1 snd_pcm_oss
snd_pcm                68676  4 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss
snd_timer              20996  1 snd_pcm
snd                    47012  7 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
tsdev                   7520  0
firmware_class          9600  2 pcmcia,ipw2200
serio_raw               6660  0
psmouse                35016  0
pcspkr                  3072  0
soundcore               9248  1 snd
snd_page_alloc          9640  3 snd_intel8x0,snd_intel8x0m,snd_pcm
shpchp                 33024  0
pci_hotplug            28704  1 shpchp
evdev                   9088  1
ext3                  119240  2
jbd                    52456  1 ext3
mbcache                 8356  1 ext3
ide_cd                 36064  0
cdrom                  32544  1 ide_cd
ide_disk               14848  4
8139too                25120  0
generic                 5476  0 [permanent]
usbhid                 37248  0
8139cp                 21920  0
mii                     5344  2 8139too,8139cp
piix                    9444  0 [permanent]
ide_core              110504  4 ide_cd,ide_disk,generic,piix
ehci_hcd               28136  0
uhci_hcd               21164  0
usbcore               112644  4 usbhid,ehci_hcd,uhci_hcd
thermal                13608  0
processor              28840  1 thermal
fan                     4804  0


Hola,

Busca un poco en google, en este foro o en otros, sobre problemas que han podido tener con tu tarjeta grafica, seguro que encuentras alguna pista para resolver tu problema.

Yo de lo leido sobre este tema, a veces es la configuracion de la X y otras es la tarjeta y sus modulos, principalmente. A veces los modulos de las tarjetas necesitan parametros para funcionar correctamente. A veces el kernel que utilizas puede ser decisivo....

Busca a ver que encuentras, nos lo cuentas y seguimos ayudandote a solucionar el problema...

Pistas para buscar:

Citar

(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.

Mira en google que te dice sobre este error....

Un saludo!