Comment 31 for bug 482875

Revision history for this message
Bartosz Kosiorek (gang65) wrote : Re: [CLE266]Since upgrade from jaunty to karmic, one of two thin clients' login broken.

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