I believe your issue is caused by some improper service routing: https://github.com/genodelabs/genode/blob/master/repos/ports/run/noux_vim.ru...
The default routing scheme should be attempt to route to the parent, and then fall back to any-child. This was caused when the new canned platform driver configuration was introduced but some of the interactive scenarios were not updated to account for the new service routes.
As for the fb_sdl error, the driver is trying to get some resolution configuration, catches an error, and then falls back to a default, so nothing to worry about.
Cheers, Emery
On Thu, Sep 17, 2015 at 10:41:25AM +0200, Alexander Senier wrote:
Hi all,
I'm trying to run some more elaborate demos on with Linux as the base system. My host is a Debian Stretch (x86_64), I'm on master which I checked out this morning (5cf8c49c).
When trying to run 'noux_vim', a completely black SDL window (no text or anything) shows up. The following is output on the command line:
$ make run/noux_vim [...]
I'm not sure whether the config file error in fb_sdl is critical in this context - it looks like it's offering a framebuffer. I guess I should be seeing vim being started somewhere, though...
Thanks for your help.
Cheers, Alex