On 02/08/2012 11:42 PM, ext Jon Trulson wrote: > Hi, I want to experiment with Qt5, eglfs and the linux input event > drivers (mouse for example) on a standard linux system. > > It's a 32b Ubuntu 11.10 system with an Nvidia GeForce 8600GT running > the opensource driver (nouveau).
You might have better luck with the kms plugin, the eglfs plugin is only known to work with embedded GPU drivers which allow doing eglGetDisplay() with EGL_DEFAULT_DISPLAY. The kms plugin also uses EGL internally, but it does eglGetDisplay() on a GBM buffer, and then explicitly flips that buffer when swapBuffers() is called. -- Samuel _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
