Le samedi 31 octobre 2009 à 15:09 -0400, Dave Vasilevsky a écrit : > phcoder wrote: > > Workaround for your problem is described here: > > http://grub.enbug.org/TestingOnMacbook > > Are you talking about fix_video? When I tested, without fix_video I > could use the console, but X was slow. With fix_video, X was > accelerated, but the console was scrambled as soon as X started.
I have got it working with fix_video and with a working intel driver, with accelerated 3d on a fedora 12 . here is the grub entry : menuentry "Fedora boot" { root=(hd0,2) fix_video loadbios /EFI/grub/vbios.bin /EFI/grub/int10.bin search -s -f /vmlinuz-2.6.31.5-96.fc12.i686.PAE linux /vmlinuz-2.6.31.5-96.fc12.i686.PAE ro root=/dev/mapper/vg_akroma-lv_root nomodeset rhgb=0 initrd /initramfs-2.6.31.5-96.fc12.i686.PAE.img } Even plymouth is working fine. The xorg driver is the following : xorg-x11-drv-intel-2.9.1-1.fc12.i686 -- Michael Scherer _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel