(己解决)黑苹果驱动英特尔核显疑问记录

2023-05-16

这是一个求助文章!求大佬帮忙解惑!
求大佬提供一个4代的Opencore的EFI做下参考

型号:联想(Lenovo)拯救者 14.0英寸游戏本(i7-4720HQ 8G 128G SSD+1T GTX960M )
联想拯救者14黑苹果EFI
macOS Catalina 10.15.6 基本99%完美运行,声卡,调节亮点,蓝牙。
无线网卡无法驱动,需要换硬件,或者买个usb无线网卡
10.15正常使用的EFI分享:
https://download.csdn.net/download/lxyoucan/12799759
配置如下:
在这里插入图片描述
运行Catalina正常,然后我就手痒升级了,Big Sur升级一切顺利,正常进入桌面。使用后才发现,核显无法正常驱动。使用软件多的时候超级卡。

图形卡显示:
Intel HD Graphics 4600 7 MB
升级Big Sur使用的OpenCore,然后各种爬贴,尝试解决办法。我找的的教程基本都试了。(关于OC的相对较少)。完全跟教程一样,就是不成功。感觉技术不够折腾了两天没有成功,最终使用时间机器退回到了macOS Catalina10.15

诡异是事情就发生了,本来可以正常使用的Catalina 核显也驱动失败了。为了防止是EFI被什么软件修改了,我把EFI使用我之前备份的版本,还是不行。真是头大。可以保证EFI完全没变,系统没变,但是问题是依然显示7M。这就让我懵了。
在这里插入图片描述

最终解决办法

本来打算在重新安装一下,报着试试看的心里 Rest NVRAM
重启系统发现竟然神奇的好了。求大佬解惑,到底什么情况啊。原理不太明白。

在这里插入图片描述

猜想1:intel 核显驱动失败的人可以尝试Rest NVRAM

这一点我看到的帖子和文章,没人提到。

猜想2:我用的黑果小兵的镜像(clover+oc+pe版本),是不是我点了什么操作导致修改了 NVRAM

依据:
1.当我点击OC启动后,我的系统启动项就会被修改,会自动增加一个OpenCore启动项,到第一个启动顺序。
2.我点击了Rest NVRAM后,我的启动项就被还原了,只剩下硬盘了,没有EFI中的内容了(比如:OpenCore,Micsoft,Clover相关)

比如我用的clover在NVRAM中加了什么参数,导致我在OpenCore中使用Big Sur核显驱动不了,但是我如果重置NVRAM是否就可以了呢?

了解NVRAM

重置 Mac 上的 NVRAM 或 PRAM

如果 Mac 出现了与 NVRAM 或 PRAM 中储存的设置有关的问题,那么进行重置可能会有帮助。

NVRAM(非易失性随机访问存储器)是一小部分内存,Mac 使用这些内存来储存某些设置并对其进行快速访问。PRAM(参数 RAM)储存着类似的信息,且 NVRAM 和 PRAM 的重置步骤相同。

可储存在 NVRAM 中的设置包括音量、显示屏分辨率、启动磁盘选择、时区,以及最近的内核崩溃信息。储存在 NVRAM 中的设置取决于您的 Mac 以及与这台 Mac 搭配使用的设备。

如果您遇到与这些设置或其他设置有关的问题,那么重置 NVRAM 可能会有帮助。例如,如果 Mac 并非从“启动磁盘”偏好设置中选定的磁盘启动,或者在 Mac 启动前短暂地显示了一个问号图标,则可能需要重置 NVRAM。
来自:
https://support.apple.com/zh-cn/HT204063

通过上面可以理解,NVRAM是一个存储器,可以保存一些参数信息,说明我以前的理解是错误的,我误以为NVRAM就是保存在EFI分区中的数据。

2020年12月03日23:34:44

开心的事情:终于把核显驱动起来了!!!
比较懵的是:为啥可以驱动了?完全搞不清楚原因。
经过:
我爬了很多贴,官方的文章也看烂了。https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/haswell.html#deviceproperties
就完全按照这个文档来驱动IGPU,我的OC配置完就是启动不起来。

后来我从github上找到一个HD4600机器的EFI,把核显配置这块COPY过来,和NVRAM修改了一下。重启直接就好了。

我对比了一下,核心内容都是一样的啊!!!我又把配置切换回我之前的写法,依然可以正常启动。

唯一的区别应该就是我加了禁用独显的参数

-wegnoegpu

2020年12月03日23:45:54
经测试加了这个参数,系统依然可以正常启动。这就让我很懵了。

为啥我之前任何配置都是正常的,REST NVRAM也做过了就是不行呢?

之前的故障原因,至今未知。

最终成功驱动的配置

在这里插入图片描述
config.plist分享一下。Big Sur成功安装使用!!!!不逼一下自己都不知道自己有多强。

<?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>Add</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>SSDT-EC-LAPTOP.aml</string>
				<key>Path</key>
				<string>SSDT-EC-LAPTOP.aml</string>
				<key>Enabled</key>
				<true/>
			</dict>
			<dict>
				<key>Comment</key>
				<string>SSDT-PLUG-DRTNIA.aml</string>
				<key>Path</key>
				<string>SSDT-PLUG-DRTNIA.aml</string>
				<key>Enabled</key>
				<true/>
			</dict>
			<dict>
				<key>Comment</key>
				<string>SSDT-PNLF.aml</string>
				<key>Path</key>
				<string>SSDT-PNLF.aml</string>
				<key>Enabled</key>
				<true/>
			</dict>
			<dict>
				<key>Comment</key>
				<string>SSDT-XOSI.aml</string>
				<key>Path</key>
				<string>SSDT-XOSI.aml</string>
				<key>Enabled</key>
				<true/>
			</dict>
		</array>
		<key>Delete</key>
		<array>
		</array>
		<key>Patch</key>
		<array>
		</array>
		<key>Quirks</key>
		<dict>
			<key>FadtEnableReset</key>
			<false/>
			<key>NormalizeHeaders</key>
			<false/>
			<key>RebaseRegions</key>
			<false/>
			<key>ResetHwSig</key>
			<false/>
			<key>ResetLogoStatus</key>
			<false/>
		</dict>
	</dict>
	<key>Booter</key>
	<dict>
		<key>MmioWhitelist</key>
		<array>
		</array>
		<key>Quirks</key>
		<dict>
			<key>AvoidRuntimeDefrag</key>
			<true/>
			<key>DevirtualiseMmio</key>
			<false/>
			<key>DisableSingleUser</key>
			<false/>
			<key>DisableVariableWrite</key>
			<false/>
			<key>DiscardHibernateMap</key>
			<false/>
			<key>EnableSafeModeSlide</key>
			<true/>
			<key>EnableWriteUnprotector</key>
			<true/>
			<key>ForceExitBootServices</key>
			<false/>
			<key>ProtectMemoryRegions</key>
			<false/>
			<key>ProtectSecureBoot</key>
			<false/>
			<key>ProtectUefiServices</key>
			<false/>
			<key>ProvideCustomSlide</key>
			<true/>
			<key>ProvideMaxSlide</key>
			<integer>0</integer>
			<key>RebuildAppleMemoryMap</key>
			<false/>
			<key>SetupVirtualMap</key>
			<true/>
			<key>SignalAppleOS</key>
			<false/>
			<key>SyncRuntimePermissions</key>
			<false/>
		</dict>
	</dict>
	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,GfxYTile</key>
				<data>AQAAAA==</data>
				<key>AAPL,ig-platform-id</key>
				<data>BgAmCg==</data>
				<key>AAPL,slot-name</key>
				<string>Internal@0,2,0</string>
				<key>AAPL00,override-no-connect</key>
				<data>AP///wANrnycAAAAABEYAQSVHxFgAm+xp1VMniUMUFQAAAABAQEBAQEBAQEBAQEBAQEBXjWAlnA4FEAsHCQANK0QAAAYAAAA/gBOMTQwSENFLUVBQQogAAAA/gBDTU4KICAgICAgICAgAAAA/gBOMTQwSENFLUVBQQogADU=</data>
				<key>device-id</key>
				<data>EgQAAA==</data>
				<key>device_type</key>
				<string>VGA compatible controller</string>
				<key>disable-external-gpu</key>
				<data>AQAAAA==</data>
				<key>enable-hdmi-dividers-fix</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con0-alldata</key>
				<data>AAASAAIAAAAwAAAAAQUSAAAIAACHAAAAAgASAAAIAABAAAAA</data>
				<key>framebuffer-con0-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-con2-alldata</key>
				<data>AgQJAAAIAACHAAAA</data>
				<key>framebuffer-con2-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-cursormem</key>
				<data>AACQAA==</data>
				<key>framebuffer-fbmem</key>
				<data>AACQAA==</data>
				<key>framebuffer-memorycount</key>
				<data>AgAAAA==</data>
				<key>framebuffer-patch-enable</key>
				<data>AQAAAA==</data>
				<key>framebuffer-stolenmem</key>
				<data>AAAwAQ==</data>
				<key>framebuffer-unifiedmem</key>
				<data>AAAAgA==</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
				<key>model</key>
				<string>Intel HD Graphics 4600</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>
	<key>Kernel</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/Lilu</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>Lilu.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VirtualSMC</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VirtualSMC.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/ApplePS2Controller</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>ApplePS2SmartTouchPad.kext/Contents/PlugIns/ApplePS2Controller.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/ApplePS2Keyboard</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>ApplePS2SmartTouchPad.kext/Contents/PlugIns/ApplePS2Keyboard.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/AtherosE2200Ethernet</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>AtherosE2200Ethernet.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string></string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>BrcmBluetoothInjector.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/IntelMausi</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>IntelMausi.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/RealtekRTL8111</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>RealtekRTL8111.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/RtWlanU</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>RtWlanU.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/USBInjectAll</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>USBInjectAll.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooHDA</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooHDA.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooPS2Controller</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooPS2Controller.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooInput</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooPS2Keyboard</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooPS2Mouse</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VoodooPS2Trackpad</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/WhateverGreen</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>WhateverGreen.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string></string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>XHCI-unsupported.kext</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string></string>
				<key>MaxKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
				<key>Enabled</key>
				<true/>
				<key>MinKernel</key>
				<string></string>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/ApplePS2SmartTouchPad</string>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
				<string>ApplePS2SmartTouchPad.kext</string>
			</dict>
		</array>
		<key>Block</key>
		<array>
		</array>
		<key>Emulate</key>
		<dict>
			<key>Cpuid1Data</key>
			<data></data>
			<key>Cpuid1Mask</key>
			<data></data>
			<key>DummyPowerManagement</key>
			<false/>
			<key>MaxKernel</key>
			<string></string>
			<key>MinKernel</key>
			<string></string>
		</dict>
		<key>Force</key>
		<array>
		</array>
		<key>Patch</key>
		<array>
		</array>
		<key>Quirks</key>
		<dict>
			<key>AppleCpuPmCfgLock</key>
			<true/>
			<key>AppleXcpmCfgLock</key>
			<true/>
			<key>AppleXcpmExtraMsrs</key>
			<false/>
			<key>AppleXcpmForceBoost</key>
			<false/>
			<key>CustomSMBIOSGuid</key>
			<false/>
			<key>DisableIoMapper</key>
			<true/>
			<key>DisableLinkeditJettison</key>
			<true/>
			<key>DisableRtcChecksum</key>
			<false/>
			<key>ExtendBTFeatureFlags</key>
			<false/>
			<key>ExternalDiskIcons</key>
			<false/>
			<key>ForceSecureBootScheme</key>
			<false/>
			<key>IncreasePciBarSize</key>
			<false/>
			<key>LapicKernelPanic</key>
			<false/>
			<key>LegacyCommpage</key>
			<false/>
			<key>PanicNoKextDump</key>
			<true/>
			<key>PowerTimeoutKernelPanic</key>
			<true/>
			<key>ThirdPartyDrives</key>
			<false/>
			<key>XhciPortLimit</key>
			<true/>
		</dict>
		<key>Scheme</key>
		<dict>
			<key>FuzzyMatch</key>
			<true/>
			<key>KernelArch</key>
			<string>x86_64</string>
			<key>KernelCache</key>
			<string>Auto</string>
		</dict>
	</dict>
	<key>Misc</key>
	<dict>
		<key>BlessOverride</key>
		<array>
		</array>
		<key>Boot</key>
		<dict>
			<key>ConsoleAttributes</key>
			<integer>0</integer>
			<key>HibernateMode</key>
			<string>None</string>
			<key>HideAuxiliary</key>
			<false/>
			<key>PickerAttributes</key>
			<integer>1</integer>
			<key>PickerAudioAssist</key>
			<false/>
			<key>PickerMode</key>
			<string>Builtin</string>
			<key>PollAppleHotKeys</key>
			<false/>
			<key>ShowPicker</key>
			<true/>
			<key>TakeoffDelay</key>
			<integer>0</integer>
			<key>Timeout</key>
			<integer>5</integer>
		</dict>
		<key>Debug</key>
		<dict>
			<key>AppleDebug</key>
			<true/>
			<key>ApplePanic</key>
			<true/>
			<key>DisableWatchDog</key>
			<true/>
			<key>DisplayDelay</key>
			<integer>0</integer>
			<key>DisplayLevel</key>
			<integer>2147483648</integer>
			<key>SerialInit</key>
			<false/>
			<key>SysReport</key>
			<false/>
			<key>Target</key>
			<integer>3</integer>
		</dict>
		<key>Entries</key>
		<array>
		</array>
		<key>Security</key>
		<dict>
			<key>AllowNvramReset</key>
			<true/>
			<key>AllowSetDefault</key>
			<true/>
			<key>ApECID</key>
			<integer>0</integer>
			<key>AuthRestart</key>
			<false/>
			<key>BootProtect</key>
			<string>Bootstrap</string>
			<key>DmgLoading</key>
			<string>Signed</string>
			<key>EnablePassword</key>
			<false/>
			<key>ExposeSensitiveData</key>
			<integer>6</integer>
			<key>HaltLevel</key>
			<integer>2147483648</integer>
			<key>PasswordHash</key>
			<data></data>
			<key>PasswordSalt</key>
			<data></data>
			<key>SecureBootModel</key>
			<string>Disabled</string>
			<key>ScanPolicy</key>
			<integer>0</integer>
			<key>Vault</key>
			<string>Optional</string>
		</dict>
		<key>Tools</key>
		<array>
		</array>
	</dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict>
				<key>DefaultBackgroundColor</key>
				<data>AAAAAA==</data>
				<key>UIScale</key>
				<data>AQ==</data>
			</dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>rtc-blacklist</key>
				<data></data>
			</dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<dict>
				<key>SystemAudioVolume</key>
				<data>Rg==</data>
				<key>boot-args</key>
				<string>-v keepsyms=1 debug=0x100 agdpmod=vit9696</string>
				<key>csr-active-config</key>
				<data>AAAAAA==</data>
				<key>prev-lang:kbd</key>
				<string>en-US:0</string>
				<key>run-efi-updater</key>
				<string>No</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<array>
				<string>UIScale</string>
				<string>DefaultBackgroundColor</string>
			</array>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>rtc-blacklist</string>
			</array>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<array>
				<string>boot-args</string>
			</array>
		</dict>
		<key>LegacyEnable</key>
		<false/>
		<key>LegacyOverwrite</key>
		<false/>
		<key>LegacySchema</key>
		<dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<array>
				<string>EFILoginHiDPI</string>
				<string>EFIBluetoothDelay</string>
				<string>LocationServicesEnabled</string>
				<string>SystemAudioVolume</string>
				<string>SystemAudioVolumeDB</string>
				<string>SystemAudioVolumeSaved</string>
				<string>bluetoothActiveControllerInfo</string>
				<string>bluetoothInternalControllerInfo</string>
				<string>flagstate</string>
				<string>fmm-computer-name</string>
				<string>nvda_drv</string>
				<string>prev-lang:kbd</string>
			</array>
			<key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key>
			<array>
				<string>Boot0080</string>
				<string>Boot0081</string>
				<string>Boot0082</string>
				<string>BootNext</string>
				<string>BootOrder</string>
			</array>
		</dict>
		<key>WriteFlash</key>
		<true/>
	</dict>
	<key>PlatformInfo</key>
	<dict>
		<key>Automatic</key>
		<true/>
		<key>CustomMemory</key>
		<false/>
		<key>Generic</key>
		<dict>
			<key>AdviseWindows</key>
			<false/>
			<key>MLB</key>
			<string>C02536100QXGDQPJA</string>
			<key>ProcessorType</key>
			<integer>1797</integer>
			<key>SystemMemoryStatus</key>
			<string>Auto</string>
			<key>ROM</key>
			<data></data>
			<key>SpoofVendor</key>
			<true/>
			<key>SystemProductName</key>
			<string>MacBookPro11,4</string>
			<key>SystemSerialNumber</key>
			<string>C02QC0HZG8WN</string>
			<key>SystemUUID</key>
			<string>D28B7C1F-1CF2-43F6-8471-0D6C9B3DE7A6</string>
		</dict>
		<key>UpdateDataHub</key>
		<true/>
		<key>UpdateNVRAM</key>
		<true/>
		<key>UpdateSMBIOS</key>
		<true/>
		<key>UpdateSMBIOSMode</key>
		<string>Create</string>
	</dict>
	<key>UEFI</key>
	<dict>
		<key>APFS</key>
		<dict>
			<key>EnableJumpstart</key>
			<true/>
			<key>GlobalConnect</key>
			<false/>
			<key>HideVerbose</key>
			<true/>
			<key>JumpstartHotPlug</key>
			<false/>
			<key>MinDate</key>
			<integer>0</integer>
			<key>MinVersion</key>
			<integer>0</integer>
		</dict>
		<key>Audio</key>
		<dict>
			<key>AudioCodec</key>
			<integer>0</integer>
			<key>AudioDevice</key>
			<string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
			<key>AudioOut</key>
			<integer>0</integer>
			<key>AudioSupport</key>
			<false/>
			<key>MinimumVolume</key>
			<integer>20</integer>
			<key>PlayChime</key>
			<false/>
			<key>VolumeAmplifier</key>
			<integer>0</integer>
		</dict>
		<key>ConnectDrivers</key>
		<true/>
		<key>Drivers</key>
		<array>
			<string>HfsPlus.efi</string>
			<string>OpenRuntime.efi</string>
		</array>
		<key>Input</key>
		<dict>
			<key>KeyFiltering</key>
			<false/>
			<key>KeyForgetThreshold</key>
			<integer>5</integer>
			<key>KeyMergeThreshold</key>
			<integer>2</integer>
			<key>KeySupport</key>
			<true/>
			<key>KeySupportMode</key>
			<string>Auto</string>
			<key>KeySwap</key>
			<false/>
			<key>PointerSupport</key>
			<false/>
			<key>PointerSupportMode</key>
			<string>ASUS</string>
			<key>TimerResolution</key>
			<integer>50000</integer>
		</dict>
		<key>Output</key>
		<dict>
			<key>ClearScreenOnModeSwitch</key>
			<false/>
			<key>ConsoleMode</key>
			<string></string>
			<key>DirectGopRendering</key>
			<false/>
			<key>ForceResolution</key>
			<false/>
			<key>IgnoreTextInGraphics</key>
			<false/>
			<key>ProvideConsoleGop</key>
			<true/>
			<key>ReconnectOnResChange</key>
			<false/>
			<key>ReplaceTabWithSpace</key>
			<false/>
			<key>Resolution</key>
			<string>Max</string>
			<key>SanitiseClearScreen</key>
			<false/>
			<key>TextRenderer</key>
			<string>BuiltinGraphics</string>
			<key>UgaPassThrough</key>
			<false/>
		</dict>
		<key>ProtocolOverrides</key>
		<dict>
			<key>AppleAudio</key>
			<false/>
			<key>AppleBootPolicy</key>
			<false/>
			<key>AppleDebugLog</key>
			<false/>
			<key>AppleEvent</key>
			<false/>
			<key>AppleFramebufferInfo</key>
			<false/>
			<key>AppleImageConversion</key>
			<false/>
			<key>AppleImg4Verification</key>
			<false/>
			<key>AppleKeyMap</key>
			<false/>
			<key>AppleRtcRam</key>
			<false/>
			<key>AppleSecureBoot</key>
			<false/>
			<key>AppleSmcIo</key>
			<false/>
			<key>AppleUserInterfaceTheme</key>
			<false/>
			<key>DataHub</key>
			<false/>
			<key>DeviceProperties</key>
			<false/>
			<key>FirmwareVolume</key>
			<false/>
			<key>HashServices</key>
			<false/>
			<key>OSInfo</key>
			<false/>
			<key>UnicodeCollation</key>
			<false/>
		</dict>
		<key>Quirks</key>
		<dict>
			<key>DeduplicateBootOrder</key>
			<true/>
			<key>ExitBootServicesDelay</key>
			<integer>0</integer>
			<key>IgnoreInvalidFlexRatio</key>
			<true/>
			<key>ReleaseUsbOwnership</key>
			<false/>
			<key>RequestBootVarRouting</key>
			<true/>
			<key>TscSyncTimeout</key>
			<integer>0</integer>
			<key>UnblockFsConnect</key>
			<false/>
		</dict>
		<key>ReservedMemory</key>
		<array>
		</array>
	</dict>
</dict>
</plist>

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

(己解决)黑苹果驱动英特尔核显疑问记录 的相关文章

随机推荐

  • React全局状态管理(state)之Context的使用方法

    状态之间传递 xff0c 一般由父组件向下传递给子组件 如果有的状态是全局都要用的话 xff0c 这样专递就太麻烦了 谈到全局状态管理 xff0c 不得不说Redux xff0c 很有名气 xff0c 个人认为比较适合大型项目开发 没做过什
  • Vue实现的打字通

    web版在线打字程序 演示地址 xff1a http itkey fun index jsp 代码 xff1a lt html gt lt head gt lt meta http equiv 61 34 Content Type 34 c
  • 华为低版本手机无法正常安装软件(失败原因:验证失败)解决办法

    手里有个备用机4年前的华为手机 xff0c 安装软件的时候发现安装不了 失败原因 验证失败 这就难受啦 xff0c 老手机不当手机吗 xff1f 每次打开APP都提示需要升级 xff0c 但是点了升级又升级不了 xff0c 好糟心啊 我本身
  • React Native拿来主义1-Dating_UI(聊天UI)

    做聊天应用可以借鉴一下 效果展示 React Native拿来主义1 Dating 聊天页面 会话列表页面 GITHUB https github com Minte grace Dating UI 源码下载方式2 https downlo
  • 2018年,Java程序员转型大数据开发,是不是一个好选择?

    近日网上有一篇关于Java程序员职场生存现状的文章 2017年 Java 程序员 xff0c 风光背后的危机 xff0c 在Java程序员圈子里引起了广泛关注和热议 2017年 xff0c Java 程序员面临更加激烈的竞争 不得不承认 x
  • Oracel如何强行断开连接的用户--ORA-01940:无法删除当前连接的用户

    数据重新导入 xff0c 有的时间需要删除用户重新创建 xff0c 这样数据比较干净一些 但是删除用户时遇到如下的错误 ORA 01940 无法删除当前连接的用户 查询当前连接用户 select username sid serial pa
  • oracle 建视图引用其他用户的表授权

    oracle 建视图引用其他用户的表授权eg grant select on tuser to USR JSSSFJGGDZYXX BX with grant option 要加上 with grant option选项 a用户登录 gra
  • CentOS7防火墙管理与配置

    有一台服务器 xff0c 上面部署了好几个服务 xff0c 涉及端口比较多 xff0c 想想配置好麻烦 xff0c 当时想偷懒就把防火墙关闭了 安全测试老是一堆问题 xff0c 老是要升级各种tomcat xff0c ssh服务之类的 xf
  • React Native 中布局入门

    我在做布局的时候 xff0c 大部分时间看这个例子就够了 xff0c 分享给大家 Properties To choose the right layout for a component 39 s children we must mak
  • clover黑苹果正常安装,安装完后找不到Mac OS启动图标的解决办法

    身边有小伙伴没有苹果电脑 xff0c 但是又想体验Mac os 帮几个朋友安装过黑苹果 其中遇到两次 xff0c 系统安装正常 xff0c 能正常进桌面 xff0c 重启以后就找不到启动图标了 一开始不知道什么原因 xff0c 百度搜也没搜
  • Windows2000系统下载安装,怀念一下

    今天突然心血来潮 xff0c 想怀念一个windows2000 操作系统 好像是我接触的第一个操作系统了 xff0c 当年为了研究windows 2000系统的安装方法 xff0c 看了好多书 不对 xff0c 貌似之前也用过windows
  • React 使用Ant Design组件2020年11月

    今天同事问我一个问题 xff0c 说他搭的ant项目样式错乱 我去看了一下 xff0c 愣是看了半天没发现问题原因 最终后来才发现是Ant Design组件配置的问题 我不得不在这里吐槽一下And Design这篇文档https mobil
  • Windows XP 下载与安装-怀念过去

    前段时间刚安装了windows 2000系统 xff0c 今天想安装一下windows xp怀念一下 其实windows xp时代安装操作系统大部分都是使用ghost安装的 xff0c 那时候的番茄花园 xff0c 电脑公司 xff0c 深
  • 免费的在线版photoshop网站推荐

    我是一个普通的开发者 xff0c 不是专业的photoshop使用者 偶尔能用到photoshop xff0c 但是频率比较低 简单的修图改改尺寸之类的 电脑的存储空间老是提醒不够用 xff0c 想卸载又不能卸载 关键是有些同事懒自己电脑上
  • 盘点MAC下用过的五笔输入法

    五笔输入法现在越来越小众了 xff0c 开发者们更新也相对比效慢 xff08 对比拼音输入 xff09 windows中五笔输入法也用过很多种 xff0c 相对最喜欢的是QQ五笔输入法 xff0c QQ五笔输入法最近几年更新也很少 从win
  • Spring Boot修改最大上传文件限制:The field file exceeds its maximum permitted size of 1048576 bytes.

    SpringBoot做文件上传时出现了The field file exceeds its maximum permitted size of 1048576 bytes 错误 xff0c 显示文件的大小超出了允许的范围 查看了官方文档 x
  • “辶”“廴”偏旁的字五笔拆字

    打了好多年五笔 xff0c 连 字拆字是lpk 如果补码用最后一笔算的话 xff0c 不应是lpi吗 xff1f 正解 五笔输入法有个规定 xff1a 凡是 辶 廴 偏旁的字 xff0c 末笔都取里面部分的最后一笔 这样才会减少重码 如果不
  • React Native开发的应用在android下闪退

    最近遇到个奇怪的问题 xff0c 以前本来正常使用的APP xff08 0 63 2 xff09 xff0c 自从升级到0 63 3并且引用的组件全部升级 在android下经常闪退 但是ios下很正常没有任何问题 各种排除法 xff0c
  • windows 查看文件的MD5值

    有时下载的文件 xff0c 需要检查一下是否正确 certutil hashfile macOS11 0 1 dmg MD5 查一下 xff0c 还是有必要的 有次我下载的系统镜像我没查 xff0c 快安装完了 xff0c 提示文件已损坏
  • (己解决)黑苹果驱动英特尔核显疑问记录

    这是一个求助文章 xff01 求大佬帮忙解惑 xff01 求大佬提供一个4代的Opencore的EFI做下参考 型号 xff1a 联想 xff08 Lenovo xff09 拯救者 14 0英寸游戏本 xff08 i7 4720HQ 8G