From: Mildred Ki'L. <ml....@on...> - 2008-12-09 01:57:29
Attachments:
signature.asc
|
Hi, I recently installed Fedora 10, and I asked specifically not to configure any boot manager, as I feared I couldn't boot Mac OS X any more (after reading <http://www.michaeldehaan.net/?p=794>). But it didn't happened. Unfortunately, I didn't have any means to boot Fedora. Still, Anaconda installed for me in <fedora>/boot/efi/EFI/redhat/grub.efi a version of GRUB 0.9 patched for EFI. After copying it to my EFI partition, I could boot Fedora. I used the following commands: root (hd0,3) kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 root=/dev/sda4 video=efifb ro initrd /boot/initrd-2.6.27.5-117.fc10.i686.img Fedora boots correctly (I can tell because of the logs I can get using my other Linux installation), but I see nothing. Or more precisely, after GRUB loads the kernel, I see a pure white screen. So I guess I don't have any virtual console. After a few moment, the screen start blinking, I can tell it's X.org starting, unfortunately it fails and I have to reboot. The Xorg log says: (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.2, module version = 2.5.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM (--) intel(0): Chipset: "945GM" (--) intel(0): Linear framebuffer at 0x80000000 (--) intel(0): IO registers at addr 0x90380000 (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB (EE) intel(0): Bad VBT signature (WW) intel(0): VBIOS initialization failed. (==) intel(0): Using EXA for acceleration (II) intel(0): 2 display pipes available. ... It seems that the intel driver still uses the BIOS for initialisation (a guess). I thought it was fixed long ago. The other drivers (fbdev, vesa) loaded also fails miserably. Can you see anything that could help me ? If you have Fedora installed, where is your configuration file (I can't get GRUB to load the configuration file automatically). Are your GRUB command lines similar (to be found in menu.lst). Thanks. Mildred -- Mildred Ki'Lya ╭───────── mildred593@online.fr ────────── │ Jabber, GoogleTalk: <mi...@ja...> │ Site: <http://ki.lya.online.fr> GPG ID: 9A7D 2E2B │ Fingerprint: 197C A7E6 645B 4299 6D37 684B 6F9D A8D6 9A7D 2E2B |
From: Harald <h_p...@gm...> - 2008-12-10 18:08:19
|
Hi, unfortunately I do not run Fedora, but I have the same Intel Chip on my mac. I can't really interpret your output but compared to mine: (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 > The Xorg log says: > > (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so > (II) Module intel: vendor="X.Org Foundation" > compiled for 1.5.2, module version = 2.5.0 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 I use an older driver. So maybe try to downgrade. > It seems that the intel driver still uses the BIOS for initialisation (a > guess). I thought it was fixed long ago. The other drivers (fbdev, vesa) > loaded also fails miserably. Didn't know about that. I use Bootcamp and everything worked/s just fine. Last but not least: Double-check your xorg.conf, it usually solved my problems with xserver. cu HARALD |
From: Justin M. <jus...@gm...> - 2008-12-10 19:43:45
|
On Wed, Dec 10, 2008 at 10:08 AM, Harald <h_p...@gm...> wrote: > Hi, > unfortunately I do not run Fedora, but I have the same Intel Chip on > my mac. I can't really interpret your output but compared to mine: > (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so > (II) Module intel: vendor="X.Org Foundation" > compiled for 1.3.0, module version = 2.1.1 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 1.2 > >> The Xorg log says: >> >> (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so >> (II) Module intel: vendor="X.Org Foundation" >> compiled for 1.5.2, module version = 2.5.0 >> Module class: X.Org Video Driver >> ABI class: X.Org Video Driver, version 4.1 > > I use an older driver. So maybe try to downgrade. > >> It seems that the intel driver still uses the BIOS for initialisation (a >> guess). I thought it was fixed long ago. The other drivers (fbdev, vesa) >> loaded also fails miserably. > > Didn't know about that. I use Bootcamp and everything worked/s just fine. > > Last but not least: Double-check your xorg.conf, it usually solved my problems with xserver. > > cu > HARALD > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Mactel-linux-users mailing list > Mac...@li... > https://lists.sourceforge.net/lists/listinfo/mactel-linux-users > Do you have drm kernel module, loading as well? -- Justin P. Mattock |