Page 1 sur 1

[xorg] probleme de fatal error:lockup/carte intel (resolu)

Publié : mer. 11 févr. 2009, 18:07
par indiana tux
Salut, voila mon probleme : j'ai un pc avec une carte video intel integrée 82845G/GL, tout allait bien jusqu'à présent et d'un coup, sans raison apparente ça plantait au boot j'avait un message me disant "fatal error server : lockup", je redemarais une fois ou deux et pouf, tout refonctionnait.

Mais depuis hier, c'est fini... plus moyen de refaire partir la bete, il me refait le fatal error avec un errno 2 et un errno 3, j'ai desinstaller xorg, reinstaller, changer de driver, essayé avec le vesa, ajouter AutoAddDevices mais rien de plus, j'ai effacé mon .Xauthority, réessayer sans le xorg.conf, mais j'ai toufours la meme erreur.

POURQUOI ?
voici mon xorg.conf

Code : Tout sélectionner

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "dri"
	Load  "xtrap"
	Load  "glx"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  700   390	# mm
	Identifier   "Monitor0"
	VendorName   "GSM"
	ModelName    "37LC45"
	HorizSync    29.0 - 67.0
	VertRefresh  60.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
et mon log /var/log/Xorg.0.log
http://pastebin.archlinux.fr/311296

[edit moderateur(gyo)] : log de xorg en pastebin (c’est trop long sinon !)

Publié : jeu. 12 févr. 2009, 19:06
par indiana tux
Je me répond à moi-meme: après de nouvelles recherches il semblerait que ce soit un bug lié au driver intel, si quelqu'un pouvait me le confirmer.
En dehors du vesa y a-t-il un autre driver qui pourrai faire l'affaire?

je vais chercher encore un peu puis tenter une réinstal pour en être sur...

ps : Désolé Gyo, effectivement le pastebin s'imposait...et au passage je salut profondément toute la communauté archlinux même si c'est ridicule de le faire au troisième post et pas au premier comme il se doit )

Publié : ven. 13 févr. 2009, 17:55
par indiana tux
Ok, j'ai résolu mon problème, il s'agit bien d'un problème lié au driver intel qui active par défaut EXA, pour plus d'info je renvoie (tout simplement) au wiki de xorg:
http://wiki.archlinux.fr/howto:indispen ... org?s=xorg
dans la section problème/intel, il sufiit de modifier la section device de son xorg.conf comme expliqué...
Je suis allé chercher loin ce qui était devant moi.