I solved the problem by myself :-) In drivers/video/aty/atyfb_base.c I've replaced the MCLCK and the XCLCK of the "3D RAGE Mobility L"
/* OLD VERSION */ ... /* 3D RAGE Mobility */ ... { 0x4c4e, 0x4c4e, 0x00, 0x00, m64n_mob_a, 230, 83, 125, M64F_GT | M64F_INTEGRATED | M64F_RESET_3D | M64F_GTB_DSP | M64F_MOBIL_BUS | M64F_MFB_FORCE_4 } /* MODIFIED VERSION */ ... /* 3D RAGE Mobility */ ... { 0x4c4e, 0x4c4e, 0x00, 0x00, m64n_mob_a, 230, 50, 50, M64F_GT | M64F_INTEGRATED | M64F_RESET_3D | M64F_GTB_DSP | M64F_MOBIL_BUS | M64F_MFB_FORCE_4 } ... Arnaud FONTAINE Benjamin Herrenschmidt wrote: > On Wed, 2004-04-21 at 17:46, Arnaud FONTAINE wrote: > >>The video chip of my iBook is a mach64; below the lpsci output >>.../.. >> >>Thanks for helping me > > > Unfortunately, I know little about the mach64 driver. Make sure you > have CONFIG_FRAMEBUFFER_CONSOLE set. In the worst case (we can't get > the driver to work) you still have the option of using offb in console, > XFree has its own driver that should work. For that, use the "novideo" > option in yaboot.conf (or append video=ofonly to your kernel command > line). > > As for "fixing" the atyfb driver, you should post your report to the > linux-fbdev mailing list > > Ben. > >
signature.asc
Description: OpenPGP digital signature