Git Product home page Git Product logo

os-x-clover-laptop-config's Introduction

Clover laptop config.plist and hotpatch

This project contains config.plist files for common laptops with Intel graphics.

It is linked by this guide: http://www.tonymacx86.com/el-capitan-laptop-support/148093-guide-booting-os-x-installer-laptops-clover.html

Refer to the guide for details on usage of the various system specfic config*.plist files.

--

There are also some handy SSDTs for use with Clover ACPI hotpatch (in conjunction with hotpatch/config.plist) If you understand ACPI, you may find the SSDTs and hotpatch/config.plist quite useful.

Read here for the hotpatch guide: https://www.tonymacx86.com/threads/guide-using-clover-to-hotpatch-acpi.200137/

A brief description of each hotpatch SSDT is provided below:

SSDT-RMCF.dsl This file provides configuration data for other SSDTs. Read the comments within the file for more information.

SSDT-RMDT.dsl This SSDT is for use with ACPIDebug.kext. Instead of patching your DSDT to add the RMDT device, you can use this SSDT and refer to the methods with External. See ACPIDebug.kext documentation for more information regarding the RMDT methods.

SSDT-XOSI.dsl This SSDT provides the XOSI method, which is a replacement for the system provided _OSI object when the _OSI->XOSI patch is being used. This is actually one of the examples in the Clover ACPI hotpatch guide, linked above.

SSDT-IGPU.dsl This SSDT injects Intel GPU properties depending on the configuration data in SSDT-RMCF and the device-id that is discovered to be present on the system. It assumes the IGPU is named IGPU (typical is GFX0, requring GFX0->IGPU rename). Configured with RMCF.TYPE, RMCF.HIGH, RMCF.IGPI, and SSDT-SKLSPF.aml.

SSDT-SKLSPF.aml This SSDT is an optional SSDT that can be paired with SSDT-IGPU.dsl. When present, SSDT-IGPU uses the data within as an override for various KabyLake graphics devices which spoofs those devices as Skylake. Prior to 10.12.6, Skylake spoofing is the only option for KabyLake graphics. And even with 10.12.6 (or later, including 10.13.x), it still may be useful to spoof KabyLake graphics as Skyake. Keep in mind complete Skylake spoofing requires FakePCIID.kext + FakePCIID_Intel_HD_Graphics.kext.

SSDT-IMEI.dsl This SSDT injects fake device-id as required for IMEI when using mixed HD3000/7-series or HD4000/6-series. Be sure to read the comments within carefully, as customization is required if your system already has an IMEI identity in ACPI.

SSDT-PNLF.dsl This SSDT injects a PNLF device that works with IntelBacklight.kext or AppleBacklight.kext. Configured with RMCF.BKLT, RMCF.LMAX, RMCF.FBTP. See guide for more information: https://www.tonymacx86.com/threads/guide-laptop-backlight-control-using-applebacklightinjector-kext.218222/

SSDT-LPC.dsl This SSDT injects properties to force AppleLPC to load for various unsupported LPC device-ids. It assumes the LPC device is named LPCB.

SSDT-SATA.dsl This SSDT injects properties (fake device-id, compatible) to enable the SATA controller with certain unsupported SATA controllers. It assumes the SATA device is named SATA (typical is SAT0, thus requiring SAT0->SATA rename).

SSDT-DDGPU.dsl This SSDT provides an _INI method that will call _OFF for a couple of common paths for a discrete GPU in a switched/dual GPU scenario. This SSDT can work to disable the Nvidia or AMD graphics device, if the path matches (or is modified to math) and your _OFF method code path has no EC related code. Refer to the hotpatch guide for a complete example.

SSDT-SMBUS.dsl This SSDT injects the missing DVL0 device. Mostly used with Sandy Bridge and Ivy Bridge systems.

SSDT-GPRW.dsl and SSDT-UPRW.dsl This SSDT is used in conjuction with the GPRW->XPRW or UPRW->XPRW patch. Used together this SSDT can fix "instant-wake" by disabling "wake on USB". It overrides the _PRW package return for GPE indexes 0x0d or 0x6d. Potential companion patches are provided in hotpatch/config.plist

SSDT-LANCPRW.dsl Also part of fixing "instant wake", but this is for _PRW on the Ethernet device. Potential companion patches are provided in hotpatch/config.plist.

SSDT-PTSWAK.dsl This SSDT provides overrides for both _PTS and _WAK. When combined with the appropriate companion patches from hotpatch/config.plist, these methods can provide various fixes. The actions are controlled by RMCF.DPTS, RMCF.SHUT, RMCF.XPEE, RMCF.SSTF. Refer to SSDT-RMCF.dsl for more information on those options.

SSDT-DEHCI.dsl This SSDT can disable both EHCI controllers. It is assumed both have been renamed to EH01/EH02 (typically original names are EHC1/EHC2)

SSDT-DEH01.dsl, SSDT-DEH02.dsl Each of these SSDTs is just SSDT-DEHCI.dsl broken down to only disable EH01 or only EH02. Use as appropriate depending on which EHCI controllers are active/present in your ACPI set.

SSDT-XWAK.dsl, SSDT-XSEL.dsl, SSDT-ESEL.dsl Each of these SSDTs provides an empty XWAK, XSEL, and ESEL methods (respectively). Use with the appropriate companion patch from hotpatch/config.plist. Typically, these methods are disabled (by having no code in them) to disable certain actions native ACPI may be doing on wake from sleep or during startup that cause problems with the xHCI/EHCI configuration.

SSDT-XCPM.dsl This SSDT injects "plugin-type"=1 on CPU0. It assumes ACPI Processor objects are in Scope(_PR). It can be used to enable native CPU power management on Haswell and later CPUs. See guide for more information: https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/

SSDT-HDEF.dsl and SSDT-HDAU.dsl Injects layout-id, hda-gfx, and PinConfiguration properties on HDEF and HDAU in order to implement audio with patched AppleHDA.kext Configured with: RMCF.AUDL

SSDT-EH01.dsl, SSDT-EH02.dsl, and SSDT-XHC.dsl These SSDTs inject USB power properties and control over FakePCIID_XHCIMux (dending on SSDT-DEH*.dsl).

SSDT-ALS0.dsl Injects a fake ALS device (ambient light sensor). This SSDT is used to fix problems with restoring brightness upon reboot.

os-x-clover-laptop-config's People

Contributors

ben9923 avatar ngobach avatar quarx2k avatar rehabman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

os-x-clover-laptop-config's Issues

How to drive Iris 6100 Graphics

I'm sorry to trouble you, but I really need your help.
I have a mini host, the configuration is as follows:
I5 5157u CPU ES version
Integrated graphics iris 6100
AMI BIOS
Display interface HDMI
My graphics card has been unable to drive.Show only 7M memory.Using the clover+GPT. OSX system is the 10.11.4 version. I try to inject 0x162b0000 ig-platform-id in clover, restart the machine can not open.
What can I do to drive the graphics card?
My email address is [email protected]

Found 5Ghz strange about AirPortBrcm4360 patch on Sierra

I have a BCM94352 replaced on my Laptop. When installing 10.12, I struggled with the Wi-Fi as even with your Fake-PCI-ID installed and patch on, it may still show that no hardware installed. And when everything are almost finished, both the kext and the patch seems to work.
However, I noticed recently that the Wi-Fi patch still have problems. When I reboot the system, it has access to 5Ghz network, and after about 10 seconds, it drop to 2.4G and the 5G channels doesn't show up in the System Report.
screen shot 2016-09-24 at 01 13 26
screen shot 2016-09-24 at 01 29 14
screen shot 2016-09-24 at 01 40 32

As the hardware works well, I supposed that there may be something that could be enhanced with the AirPortBrcm4360 patch in Sierra.

the HD620's id should be 5916

my pc is dell ins 7460 with i5 7200u(hd620).
the id for hd620 shoud be 0x5916 in SSDT-IGPU.dsl, but bot 0x5919
this is from my windows Device Manager:

PCI\VEN_8086&DEV_5916&SUBSYS_07811028&REV_02

Issues with HDMI (nvidia)

Hello thanks for all the support and help, if you can please look into the problem reporting files here.
I have everything working on high sierra except these:

  1. HDMI audio
  2. brightness controls
  3. Black screen while boot when external monitor is connected to HDMI

I have an alienware 15r4 with GSYC display(here intel doesn't work) and nvidia is the primary GPU for everything. I did inject device properties for 630UHD as it was causing problems during boot.

My biggest issues is the external monitor doesn;t work when i boot and it works fine if i turn it on post boot. Basically when i'm done with boot and password prompt comes in and then if i turn the external monitor on it works just fine.
Also this laptop has intel directly connected to the usb-c for display and doesn't have any connection with HDMI. Only nvidia has the direct HDMI port connection.

Also, i have tried doing a kext to patch for appleHDA and also tried PEG0 ssdt but that doesn't seem to be working.
7757.zip

HD 5500 and Mac OS 10.12

Hello RehabMan, first thank you for your amazing Work.
So I'm using your config with my Dell Inspirion 5558.
Here's:

 <dict>
            <key>Comment</key>
           <string>Disable minStolenSize less or equal fStolenMemorySize assertion, 10.12</string>
         <key>Enabled</key>
           <false/>
           <key>Name</key>
            <string>AppleIntelBDWGraphicsFramebuffer</string>
         <key>Find</key>
         <data>iUXIOcd2Tw==</data>
        <key>Replace</key>
          <data>iUXIOcfrTw==</data>
     </dict>

I tried first change the ig-platform-id to the invalid one (0x12345678) when i try to boot i have the kernel panic with the forbidden icon.

Then i tried with 0x16260006 the ig-platform-id that match with my hd 5500 same kernel panic with the forbidden icon.

Can you help me? I think i did everything right.

Thank you in advance.

close the lid, cannot be waken up

Thank you so much first for sharing your osx86 experience. May I ask you a question about my laptop:
My laptop feature is Xiaomi-Air i7-7500u

Intel i7 7500U | Intel HD 620 Nvdia MX150 | 8G | Samsung Nvme 256G | Realtek alc 255 | 1920x1080

My problem is each time I close the lid of this laptop, it cannot be waken up after sleep(whatever I click the keyboard or trackpad). My EFI is here: https://github.com/billhhh/MiAir-Hackintosh/tree/master/%E9%87%8D%E8%A3%8510.13.3/ESP_10.13.3_20180410. If it cannot close lid and sleep, I have to shut down OS every time, it is really inconvenient.

Could you help me fix it, if necessary, I could sent you my OEM DSDT.

hd6100

i7-5557u hd6100 how to choose

Propose to add minStolenSize patch for 10.13

Hello RehabMan,
I'm proposing to add these patches for BDW, SKL, KBL and the patches can be checked out at HERE.
Sorry that the post above is in Chinese, and I wish you could forgive that, the major stuffs you need is in the spoiler. :)

Best regards,
PMheart

Which plist should UHD 620 use?

I have an i5-8250U CPU which comes with UHD 620 Graphic, I see there are two plist files may be suitable:
config_HD615_620_630_640_650.plist
config_UHD630.plist
Which one should I use?

This version of macOS 10.12.6 cannot be installed on this computer

Can I ask you a question? When you go to the installation interface, you cannot select a partition for installation. This version of macOS 10.12.6 cannot be installed on this computer. Is there anything that needs to be cracked to install? I've had 10.11 successful cases before, but I don't know why 10.12.6 can't choose

我能问您一个问题吗?在进入安装界面的时候无法选择一个分区进行安装,此版本的macOS 10.12.6 不能安装在这台电脑上 请问是不是有什么东西需要破解才能进行安装? 我之前有过10.11 成功的的案例,但是不知道10.12.6为什么无法选择磁盘进行安装


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
		</array>
		<key>HaltEnabler</key>
		<true/>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-v nv_disable=1 kext-dev-mode=1 rootless=0 -no_compat_check</string>
		<key>Debug</key>
		<false/>
		<key>DefaultLoader</key>
		<string>boot.efi</string>
		<key>DefaultVolume</key>
		<string>MAC12.6</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>CPU</key>
	<dict>
		<key>UseARTFrequency</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>ResetHDA</key>
			<true/>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>IntelGFX</key>
			<string>0x1234567</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>Inject</key>
			<true/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<true/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<true/>
			<key>Linux</key>
			<false/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>ScreenResolution</key>
		<string>1280x1024</string>
		<key>Theme</key>
		<string>E</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaGeneric</key>
		<true/>
		<key>NvidiaSingle</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KernelHaswellE</key>
		<false/>
		<key>KernelLapic</key>
		<false/>
		<key>KernelPm</key>
		<false/>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>BooterConfig</key>
		<string>0x28</string>
		<key>CsrActiveConfig</key>
		<string>0x67</string>
		<key>MLB</key>
		<string>C02032109R5DC771H</string>
		<key>ROM</key>
		<string>UseMacAddr0</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>Trust</key>
		<true/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
		<key>NoCaches</key>
		<true/>
	</dict>
</dict>
</plist>

Increasing DVMT on Dell Latop

Hello RehabMan,

I'am Saurav, I wanted to install MacOS on my Dell Insprion 15 3558 laptop.
But the problem is my Bios doesn't give the option to change DVMT Size.
I've search on net but I'am not getting a good article to do this.
While booting clover fr MacOS from booted pen drive the screen remains black.

Thank You!

How can fix this problem?

I use DSDT fix hibernate problems, but when laptop wakes up from sleep, I open a new app, It runs very slow, and I open chrome browser, It shows white screen.

inquiry: setting for 128M DVMT

Hi Rehabman
lenovo with HD5500 & Nvidia 920M.
i can disable nvidia in bios, but no option to adjust dvmt.

Windows report that it is set to 128MB.
does your current config for HD5500 support my 128MB setting or i need to lower it down via properties in config?

I read that 128MB will have issue on some laptop, and i think im having that problem.

I followed all your instruction especialy the fake ig-platform-id, fix cache, then boot with 0x016260006

the KP im getting is usually about AppleIntelBDWGraphicsFramebuffer.

Note:
Name: AppleIntelBDWGraphicsFramebuffer
Find: 06002616 01030303 00002002 00005001
Replace: 06002616 01030303 00003001 00009000
in kextopath works.

But not in devices>properties with whatevergreen

thanks :)

minStolen patch for 10.12

        <dict>
            <key>Comment</key>
            <string>Disable minStolenSize less or equal fStolenMemorySize assertion, 10.12</string>
            <key>Disabled</key>
            <false/>
            <key>Name</key>
            <string>AppleIntelBDWGraphicsFramebuffer</string>
            <key>Find</key>
            <data>iUXIOcd2Tw==</data>
            <key>Replace</key>
            <data>iUXIOcfrTw==</data>
        </dict>

Intel HD 400 - Braswell

Was looking for a Config file for low cost laptops (Intel HD 400 - Braswell ). Is their any?

Help with Gigabyte Z590 Aorus PRO AX - i7 11700K

Hello, I’ve built my Hackintosh successfully below hardware

Case: CoolerMaster D511 ARGB Mid Tower
Motherboard: Gigabyte Z590 Aorus PRO AX
CPU: Intel Core i7-11700K (11th Gen, UHD 750)
RAM: 2x8 GB - Corsair Vengeance 3600mh
Water Cooling: Cooler Master ML360L ARGB
Power Supply: Antec NeoEco750M 750 Watt
Graphics Card: MSI RX 560 ITX 4GB OC
Hard Disk: WD 500 GB M.2 SSD Installed BigSur 11.5.2 on this
WD SATA SSD - 500GB for DUAL BOOT
Chipset: Intel Series 500 - SATA AHCI Controller
Wi-Fi: Intel® Wi-Fi 6 AX200 Support for 11ax 160MHz
Audio: Realtek® ALC4080 codec - Intel HD Audio Controller

But I’m facing post-installation issues like:

  1. Audio is not auto-switching when I’m exacting or putting back the jack to the front or rear jack. and Both output devices are showing the same name: Realtek USB2.0 Audio. (Realtek® alc4080 codec)
    Audio Screenshot -1
    Audio Screenshot -2

  2. Wifi 6 802.11ax
    a. Bluetooth stopped working suddenly - Bluetooth Screenshot
    b. Is there any luck to work this Wifi chipset?

please help.

working EFI
https://drive.google.com/file/d/1HaaUr6Osyq9kwaQFFto2Q2c3L7jkaL7P/view?usp=sharing

Please help me how to fix them step by step if possible.

Audio-Screenshot-2021-09-23-at-9 21 26-AM
Screenshot 2021-09-23 at 9 21 26 AM
Screenshot 2021-09-23 at 9 20 57 AM
Screenshot 2021-09-23 at 9 20 35 AM
Screenshot 2021-09-23 at 9 20 20 AM
Screenshot 2021-09-23 at 9 19 53 AM

Please help me how to fix them step by step if possible.

Sierra HD 5300 Cube I7 Stylus

Hi @RehabMan . Is it possible to get full QE/CI for HD 5300 in Sierra ? I was able to achieve full QE/CI in el capitan with my cube i7 stylus which has core M processor with HD 5300. But unfortunately I can't enable it in sierra. Any pointers on how to use this config plist ?

Panic over AppleACPIPlatform with 10.13 when the same print was fine on 10.12

In the last few days I've found myself trying to debug this issue over and over again. The installer for 10.13 panics after a few errors (before printing all of them) that looks like this:

(AppleACPIPlatform) ACPI Error: No handler for Region [EC81] [EmbeddedControl] (20140828/evregion-f9) ACPI Error: No handler for Region [EC81] (20140828/evregion-f9) ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140828/exfldio-187) ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140828/exfldio-187) ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0.SGOF] , AE_NOT_EXIST ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0.SGOF] , AE_NOT_EXIST ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0._OFF] , AE_NOT_EXIST ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0._OFF] , AE_NOT_EXIST ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0._INI], AE_NOT_EXIST ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.GFX0._INI], AE_NOT_EXIST

After a lot of research and documentation effort, I've understood that the issue probably is still related to the isprint function bugged inside AppleACPIPlatform and the table indexes that goes negatives, but the panics (from the print screen they seems multiples) are so fast that trying to get anything useful from them is quite hard. Anyway, removing the patch named #graphics_REG-disable.txt fixes the error above and the installer now boots happily. Besides closing and opening once the laptop after boot to trigger the code, there is any other way besides _REG EC function to trigger it on boot? I've already tried to apply it on _INI, but the EC is still not initialised and doesn't do nothing unfortunately.

I'm not sure that this is the right place to post it, but it seems to be a starting place.

No brightness slider?

Hello. I have my own config before and brightness worked well, but after changing config to RehabMan I can't change brightness? Before I can do this without any kexts.
So, how to fix this trouble without any kexts?
image
P.S. now my display in displaying like PC monitor.

High Sierra installation possible on Hp pavilion 15 n021tu (i3-3217u intel hd 4000)?

Hey there, is it possible to boot and install macOS high sierra on this laptop "hp pavilion 15 n021tu", I have tried various EFI combination, so far I only reached to the apple logo and never reached installation window, First I tried creating Catalina installation, but was not able successfully to create one, now trying a high sierra to check If it can run, please help me build my first Hackintosh.
Thank You

Few suggestion and fixup with SSDT-IGPU.

1、We can add intel 8 process support such as UHD620(Fake as HD520 not HD620.)

        // Coffee Lake/UHD620
        0x5917, 0, Package()
        {
            "AAPL,ig-platform-id", Buffer() { 0x00, 0x00, 0x16, 0x19 },
            "model", Buffer() { "Intel UHD Graphics 620" },
            "device-id", Buffer() { 0x16, 0x19, 0x00, 0x00 },
            "hda-gfx", Buffer() { "onboard-1" },
            "RM,device-id", Buffer() { 0x16, 0x19, 0x00, 0x00 },
            "AAPL,GfxYTile", Buffer() { 1, 0, 0, 0 },
        },

2、The HD5300 with Intel Core M have wrong ig-platform-id and can cause some problems.

Right ID is 0x16260006 and with no problem and Clover suggest 16260006 by default.

If i use 16260004 i cause cant wake up laptop and only see blackscreen but if i use 16260006 it have no problem.

PS:My CPU is Intel Core M 5Y10c with HD5300 and using MacBook8,1.

Some help to solution to the HDMI output issue?

Hi @RehabMan, thanks in advance for you help and your advice in forums.
I have successfully install Mojave in a laptop Dell XPS 9570 (i7-8750H, 16GB RAM and 4K touchscreen version), but I can not make the HDMI output work, I tried with the onboard port and with a usb-c hub in thunderbolt port.

These are the advances that I have achieved at the moment:

  1. Audio, no sound through internal speakers, although headphone jack are working.
  2. Sometimes, Sleep action turn off the screen into a black screen and not wake up, and I have to restart by power button.
  3. It do not save the screen brightness level setting, when starting it is always at 75% or 80%.
  4. The advanced gestures of the trackpad do not work except the scroll with two fingers.(Fixed except "Smart Zoom" and "Notification Center" gestures).
  5. Fingerprint sensor, wifi killer card and card reader not work (I have wifi by TP-Link TL-WN823N usb adapter).
  6. I can't find any option to change the behavior of function keys, to use default F keys without Fn key.
  7. Touchscreen does not work, I have not found anyone commenting on how to put this feature to work. (Fixed, but I can not perform actions other than: select an icon, click or select a icons group)
  8. HDMI port for audio and video output.
  9. USB-C (Thunderbolt port) not working, for HDMI output.

Could you help me to fix it? Thanks in advance

add UHD resolution patches in config_HD520_530_540.plist ?

hi,
I just get a laptop xps 9550 with 4K resolution.
the bois is base on AMI but customize by dell, so there no option to change DVMT-prealloc in bios settings.
can you add support patches in config.plist ?

cpu i7 6700HQ
motherboard chip hm170
4k resolution
graphics card intel hd930 and nvidia 960M

thank you.

Laptop will not boot after config replacement

On my Razer Blade Stealth, my iGPU only shows 21 MB of VRAM and everything is too small due to scaling, so I thought this could fix some issues. After installing and attempting to boot, when it gets to the end of the loading screen, its hows a few red apple logos in a line and a green loading bar, and then the screen goes blank. Am I doing anything incorrectly? I have the 2 kexts for FakePCIID installed

Intel 540 for surface pro 4

I am in dying search for graphic drivers for surface pro 4
Installed Mac os mojave 10.14.6
Everything working fine accepting graphics acceleration
Please help

1920x1080 HD3000 Mobile

The config.plist are now upto 1600x900 but no config.plist is there yet for 1920x1080 (HD3000 mobile) with Duallink. Can you please upload one with Nvidia card disabled and the other fixes?

Increase 128MB DVMT-prealloc to 512MB or even 1024MB

Hi,

First of all : I love your work. It helped me so much in my hackintosh journey.

I would like to know if there is a way to go beyond 128MB DVMT prealloc. I have an Asus UX303 with 13" QHD display. It works great with 128MB DVMT, full QE/CI acceleration.

But i would like to know if it is possible to increase this number. In my bios I can set 512MB, and even 1024MB. Is there a way to enable 512 or 1024MB DVMT prealloc ?

Thanks in advance !

From a french hackintosher :)

config_HD4600_4400_4200.plist - Grey screen and noise

I have a HP 450 G2 with intel HD 4400 graphics. When I use the config_HD4600_4400_4200.plist plist, I get a grey screen with coloured noise and lines at the bottom (where the login screen should be), the UI itself isn't visible.

Using config_HD4000_1600x900.plist the UI is fine (with expected flashing on grey gradients), but I don't seen to get hardware acceleration.

Any ideas? OS is Sierra.

Thanks!

Cant make my hackintosh stable

Hello Everyone,

I have been working on my hackintosh for about 5 days now installing high sierra 10.13.2. This has been one of the most challenging builds I have done in my life. Im stuck and have no idea what to do. I cant get it to run stable. Either I have no audio, no internet, or no graphics card. When all 3 work the preboot corrupts the install. I have tried many avenues of fixing this from updated kext files, updating clover, multibeast, clover configurator, reinstalls, formats, its just baffling me. can anyone help me to fix my hackintosh?

Fixes I need

  1. HDMI port on my 1050 ti never has worked after install completes. (only dvi works)
  • If I plug dvi to HDMI cable the screen goes blank. Unplugging a monitor while its on and plugging in another cause the build to glitch.
  1. Audio sometimes works. after a few reboots or messing with any setting i lose it.
  • i have replaced and updated the lilu.kext, HDMIaudio.kext, AppleALC.kext, and tried to runn the .command 3.0 file i found on a site of rehabmans which crashes the clover bootloader. Multibeast will cause verbose to get suck in a log. I have tried all of these options with SIP enabled and disabled.
  1. Sometimes messing with those 2 causes me to lose my internet.
  • This is completely random. If I try to repair it I lose my NvidiaWebDrivers and get glitches on the screen
  1. My Nvidia web drivers sometimes crash even though its updated.
  • I have applied the FixNvidaGraphics.kext and tried to inject and remove inject.
  1. Teach me how to clone this once we fix it and i can make a package download for all supplies needed to do this and upload it here for others.

Thanks in advance!!!!

Not able to boot up installer for High Sierra even after using config_530

Hi
I’m using an alienware laptop with Hd 530 as an integrated graphic and 1070gtx as dedicated.
Even after using the config_530 file i’m not able to boot into the installer for High Sierra.
79614ed3-9031-4566-bfa5-b29d8f777b2e

I have attached a screen shot where in it can seen that i am stuck at IOUsersconsole screen.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.