AndyD wrote:There is very little software that will run on the second display on a Raspberry Pi. The issue is that the second display, doesn't have a framebuffer device and so can only be used by software that interfaces with the Raspberry Pi compositor/DispmanX. This does include software that is written for the Raspberry Pi that uses OpenGL ES, Open VG etc, as long as you can pass a display number into the software. I am not aware of any browser that meets these requirements.
When epiphany was released it had some use of DispmanX but perhaps that was just for video playback. I can not easily find any documentation on that but I'm probably not looking in the right places.
But getting back to the original question, and rephrasing based on the responses so far:
Is there a list of applications that uses DispmanX / OpenGL, etc and which ones provide an option to pass a display number into the software?