OpenCore黑苹果之拯救者14(HD4600)开启HDMI音频

2023-05-16

一般外接显示器用不到HDMI音频,但是回家外接电视机有点用。

我的型号:联想(Lenovo)拯救者 14.0英寸游戏本(i7-4720HQ 8G 128G SSD+1T GTX960M )笔记本

禁用HDMI音频

<?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>PciRoot(0x0)/Pci(0x3,0x0)</key>
	<dict>
		<key>external-audio</key>
		<data>
		AQ==
		</data>
	</dict>
</dict>
</plist>

启用HDMI音频

<?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>PciRoot(0x0)/Pci(0x3,0x0)</key>
	<dict>
		<key>AAPL,slot-name</key>
		<string>Internal@0,3,0</string>
		<key>device_type</key>
		<string>Audio device</string>
		<key>hda-gfx</key>
		<string>onboard-1</string>
		<key>layout-id</key>
		<integer>14</integer>
		<key>model</key>
		<string>Intel Haswell HD4600 HDMI</string>
		<key>no-controller-patch</key>
		<integer>1</integer>
	</dict>
</dict>
</plist>

Kexts

Kexts放入FakePCIID.kext和FakePCIID_Intel_HDMI_Audio.kext文件,文章末尾会提供下载链接。

ProperTree

这里推荐使用 ProperTree 来配置config.plist文件,建议不要使用第三方的配置工具。
ProperTree是基于python开发的跨平台的工具。使用前,如果没有安装过python3需要先安装python3。
python3下载
在这里插入图片描述
需要注意的是放入新的kexts后,要用执行OC Clean Snapshot(Ctrl + Shift +R),然后选择OC目录。后才生效。

效果

在这里插入图片描述

这下HDMI插电视上也有声音啦。以前声音都是从笔记本电视出来的,这下声音舒服多了。

相关文件下载

https://download.csdn.net/download/lxyoucan/13966675

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

OpenCore黑苹果之拯救者14(HD4600)开启HDMI音频 的相关文章

随机推荐