On Wed, 2012-09-26 at 10:27 +0100, Jon Dowland wrote: > Can anyone give me some hints/pointers on how to configure or hack the > kernel so that video is simply ignored?
Look at arch/powerpc/platforms/powermac/feature.c, fine the machine table and add the flag to your entry: PMAC_MB_CAN_SLEEP Makes sure you have no video driver loaded at all, nor AGP either. Finally, it might not work ... hard to tell, there may be other things needed. Cheers, Ben. _______________________________________________ Linuxppc-dev mailing list [email protected] https://lists.ozlabs.org/listinfo/linuxppc-dev
