Tobias Hunger writes:
> I am trying to run berlin (http://www.berlin-consortium.org/) on fbdev. I am
> using a cvs-version of ggi and libart (both from last week) to write to a
> memory visual and copy that to the screen visual. So we have only one call to
> 'flush' per frame. The problem: The screen flickers awfully. I tried
> switching refresh rates from 60Hz to 92Hz, but that didn't change anything.
If Berlin can do double buffering, then that might fix the problem.
What framebuffer device are you using, VESAFB ? Vesafb by default
cannot do double buffering, you need to have the following kernel
command line option (in LILO or whatever) :
video=vesa:ypan
You can check that it works by running the libggi `pageflip' demo.
Cheers,
__
\/ Andrew Apted <[EMAIL PROTECTED]>