Jump to content

How to QECI IntelHD3000 with OC in macOS Sierra 10.12.6?


doddos920
 Share

9 posts in this topic

Recommended Posts

You are not the only person to face this issue on HD3000.

Most people have HD3000 working ootb. But few unlucky ones have the same issue since Mavericks

 

I tried with OC, Clover & Chameleon. No LVDS display without connecting hdmi.

Tried injecting edid as well.

 

No one has solved this issue afaik.

 

PS: ioreg shows entry for Applebacklightdisplay & qeci is working on hdmi

 

Hardware: hd3000 on series 6 chipset (dont need imei patch)

 

Resolution:1366x768 (set in oc/clover/chameleon) yet it chooses 1280x1024Screenshot_20201121-132422.thumb.jpg.424c72604a7370050d6b8373fadda550.jpg

Edited by Del
  • Like 1
Link to comment
Share on other sites

You can Inject HD 3000 from DSDT patch that's working great.

 

#Maintained by: RehabMan for: Laptop Patches
#graphics_HD3K_low.txt

#
# Use this patch if your laptop has the standard 1366x768 screen
#
# Use dual-link if you have 1600x900 or have upgraded
# to 1080p screen.
#

#   Inject HDMI info into GFX0/IGPU
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
    {\n
        "AAPL,snb-platform-id", Buffer() { 0x00, 0x00, 0x01, 0x00 },\n
        "hda-gfx", Buffer() { "onboard-1" },\n
    })\n
}\n
end;

 

Edited by chris1111
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...