On Sun, Aug 01, 2004 at 10:28:02PM -0500, Brian G. Rhodes wrote: > Sorry, > > Yes I am. I was just using the 1280x1024 in the SetVideoMode to try to > find where the problem is. When I use 1368x768-16 in there > (SetVideoMode(dfb, 1368, 768, 16);) I get distorted graphics on the > framebuffer. In my test I had 3 sub surfaces with 3 gifs. One of them > was about 400 pixels in height. That was the only one to display as > it's y position was 0. It ended up being stretched the entire height of > the screen, and I could see blank lines from the interlacing (on the > graphic). It looks like it's doing interleaving.
Do the DirectFB-examples programs (eg. df_dok) work? If not you can test if the problem is in the nsc gfxdriver by using the no-hardware option. <snip> > DirectFB only cares that there is enough video memory for the surface at > a resolution correct? For fbdev primary surfaces it only cares that the fbdev driver signals success. -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/
