Mountain Lion + HD3000
The number one Hackintosh community

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
Like Tree1Likes

Thread: Mountain Lion + HD3000

  1. #1
    Junior Member
    Join Date
    May 2012
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post
    Hackintosh Files / Kexts Downloads
    98
    Uploads
    0

    Default Mountain Lion + HD3000


    I have Mountain Lion GM installed on my Hackintosh. Almost everything works, but I can't get QE/CI on my graphics. I use original Apple's kexts for HD3000 and Chimera by tonymac. What can I do?
    Eule likes this.

  2. The Following User Says Thank You to DeWo For This Useful Post:

    Eule (4th November 2012)

  3. #2
    Junior Member crunk's Avatar
    Join Date
    Jul 2011
    Location
    A, A
    Posts
    26
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Hackintosh Files / Kexts Downloads
    1550
    Uploads
    10

    Default

    edit your dsdt with this code

    Code:
    Device (IGPU)
                {
                    Name (_ADR, 0x00020000)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x2C)
                            {
                                "device-id", 
                                Buffer (0x04)
                                {
                                     0x26, 0x01, 0x00, 0x00
                                }, 
                                "model", 
                                Buffer (0x17)
                                {
                                    "Intel HD Graphics 3000"
                                }, 
                                "AAPL,snb-platform-id", 
                                Buffer (0x04)
                                {
                                     0x10, 0x00, 0x03, 0x00
                                }, 
                                "@0,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "@1,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-2"
                                }, 
                                "device_type", 
                                Buffer (0x08)
                                {
                                    "display"
                                }, 
                                "built-in", 
                                Buffer (One)
                                {
                                     0x01
                                }, 
                                "AAPL,backlightRestore", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,HasLid", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,HasPanel", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,NumDisplays", 
                                Buffer (0x04)
                                {
                                     0x04, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,NumFramebuffers", 
                                Buffer (0x04)
                                {
                                     0x02, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,SelfRefreshSupported", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,aux-power-connected", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,backlight-control", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL00,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                     0x00, 0x00, 0x00, 0x08
                                }, 
                                "AAPL01,BacklightIntensity", 
                                Unicode ("d"), 
                                "AAPL01,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                     0x00, 0x00, 0x00, 0x08
                                }, 
                                "AAPL01,BootDisplay", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL01,DualLink", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL00,DualLink", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
    or you take macmini5.1 smbios.plist
    Last edited by crunk; 21st July 2012 at 10:08.
    Motherboard: GigaByte Z77-DS3H

    CPU: Intel® Core™ i5-2500K 4.2 GHz

    RAM: 8 GB DDR3-1600

    Graphics: ASUS EAH6870 DC

    Sound: Realtek ALC887/HDMI

    HardDrive: 128 GB SSD SanDisk

    Wi-Fi: TP-Link-WN881ND AirDrop

    Sofware: OS X 10.8.4 , Windows 8 Pro UEFI Clover!

  4. #3
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    93
    Uploads
    0

    Default

    Quote Originally Posted by crunk View Post
    edit your dsdt with this code

    Code:
    Device (IGPU)
                {
                    Name (_ADR, 0x00020000)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x2C)
                            {
                                "device-id", 
                                Buffer (0x04)
                                {
                                     0x26, 0x01, 0x00, 0x00
                                }, 
                                "model", 
                                Buffer (0x17)
                                {
                                    "Intel HD Graphics 3000"
                                }, 
                                "AAPL,snb-platform-id", 
                                Buffer (0x04)
                                {
                                     0x10, 0x00, 0x03, 0x00
                                }, 
                                "@0,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "@1,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-2"
                                }, 
                                "device_type", 
                                Buffer (0x08)
                                {
                                    "display"
                                }, 
                                "built-in", 
                                Buffer (One)
                                {
                                     0x01
                                }, 
                                "AAPL,backlightRestore", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,HasLid", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,HasPanel", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,NumDisplays", 
                                Buffer (0x04)
                                {
                                     0x04, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,NumFramebuffers", 
                                Buffer (0x04)
                                {
                                     0x02, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,SelfRefreshSupported", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,aux-power-connected", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,backlight-control", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL00,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                     0x00, 0x00, 0x00, 0x08
                                }, 
                                "AAPL01,BacklightIntensity", 
                                Unicode ("d"), 
                                "AAPL01,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                     0x00, 0x00, 0x00, 0x08
                                }, 
                                "AAPL01,BootDisplay", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL01,DualLink", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL00,DualLink", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
    or you take macmini5.1 smbios.plist
    There is missing } in the end

    Tomas

  5. #4
    Junior Member
    Join Date
    Jun 2012
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    27
    Uploads
    0

    Default

    Quote Originally Posted by robie.cz View Post
    There is missing } in the end

    Tomas
    No method except DSDT??

  6. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    27
    Uploads
    0

    Default

    Its working for me now, problem solved.

    had to use stock ML kexts for HD3000.

    Here is the Link HD3000.zip

  7. #6
    Junior Member
    Join Date
    Dec 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    45
    Uploads
    0

    Default

    Quote Originally Posted by raziiq View Post
    Its working for me now, problem solved.

    had to use stock ML kexts for HD3000.

    Here is the Link HD3000.zip

    could you check if youtube video's works? and also, play chess game. After 2 moves the game will crash or block?

    I have this damn problem with lion 10.7.4 ..i will try ML but can you please check these info for me ?

  8. #7
    Junior Member crunk's Avatar
    Join Date
    Jul 2011
    Location
    A, A
    Posts
    26
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Hackintosh Files / Kexts Downloads
    1550
    Uploads
    10

    Default

    just take the dsdt edits this works perfect without problem!
    Motherboard: GigaByte Z77-DS3H

    CPU: Intel® Core™ i5-2500K 4.2 GHz

    RAM: 8 GB DDR3-1600

    Graphics: ASUS EAH6870 DC

    Sound: Realtek ALC887/HDMI

    HardDrive: 128 GB SSD SanDisk

    Wi-Fi: TP-Link-WN881ND AirDrop

    Sofware: OS X 10.8.4 , Windows 8 Pro UEFI Clover!

  9. #8
    Junior Member
    Join Date
    Dec 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    45
    Uploads
    0

    Default

    Quote Originally Posted by crunk View Post
    just take the dsdt edits this works perfect without problem!

    The problem is that I have Asus p8z77-v le mobo, no dsdt actually for my mobo :\

  10. #9
    Junior Member crunk's Avatar
    Join Date
    Jul 2011
    Location
    A, A
    Posts
    26
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Hackintosh Files / Kexts Downloads
    1550
    Uploads
    10
    Last edited by crunk; 22nd September 2012 at 09:17.
    Motherboard: GigaByte Z77-DS3H

    CPU: Intel® Core™ i5-2500K 4.2 GHz

    RAM: 8 GB DDR3-1600

    Graphics: ASUS EAH6870 DC

    Sound: Realtek ALC887/HDMI

    HardDrive: 128 GB SSD SanDisk

    Wi-Fi: TP-Link-WN881ND AirDrop

    Sofware: OS X 10.8.4 , Windows 8 Pro UEFI Clover!

  11. #10
    Junior Member
    Join Date
    Sep 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    14
    Uploads
    0

    Default

    Quote Originally Posted by crunk View Post
    edit your dsdt with this code

    Code:
    Device (IGPU)
                {
                    Name (_ADR, 0x00020000)
                    Method (_DSM, 4, NotSerialized)
                    {
                        Store (Package (0x2C)
                            {
                                "device-id", 
                                Buffer (0x04)
                                {
                                     0x26, 0x01, 0x00, 0x00
                                }, 
                                "model", 
                                Buffer (0x17)
                                {
                                    "Intel HD Graphics 3000"
                                }, 
                                "AAPL,snb-platform-id", 
                                Buffer (0x04)
                                {
                                     0x10, 0x00, 0x03, 0x00
                                }, 
                                "@0,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "@1,connector-type", 
                                Buffer (0x04)
                                {
                                     0x00, 0x08, 0x00, 0x00
                                }, 
                                "hda-gfx", 
                                Buffer (0x0A)
                                {
                                    "onboard-2"
                                }, 
                                "device_type", 
                                Buffer (0x08)
                                {
                                    "display"
                                }, 
                                "built-in", 
                                Buffer (One)
                                {
                                     0x01
                                }, 
                                "AAPL,backlightRestore", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,HasLid", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,HasPanel", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,NumDisplays", 
                                Buffer (0x04)
                                {
                                     0x04, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,NumFramebuffers", 
                                Buffer (0x04)
                                {
                                     0x02, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,SelfRefreshSupported", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,aux-power-connected", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL,backlight-control", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL00,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                     0x00, 0x00, 0x00, 0x08
                                }, 
                                "AAPL01,BacklightIntensity", 
                                Unicode ("d"), 
                                "AAPL01,blackscreen-preferences", 
                                Buffer (0x04)
                                {
                                     0x00, 0x00, 0x00, 0x08
                                }, 
                                "AAPL01,BootDisplay", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL01,DualLink", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }, 
                                "AAPL00,DualLink", 
                                Buffer (0x04)
                                {
                                     0x01, 0x00, 0x00, 0x00
                                }
                            }, Local0)
                        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                        Return (Local0)
                    }
    or you take macmini5.1 smbios.plist
    Hi, I have ML 10.8.2 core i5 intel hd 3000 no dedicated gpu on my laptop dell n5110r can i use this dst edit ? I don't have IGPU I have GFX0

    Also I only have two external connections HDMI and VGA no DVI
    Last edited by domnick0; 1st November 2012 at 23:35.


  • Advertising

    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 1 of 2 12 LastLast

Similar Threads

  1. como pasar de lion a mountain lion
    By penril28 in forum 10.8 Mountain Lion
    Replies: 5
    Last Post: 7th October 2012, 14:59
  2. Replies: 1
    Last Post: 7th May 2012, 22:50
  3. Mountain Lion and Kernelcache
    By kyndder in forum 10.8 Mountain Lion
    Replies: 29
    Last Post: 14th April 2012, 05:05
  4. How To Install Mountain Lion dp1
    By Deepak dashing in forum 10.8 Mountain Lion
    Replies: 1
    Last Post: 25th March 2012, 05:19
  5. IntelSpeedStep on Mountain Lion
    By tutorial in forum 10.8 Mountain Lion
    Replies: 3
    Last Post: 5th March 2012, 07:49

Posting Permissions

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