Jump to content

Recommended Posts

Posted (edited)
On 6/27/2021 at 2:50 PM, MaLd0n said:

hey

i think in google have this video patch. is a personal thing. need some test

u can search with ur processor model

I already tried every I5-8300H/I7-8750H patch I could find. So strange I can't get it to work while it works perfectly in Windows and it's attached to iGPU not dGPU. 

This new motherboard shipped without serial numbers, could this be causing the problem? If I want my ethernet port to work I always have to spoof my MAC address through terminal so maybe HDMI doesn't work without motherboard serial or something?

I already requested if someone could help me recover MAC & Serials here: [HELP] ASUS N580GD - Missing Serial, MAC-address (& Unlock hidden settings)

 

Edited by Denisuu
  • Administrators
Posted

very strange

idk what happens ion this case ;) 

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted (edited)

I fixed it by going through all Bus-ID's. This way I found out that HDMI is on con2 Bus-ID 02.

	<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
	<dict>
		<key>AAPL,ig-platform-id</key>
		<data>
		AACbPg==
		</data>
		<key>device-id</key>
		<data>
		mz4AAA==
		</data>
		<key>framebuffer-con0-alldata</key>
		<data>
		00000800 02000000 98000000
		</data>
		<key>framebuffer-con1-alldata</key>
		<data>
		01050900 00040000 87010000
		</data>
		<key>framebuffer-con2-alldata</key>
		<data>
		02020A00 00080000 87010000
		</data>
		<key>framebuffer-con0-enable</key>
		<data>
		AQAAAA==
		</data>
		<key>framebuffer-con1-enable</key>
		<data>
		AAAAAA==
		</data>
		<key>framebuffer-con2-enable</key>
		<data>
		AQAAAA==
		</data>
		<key>framebuffer-patch-enable</key>
		<data>
		AQAAAA==
		</data>
		<key>framebuffer-unifiedmem</key>
		<data>
		AAAAgA==
		</data>
	</dict>

The only thing that's not working yet is audio over HDMI. Adding this to iGPU doesn't do anything. I also tried to add my audio device under PciRoot(0x0)/Pci(0x1F,0x30) but that doens't work either.

<key>hda-gfx</key>
<string>onboard-1</string>

 

Edited by Denisuu
  • Administrators
Posted

try other layout id

add hda-gfx only in igpu patch

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

CX8150 only has layout-id 21 and 22 it doesn't work on either.

I only added HDA-GFX to the igpu patch and alcid=21 to boot arguments.

  • Administrators
Posted

i think in this case is about layout-id

in whatevergreen github have many infos about that

check https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE



×
×
  • Create New...