[xorg] probleme de fatal error:lockup/carte intel (resolu)
Publié : mer. 11 févr. 2009, 18:07
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
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 !)
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
http://pastebin.archlinux.fr/311296
[edit moderateur(gyo)] : log de xorg en pastebin (c’est trop long sinon !)