GNOME Bugzilla – Bug 697881
info: Fix display of graphic driver name.
Last modified: 2013-04-15 08:36:54 UTC
Use XCreateWindow to ensure we are using the same X VisualInfo on both the config and window. This avoids a BadMatch error on nvidia glx implementation, that cause this to fail. XCreateSimpleWindow appears to make a copy of the X Visual that has a different visualID. This mismatch in VisualID's causes glXCreateWindow to fail with a BadMatch error.
Created attachment 241357 [details] [review] info: Fix display of graphic driver name. Use XCreateWindow to ensure we are using the same X VisualInfo on both the config and window. This avoids a BadMatch error on nvidia glx implementation.
Review of attachment 241357 [details] [review]: Looks good. Please commit to gnome-3-8 and master.
Attachment 241357 [details] pushed as bdfcbe1 - info: Fix display of graphic driver name.