your likely facing issues with 3D acceleration now. which is unrelated to this bug, anyway: till mesa gets an update, you have to specify a 16 bit color depth:
/etc/X11/xorg.conf Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 16 EndSection
Feel free to open new bugs and add me on the notification list to help you (and others reading it) about those bugs :)
your likely facing issues with 3D acceleration now. which is unrelated to this bug, anyway: till mesa gets an update, you have to specify a 16 bit color depth:
/etc/X11/xorg.conf
DefaultDepth 16
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Feel free to open new bugs and add me on the notification list to help you (and others reading it) about those bugs :)