Page 86 of 89 FirstFirst ... 36768485868788 ... LastLast
Results 851 to 860 of 883

Thread: Macbook Pro 8,1 + Maverick

  1. #851
    Join Date
    Mar 2011
    Beans
    36

    Re: Macbook Pro 8,1 + Maverick

    Quote Originally Posted by luckylud View Post
    Hi bjaglin,

    I m using the radeon drm module and it's work great with an external display : linux 3.4 efi boot.

    i915 and radeon are compil as kernel module :
    CONFIG_DRM_RADEON=m
    CONFIG_DRM_RADEON_KMS=y
    CONFIG_DRM_I915=m
    CONFIG_DRM_I915_KMS=y

    I've no more gmux patch, only lvds_dual_chanel, radeon load bios, and an intel enable/disable backlight : https://bugs.launchpad.net/ubuntu/+s...ux/+bug/954661

    !!!!!!! Important !!!!!!!!!!!
    copy vbios.bin in /lib/firmware/radeon/

    My grub-efi entry for a radeon boot is like this :

    menuentry ....
    .......
    search --no-floppy --fs-uuid --set=root xxxx
    setpci -s 00:00.0 50.W=2
    setpci -s 00:00.0 54.B=d
    echo 'Loading kernel...'
    linux /vmlinuz-3.4.0 root=UUID=xxxxxxx ro splash radeon.modeset=1 vt.handoff=7
    initrd /initrd.img-3.4.0
    }

    Many thanks to wilfriedd for the set pci tips
    Could you post those patches you're using? It's not obvious which ones I should grab.

  2. #852
    Join Date
    Apr 2011
    Beans
    13

    Re: Macbook Pro 8,1 + Maverick

    Hi Baughn,
    Here come all the patchs apply for my MacBook Pro 8.2 with linux 3.4
    Attached Files Attached Files

  3. #853
    Join Date
    Mar 2008
    Beans
    1

    Re: Macbook Pro 8,1 + Maverick

    Quote Originally Posted by Baughn View Post
    Could you post those patches you're using? It's not obvious which ones I should grab.
    Please could you also post your .config...My laptop monitor turns off shortly after boot and I have no way of debugging whats going on . I can only assume my .config is incorrect.

    Cheers

  4. #854
    Join Date
    Jan 2012
    Beans
    2

    Re: Macbook Pro 8,1 + Maverick

    Quote Originally Posted by luckylud View Post
    Hi Baughn,
    Here come all the patchs apply for my MacBook Pro 8.2 with linux 3.4
    Before applying the efifb high resolution patch, check your macbook pro's max resolution. If your MBP's max resolution is 1440x900, the patch will cause a corrupted screen for the radeon card. Not applying the patch will solve the problem.

  5. #855
    Join Date
    Feb 2009
    Beans
    9

    Re: Macbook Pro 8,1 + Maverick

    Quote Originally Posted by brynsntn View Post
    Before applying the efifb high resolution patch, check your macbook pro's max resolution. If your MBP's max resolution is 1440x900, the patch will cause a corrupted screen for the radeon card. Not applying the patch will solve the problem.
    I've got the high res Mbp 8,2 , and I have never applied this patch. The efifb always used the right high resolution even without the patch.

  6. #856
    Join Date
    Jul 2008
    Beans
    8

    Re: Macbook Pro 8,1 + Maverick

    Quote Originally Posted by luckylud View Post
    Hi Baughn,
    Here come all the patchs apply for my MacBook Pro 8.2 with linux 3.4
    Thanks, radeon works finally on my laptop!

    But I also needed the apple_bl patch for backlight control.

    Which boot lines do you use when booting i915? I still use outb, but I don't know if it is still needed. Is setpci a replacement for that?

  7. #857
    Join Date
    Apr 2011
    Beans
    13

    Re: Macbook Pro 8,1 + Maverick

    Quote Originally Posted by seb.belese View Post
    But I also needed the apple_bl patch for backlight control.
    If you are with linux 3.4 you don't need this patch because there is a new module called apple_gmux in x86 drivers section :
    CONFIG_APPLE_GMUX=m

    Quote Originally Posted by seb.belese View Post
    Which boot lines do you use when booting i915? I still use outb, but I don't know if it is still needed. Is setpci a replacement for that?
    Intel EFI boot :
    ...
    outb 0x728 1
    outb 0x710 2
    outb 0x740 2
    # Powers down radeon
    outb 0x750 0
    echo 'Loading kernel...'
    linux /vmlinuz-3.4.0 root=UUID=xxxxxxxxxxxxx ro splash i915.lvds_channels=2 i915.modeset=1 i915.lvds_use_ssc=0 i915.i915_enable_rc6=1 vt.handoff=7
    initrd /initrd.img-3.4.0

    Quote Originally Posted by wilfriedd View Post
    I've got the high res Mbp 8,2 , and I have never applied this patch. The efifb always used the right high resolution even without the patch.
    Your are right, the efifb patch is useless because I don't use the efifb module now :
    # CONFIG_FB_EFI is not set

  8. #858
    Join Date
    Jun 2012
    Beans
    1

    Re: Macbook Pro 8,1 + Maverick

    Going to try this tomorrow, thanks!

  9. #859
    Join Date
    Dec 2005
    Location
    Trondheim, Norw
    Beans
    94

    Macbook Pro 8,2 bios files

    I am trying out the 3.5rc2 vanilla kernel on MBP 8,2, and I'll round up the patches once I've got everything configured.

    My question: I accidentally deleted my bios dumps (vbios.bin and int10.bin), could someone please post these files here?

    I've swapped the cd drive for a ssd, and I don't think it's possible to boot into bios mode from an usb stick (is this correct?). Because of this i cannot make new dumps myself without swapping everything back.


    Thanks so everyone who have contributed to this thread! Great work!

  10. #860
    Join Date
    Jul 2008
    Beans
    8

    Re: Macbook Pro 8,2 bios files

    Quote Originally Posted by djvishnu View Post
    My question: I accidentally deleted my bios dumps (vbios.bin and int10.bin), could someone please post these files here?
    Here are mine. I have no idea if you can use them or not.
    Attached Files Attached Files

Page 86 of 89 FirstFirst ... 36768485868788 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •