Following Solskogen's suggestions I built the latest SDL with kmsdrm and was able to get my game running fine with OpenGL ES 3.0. It works fine in console mode, but in X11 I get a buffer error (which I think makes sense, as I've not compiled SDL for X11?). UPDATE - works fine in X11 as well. :D It c...