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
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