- 你的位置 /
- 苹果系统之家 /
- 正文
v1.6.4
- Fixed Radeon RX 5500 XT identification regression
v1.6.3
- Added various GPU identifiers from different Macs
- Added
disable-telemetry-load
to disable iGPU telemetry loading that may cause a freeze during startup on certain laptops such as Chromebooks.
v1.6.2
- Added W7170M/S7100X ID
v1.6.1
- Improved Skylake graphics spoofing support by removing profile 2 from VTSupportedProfileArray on macOS 13+, thanks @abenraj and @dhinakg
v1.6.0
- Added constants required for macOS 13 update
- Added Skylake graphics spoofing support on macOS 13+ by @dhinakg
- Modified brightness change requests to replace previous requests instead of queuing
v1.5.9
- Add AMD prefix for all Radeon cards to follow latest Apple naming scheme
v1.5.8
- Inverted logic for GVA support, which is now disabled by default and can be enabled by
enable-gva-support
.
v1.5.7
- Fixed maximum backlight level on Ice Lake IGPUs
v1.5.6
- Fixed deprecated code in unfairgva
v1.5.5
- Changed the default delay of optimizing display data buffer allocations from 0 to 1 second to fix the issue that both internal and external displays flicker on some Ice Lake-based laptops. (Thanks @m0d16l14n1)
- Disabled the black screen fix on Ice Lake platforms as it is only applicable to SKL/KBL/CFL/CML platforms.
- Disabled the force complete modeset submodule on Ice Lake platforms as HDMI/DVI connections are not supported by the driver.
- Added AMD Radeon RX 5000 series PWM backlight control support. (Thanks to @kingo132)
v1.5.4
- Added the fix for the short period garbled screen after the system boots on Ice Lake platforms. (by @0xFireWolf, also thanks @m0d16l14n1 and @kingo132)
v1.5.3
- Added
no-gfx-spoof
to avoid forcingdevice-id
values from PCI I/O. - Added the backlight smoother submodule that makes brightness transitions smoother on Intel IVB+ platforms. (by @0xFireWolf)
- MMIO Register Access submodules are now available on Intel IVB+ platforms. (by @0xFireWolf)
- Improved ASUS-made AMD R9 380 GPU identification
- Fixed
applbkl
property with<00 00 00 00>
value failing to disable backlight patches - Note: This release requires Lilu v1.5.6 or later.
v1.5.2
- Added
device-id
spoofing support for AMD graphics
v1.5.1
- Added constants required for macOS 12 update
- Added Intel Arrandale graphics support on 10.6 and 10.7 64-bit
v1.5.0
- Fixed AMD WX-4170 name for 67E0 device id
- Added NVIDIA driver error logging with
-ngfxdbg
v1.4.9
- Added per-GPU disabling API: inject
disable-gpu
to disable - Added per-GPU disabling kernel version specification: inject
disable-gpu-min
/disable-gpu-max
to select kernel version to disable (inclusive range) - Added IGPU disabling API: inject
disable-gpu
to disable or use-wegnoigpu
boot argument - Optimised Rocket Lake startup as IGPU is unsupported
v1.4.8
- Fixed debug messages from cursor manipulation with NVIDIA GPUs on macOS 11
v1.4.7
- Implemented
unfairgva
device property (use<01 00 00 00>
value for MP5,1 to enable streaming DRM)
v1.4.6
- Backlight registers fix replaces the previous Coffee Lake backlight fix and is now available on Intel Ice Lake platforms.
- Boot argument
igfxcflbklt=1
as well as device propertyenable-cfl-backlight-fix
are deprecated and replaced by-igfxblr
andenable-backlight-registers-fix
. - Add max pixel clock override through
-igfxmpc
boot argument orenable-max-pixel-clock-override
andmax-pixel-clock-frequency
device properties - Moved PNLF samples to OpenCore
v1.4.5
- Enabled loading in safe mode (mainly for AGDP fixes)
- Resolved an issue that the maximum link rate fix is not working properly on Intel Comet Lake platforms. (Thanks @CoronaHack)
- Allowed enabling
igfxrpsc
on Comet Lake - Fixed failed to route IsTypeCOnlySystem warning from Skylake to Ice Lake
v1.4.4
- Extended the maximum link rate fix: Now probe the rate from DPCD automatically and support Intel ICL platforms. (by @0xFireWolf)
- Fixed an issue that LSPCON driver causes a page fault if the maximum link rate fix is not enabled. (by @0xFireWolf)
v1.4.3
- Added CFL and CML P630
- Added MacKernelSDK with Xcode 12 compatibility
- Fixed loading on macOS 10.11 and earlier
v1.4.2
- Fixed
disable-external-gpu
(-wegnoegpu
) on some systems - Disabled RPS control patch by default due to a bug in 10.15.6 IGPU drivers
- Replaced
igfxnorpsc=1
withigfxrpsc=1
to opt-in RPS control patch - Support all valid Core Display Clock (CDCLK) frequencies to avoid the kernel panic of “Unsupported CD clock decimal frequency” on Intel ICL platforms. (by @0xFireWolf)
- Fix the kernel panic caused by an incorrectly calculated amount of DVMT pre-allocated memory on Intel ICL platforms. (by @0xFireWolf)
v1.4.1
- Added
igfxmetal=1
boot argument (andenable-metal
property) to enable Metal on offline IGPU - Fixed applying patches on CometLake IGPUs, thx @apocolipse
- Added constants required for 11.0 update
- Added the use of RPS control for all the command streamers on IGPU (disabled via
igfxnorpsc=1
) - Add
-igfxvesa
to disable Intel Graphics acceleration. - Fix black screen on igfx since 10.15.5
- Add workaround for rare force wake timeout panics on Intel KBL and CFL.
- Add Intel Westmere graphics support.
v1.4.0
- Added 0x3EA6, 0x8A53, 0x9BC4, 0x9BC5, 0x9BC8 IGPU device-id
- Fixed
framebuffer-conX-alldata
patching regression - Added
disable-hdmi-patches
device property alias to-igfxnohdmi
v1.3.9
- Added
igfxdumpdelay
boot argument to delay-igfxdump
in ms - Partially fix ICL framebuffer patching
- Add support to injecting
Force_Load_FalconSMUFW
from OpenCore - Disabled automatic enabling of GVA for Polaris on 10.13 and lower
- Replaced -radnogva argument with radgva=0/1 to force GVA for Polaris
- Added
wegtree=1
boot argument (rebuild-device-tree
property) to force device renaming on Apple FW
v1.3.8
- Added
igfxfw=2
boot argument andigfxfw
IGPU property to load Apple GuC firmware - Added
igfxpavp=1
boot argument (andigfxpavp
property) to force enable PAVP output - Added
igfxfcms=1
boot argument (andcomplete-modeset
property) on Skylake and Apple - Improved performance with Lilu 1.4.3 APIs
- Added
-igfxfbdbg
boot argument to debug IGPU framebuffer (debug builds only) - Added
igfxagdc=0
boot argument anddisable-agdc
IGPU property to disable AGDC - Added
igfxonln=1
boot argument andforce-online
IGPU property force online status for all displays - Added
igfxonlnfbs=MASK
boot argument andforce-online-framebuffers
IGPU property to override display status
v1.3.7
- Improved the maximum link rate fix: Now correct the value read from extended DPCD as well. (by @0xFireWolf)
- Improved firmware loading handling on 10.15.4 (may fix booting issues on KBL+)
- Improved support for Comet Lake IGPUs (thx @stormbirds)
v1.3.6
- Enabled CoreLSKD streaming patches by default for AMD hardware DRM on Ivy Bridge
- Repurposed 64 bit for FP 2.x streaming hardware accelerated streaming patches (can be used as
shikigva=80
) - Fixed accelerator name update logic for X4xxx kexts
- Fixed Verde IOGVACodec injection to make hardware video decoder work
- Enable software TV+ decoding on all CPUs without IGPU (
shikigva=256
) - Added HEVC capabilities to AMD6 decoders for all GPUs (disabled by
-radnogva
ordisable-gva-support
) - Added HW decoder device-id spoofing via
-radcodec
boot-arg, by @osy86
v1.3.5
- Added Lilu 1.4.0 support, which is now the minimum supported version
- Dropped legacy boot arguments (
-shikigva
,-shikifps
) - Fixed handling
agdpmod
GPU property (in IGPUs and in conjunction with boot-arg) - Added
-wegtree
boot argument to force device renaming - Fixed FairPlay DRM playback patches on 10.15
- Added
shikigva
andshiki-id
aliases in IORegistry - Added
applbkl
aliases to IORegistry (data, 32-bit) - Added
applbkl-name
andapplbkl-data
IORegistry data keys to provide custom backlight data - Fixed applying CoreFP patches on Apple firmware, when they are not needed
- Added
shikigva=16
(repurposed) property to use AMD hardware DRM decoder in select apps - Added
shikigva=128
(repurposed) property to use hardware decoder for FairPlay 1.0 (can be used asshikigva=144
) - Do not disable DRM patches when
shikigva
is used even on Apple hardware for MacPro5,1 support
v1.3.4
- Added support for disabled AppleGraphicsDevicePolicy in AMD drivers on 10.15.1
- Added basic support for
-radcfg
and-radgl
on AMD Navi GPUs
v1.3.3
- Rework backlight panel info injection to fix Mac issues
v1.3.2
- Added more GPUs for detection
- Enable IGPU graphics kernel panic workaround on 10.14.4+ on SKL
v1.3.1 更新
- Fixed an issue that LSPCON driver fails to set the mode after the adapter power is off, i.e. sleep/wake up cycle.
- Unified release archive names
- Enforce complete IGPU modeset on Kaby Lake and newer (overridable by igfxfcmsfbs bootarg or
complete-modeset-framebuffers device property) - Disable VRAM testing on AMD GPUs on 10.14.4+ (based on vladie’s patch)
下载
无法打开“xxx”,因为无法确认开发者的身份 无法打开“xxx”,因为无法验证开发者 无法打开“xxx”,因为无法检查其是否包含恶意软件 “xxx” 已损坏,打不开.您应该将它移到废纸篓 解决
目前网站的软件资源都使用蓝奏云和百度网盘服务,100MB以内的文件使用蓝奏云下载,100MB以上的文件使用百度网盘下载。
- 版本
- 大小
- 更新日期
- 下载链接
通告
对于M1/M2芯片的电脑,如果软件官方未兼容 M1/M2,可以使用 Rosetta2 转译运行。在Apple Silicon M1 Mac电脑上安装Rosetta 2 运行intel应用
苹果自家的M1和M2芯片都是ARM架构,所以M1和M2是完全通用的,未来就算有M3芯片,其底层都还是ARM构架,只是芯片名字叫法不一样而已。就像intel芯片虽然有i5、i7、i9等叫法,但底层都是x86构架的,一般直接统称intel芯片。
1.该软件著作权归作者所有,本站所有软件均来源于网络,不保证所有游戏DLC或软件插件内容齐全,仅供学习和研究使用,请支持正版。
2.本站软件大部分为破解版和开源免费软件,如有强迫症需要请购买正版。
3.本站提供的软件、驱动、镜像、mac系统镜像等等其他资源,都不包含任何免费技术服务请大家谅解!
4.本站提供的免登录付费资源购买后不支持退款,下单前请先再三确认需求哈!
5.本站每个软件都会在我们自用的MacBook Pro 13 intel和 M1 MacBook Air 电脑安装测试后发布,以确保安全无后门。
6.关于游戏说明,macOS新系统发布日期大于游戏日期的请自行判断,游戏兼容最好的还是在12系统下畅玩,13系统很难保证所有游戏都能畅玩!另外移植版游戏不保证绝对完美,移植游戏默认不支持iMac、Max机型,介意勿下。13.3+系统大部分移植游戏都不能正常运行。请查看公告日志
7.移植游戏标题中的“2022移植”、“2023移植”是指我们基于win版本的游戏使用2022或2023年的游戏移植程序,并不是说游戏官方有2022或2023最新版的游戏。
8.破解版软件不要登录账号不要更新,如需更新在本站下载新版本,然后卸载老版本重新安装最新版即可。
9.软件功能描述来自软件官网,并非我们测试结果,具体以官网为准,我们不为软件官方描述的功能负责,软件的使用请自行学习研究。
如有下载链接失效或者资源求档,请发送邮件到:macoshome@163.com,客服QQ:201863008(SVIP)。我们收到消息后会尽快回应消息。点我查看部分地区蓝奏云下载链接无法访问问题解决。
安装必看
-
Pkg安装包的游戏 PKG安装包的游戏安装开始后,再最后阶段基本都会有下图的权限提示,这个时候要按照下面的操作设置选择,不然选错了地方就不在启动台里面...
-
macOS系统对于不是从App Store商店下载的软件是有着严格的权限限制,从网上下载的软件在安装或者安装好打开时候都会有相应的提示。 常见的安装问题 ...
-
安装提示错误:Error The installation cannot continue as the installer file may be damag. Download the installer file again. 这个并不是安装镜像...
-
对于Adobe家族软件、CAD软件等等各种软件卸载这个问题,就目前市面的清理软件来说,CleanMyMac X、腾讯柠檬等等这种类型软件卸载功能不是很彻底,我们更推荐...
看看相关
-
限制事件 Lilu内核扩展用于阻止不
-
Lilu.kext 最新版,由vit9696维护,黑苹
-
macOS Big Sur 11系统最新USB无线网卡
-
USBToolBox kext 是一个旨在使 USB 映
-
驱动版本 387.10.10.10.40.133
-
本次WiFi驱动更新对10.15系统的支持,
随便看看
-
PowerSphere – 带电力控制器的
-
Maya 是一款专业的三维动画、建模、模
-
Effect Matte 为图层添加了一个尺寸完
-
毫无疑问,专为 Mac 设计的 Office
-
这是一款带有RPG元素和大量古怪道具的
-
1.用Clover Configurator 5.9.3.0 打