1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/docs/README-pandora.md Tue Jul 29 08:04:15 2014 -0700
1.3 @@ -0,0 +1,17 @@
1.4 +Pandora
1.5 +=====================================================================
1.6 +
1.7 +( http://openpandora.org/ )
1.8 +- A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES
1.9 +support to work on the pandora under the framebuffer. This driver do not have
1.10 +input support for now, so if you use it you will have to add your own control code.
1.11 +The video driver name is "pandora" so if you have problem running it from
1.12 +the framebuffer, try to set the following variable before starting your application :
1.13 +"export SDL_VIDEODRIVER=pandora"
1.14 +
1.15 +- OpenGL ES support was added to the x11 driver, so it's working like the normal
1.16 +x11 driver one with OpenGLX support, with SDL input event's etc..
1.17 +
1.18 +
1.19 +David Carré (Cpasjuste)
1.20 +cpasjuste@gmail.com