[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#475204: intel 915GM crashes with same (WW) intel(0): Existing errors found in hardware state.



adrien nivert wrote:
> Since I reconfigured Xorg (see below /etc/X11/xorg.conf), no crashes.
> 
>   Section "Device"
>       Identifier     "Configured Video Device"
>       Driver         "i810"
>       Option         "NoAccel" "True"
>       Option         "DRI" "True"
>       Option         "DDC" "True"
>       Option         "XVideo" "True"
>       Option         "DevicePresence" "True"
>       Option         "ShadowFB" "True"
>       Option         "DisplayInfo" "True"
>   EndSection

Disabling Acceleration with NoAccel maybe what's preventing the crash
here. You should try with
	Option "AccelMethod" "XAA"
instead, it should work and be faster.

Brice



Reply to: