=== marlinc is now known as KuchKuch === KuchKuch is now known as Marlinc [16:27] Hello [16:27] I have a Nexus 10, where I put UbuntuTouch (#303) [16:28] I have cross compiled the lib SDL, using a chroot armhf, and I am trying to run an application SDL on this device [16:29] I have changed the call "mir_connect_sync(NULL, ...)" to "mir_connect_sync("/tmp/mir_socket") [16:29] so that is connect correctl (call to connection_is_valid returns true) [16:30] and I have switch the internal configuration of SDL to use openg es 2.0 ... to avoid the lib crashing [16:31] my test programm executes correctly, but nothing is displayed on the screen ! [16:31] Any Idea ?