SampleBrowser without X11
Posted: Wed May 09, 2018 7:29 pm
Hello everyone, after a long battle I was able to compile Ogre1.10.12 on an arm device (gles2) with EGL support and some hacks to render a window without using X11. Main problem is that SampleBrowser app starts fine (no errors on console) but I cannot get any input response (mouse nor keyboard) so I cannot run any sample
.
I suppose that SDL (i'm using version 2_0_8) is somehow broken when not using X11. I'm using https://gist.github.com/DanielGibson/12 ... 40cbbfbaf9 to test keyboard/mouse events.
AFAIK SDL cannot detect any input events if it doesn't create a render window by it's own so I tried setting a "dummy" video driver, but nothing happens...
Anyone got a hint about SDL running without X11?
Thanks for reading!
I suppose that SDL (i'm using version 2_0_8) is somehow broken when not using X11. I'm using https://gist.github.com/DanielGibson/12 ... 40cbbfbaf9 to test keyboard/mouse events.
AFAIK SDL cannot detect any input events if it doesn't create a render window by it's own so I tried setting a "dummy" video driver, but nothing happens...
Anyone got a hint about SDL running without X11?
Thanks for reading!