Qt+OpenGLで作られたアプリケーションで以下のようなエラーが発生する場合のworkaroundです。(Gentoo Linux)
libEGL warning: failed to create a pipe screen for i965
Warning: EGL suggested using X Visual ID 32 (ARGB0888) for EGL config 18 (ARGB8888), but this is incompatable
QEglContext::swapBuffers(): "Bad surface (0x300D)"
USEフラグからegl
とopenvg
を外します。
# USE="-egl -openvg" emerge qtopengl qtgui qtwebkit