> > 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.
One more thought: does this happen when you first load the viafb module or before? If it happens when you load viafb, it sounds to me like the VGA IRQ is actually being routed to IRQ 17 and not IRQ 11 as the kernel believes. This would produce the behaviour you're seeing. A hideous hack that would get round this would be to hard code '17' in the request_irq call. A better solution would be to find out why your IRQ routing is getting screwed up. Mark _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
