wjz304 / Hackintosh-EFI-MSI-Z490i-Unify

🖥 MEG Z490I UNIFY + i7-10700K + Radeon RX 5700 XT
MIT License
187 stars 39 forks source link

关于fix drm #37

Closed zzymissyou closed 2 years ago

zzymissyou commented 2 years ago

配置区别 CPU i7-10700 GPU RX6600XT 选取igpu+dgpu那个config 使用时发现drm不正常,改用dgpu那个config drm依然不正常。尝试根据https://dortania.github.io/OpenCore-Post-Install/universal/drm.html 手册修复drm,不成功。 问题描述:1、运行 VDADecoderChecker反馈是正常的。2、测试FairPlay 1.x test无论如何都黑屏(两个config都是如此)。3、apple music播放无损,使用蓝牙无法播放,用耳机插孔也就是内部声卡输出是可以的。4、safri播放netfilx报错。 尝试修复的手段:1、修改启动参数 删除启动参数中的shikigva=80,直接添加在DeviceProperties中,失败。2、使用OpenCore Configurator修改机型为imacpro1,1,测试[FairPlay 1.x test]闪退,其他测试失败

wjz304 commented 2 years ago

关于 Apple Music 中的无损音频 蓝牙问题

wjz304 commented 2 years ago

FairPlay 1.x 原因不详,有待调试,

zzymissyou commented 2 years ago

FairPlay 1.x 原因不详,有待调试,

感谢,第一次折腾hackintosh,这个是个很好的范例,给了我很多帮助

wjz304 commented 2 years ago

我几乎不看剧,netfilx一直没试过,apple TV+ 倒是可以播放,

wjz304 commented 2 years ago

互相学习吧,

zzymissyou commented 2 years ago

关于 Apple Music 中的无损音频 蓝牙问题

并非只有蓝牙,airplay也无法播放,应该还是drm问题。
再次仔细阅读了https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.Chart.md  

11+以上 有核显就会有drm问题,“WhateverGreen Shiki functionality is not planned for inclusion for macOS 11+,Only IGPU-free Mac models allow for full DRM content access given a compatible AMD GPU video decoder” 最后我是用最下方的命令行解决的,defaults write com.apple.AppleGVA gvaForceAMDKE -boolean yes 解决的。 所有命令行都试了还是没法使FairPlay 1.x正常播放。在imac20,2中可以播放,有声音但无图像,在imacp1,1中是QuickTime闪退,区别在于有无iGPU,个人理解可能是和igpu有关。