Comment 41 for bug 91849

Revision history for this message
Tsu Doh Nymh (box919+launchpad) wrote : Re: i810 + xorg = xfce crashes when opening terminal

I found that I needed only to disable the composite extension by adding the following to xorg.conf:

Section "Extensions"
        Option "Composite" "Disable"
EndSection

I did not need to disable AIGLX or switch to 16 bit mode.