On Sat, 15 Sep 2001, Ingo Krabbe wrote:

> I would appreciate a little bit of help in using ggi. Since I bought my
> real fast Server with a Pixelview GTS2 Pro super fast rendering chip the
> example program dviv I compiled against ggi is working fine but slow. The
> dviv program uses simply put pixel routines to write into framebuffer
> memory. On top af a simple X this is quite slow. Is there any possibility
> to speed up the process, since I can't figure out how this should work.
> Also 2D/3D object rendering doesn't seem to be optimized with ggi. How do
> I install the speed up ?

If you use the X-target then everything is unaccelerated, because the
X-target emulates a framebuffer.

Try the Xlib-target. You can force each ggi program to use a certain
target by setting the environment variable GGI_DISPLAY="<target>"

All operations are accelerated Xlib, only blitting is slower than X.

Detailed information about environment variables and targets can be found
at

libggi/doc/env.txt, libggi/doc/targets.txt and on our GGI documatation
at http://www.ggi-project.org/docs/



CU,

Christoph Egger
E-Mail: [EMAIL PROTECTED]

Reply via email to