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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to