On 01/12/05, Dave <[EMAIL PROTECTED]> wrote: > I enabled IRQ in bios for VGA, and that error goes away. but when I do > that, it kills out my DVB card, with a " nobody cared" error "Disabling > IRQ 17", although the VIA VGA gets IRQ 11. so I try to play it back with > mplayer to see if it fixed my problem anways, and still no dice, 4-5 > frames per second.
Sounds like you're still not getting interrupts. As a test, you could try commenting out the wait_event_interruptible_timeout calls in viafb_wait_for_sync and see if that changes the behaviour. If the problem changes when you do this, the problem is that you're still not getting the right interrupts. I can't be much help here because I don't have a KM400 to try. A quick look at the DRM code suggests that there are no significant differences in handling the vblank interrupt on the different chip variants so I'm a bit puzzled. A comment in the unichrome X driver does suggest that some motherboards have VGA IRQ problems though. You might also try removing your DVB card to check that there isn't a conflict there. Regards, Mark _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
