https://bugs.freedesktop.org/show_bug.cgi?id=70706
--- Comment #15 from Stefan Brüns stefan.bruens@rwth-aachen.de --- openSUSE ships a xorg config file in the glamor package: $> cat /etc/X11/xorg.conf.d/05-glamor.conf Section "Module" Load "dri2" Load "glamoregl" EndSection ---
I think this was a workaround to get correct GL symbol tables. As the GL loader has changed with xserver 1.15 this is probably no longer needed.
Commenting out (#) the two Load commands fixed this for me.