We have been running the pre-packaged X11 binaries provided with the Graphics SDK to begin development of our applications under Enlightenment using E17's OpenGL accelerating Compositing support. As mentioned in the release notes, this performs well provided the cursor is disabled in the Xorg.conf. Disabling the cursor, however, causes the X server to crash anytime keyboard or mouse input is received while it looks for the cursor position.
One of the approaches we were evaluating to get input working with our Qt based application was to patch the X server source to avoid this crash. To that end, we had a few questions:
- Are there any patches necessary to the Xorg sources for operation in DRI mode with the PVR driver?
- Is the source for the PVR X11 driver available either through TI or Imagination Tech.? Or are binaries available for later versions of the X server?
- Are there any other issues we may run into in trying to use our own Xorg build?