Comment 1 for bug 1066464

Revision history for this message
Daniel Letzeisen (dtl131) wrote : Re: Xserver Crash in 12.10

It looks like it could be a problem with EXA acceleration. I would try disabling it.

You would place the following line in the Device section of /etc/X11/xorg.conf
Option "NoAccel" "true"

Example xorg.conf:

Section "Device"
        Identifier "Configured Video Device"
 Option "NoAccel" "true"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
EndSection