Jump to content
9 posts in this topic

Recommended Posts

I have old laptop with spec :

Acer E1-471

-Intel i3 2348M Sandybridge 

-Intel HD 3000 (Series 7 Motherboard)

-RAM 6GB

-macOS Sierra 10.12.6

-Opencore 0.6.3

 

How to get QECI on this laptop? 

OC 0.6.3 Acer E1-471.zip

Edited by doddos920

Screen Resolution : 1366 x 768

still no luck to get qeci...

 

i change my config to:

 

-SMBIOS MacBookPro 8.1

-added whatevergreen.kext

-change SNB value to 0x00010000 or 0x00000100

-change device id to 3A1E0000 or 3A1C0000

 

but no QECI, what should I do?

 

EFI OC NEW.zip

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

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

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.

×
×
  • Create New...