Hi,
Rob Clark [robdclark@gmail.com]:
you probably should use the KMS interface directly, rather than fbdev. Then you can modeset, do actual pageflips, get vblank events, etc.
A couple examples:
Thanks for the hint. I compiled modeset buth was overwhelmed with the mode string (-s parameter).
Now I got a working example from https://raw.github.com/dvdhrm/docs/master/drm-howto/modeset.c and it seems it does what I want.
Thanks!
I know this is a developer list but I hope its okay to ask such questions.