On Wed, Jun 20, 2007 at 08:04:04PM +0100, Torgeir Veimo wrote: > > On 20 Jun 2007, at 14:09, Torgeir Veimo wrote: > > >I'm getting a floating point exception when running dfbinfo on a > >unichrome setup. This is an MS-6723 motherboard with 64MB memory > >set up for graphics in the bios. DirectFB is current from git. Any > >clues on what can be wrong? > > The code that throws an error is this line (in dfb_fbdev_pan); > > var->xoffset = xoffset - (xoffset % dfb_fbdev->shared->fix.xpanstep); > > Could xpanstep be zero?
It can if the fbdev driver doesn't support horizontal panning. It seems I forgot to account for this case when adding the panning support. I just pushed a fix. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
