Hi all, i'm trying to use nvidia gfxdriver but Probe function fails:
static int driver_probe( CoreGraphicsDevice *device ) { switch (dfb_gfxcard_get_accelerator( device )) { case FB_ACCEL_NV4: case FB_ACCEL_NV5: case FB_ACCEL_NV_10: case FB_ACCEL_NV_20: case FB_ACCEL_NV_30: case FB_ACCEL_NV_40: return 1; } return 0; } that function return 0. my gfxcard is a NVidia GeForce GT 220. Has DFB support for this card? best regards. chronos.
_______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev