Comment 12 for bug 471646

Revision history for this message
Bartosz Kosiorek (gang65) wrote : Re: [K8M800]with kernel 2.6.31-14-generic my X server crashes during KDE 4.3.2 startup

Hi.
Try to enable DRI and disable AIGLX.

You can disable AIGLX and the compositing extension by amending your /etc/X11/xorg.conf like this:

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

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