Hi,
I'm trying to get double buffered page flipping working using svgalib.
I've attaced my test code, use:
g++ -O3 -o vgatest2 vgatest2.c -lm -lvga
to compile it.
My Problem:
It works, but only after I've run XFree86 4.1.0 once. If I don't load and close X it
doesn't work right.
I'm using a gefore2mx card.
I think the X driver for my card it setting up something on the card so the linear
addressing will work right...
Any ideas?
__________________________________________________________
Get your FREE personalized e-mail at http://www.canada.com
vgatest2.c