That was stupid on my behalf! As I did the config.plist from scratch, I missed theIf you're using a non-HiDPI display,UIScale
should be set toAQ==
.
UIScale
value completely. Thanks for your work and help and sorry for waisting your time!That was stupid on my behalf! As I did the config.plist from scratch, I missed theIf you're using a non-HiDPI display,UIScale
should be set toAQ==
.
UIScale
value completely. Thanks for your work and help and sorry for waisting your time!@cdf - you might want to mention in the first post that the default has changed - the huge icons happened to me as well and I figured that was what had happened and sure enough a change to non HDPI fixed it for me (I have a 27" Apple Cinema Display so no retina)If you're using a non-HiDPI display,UIScale
should be set toAQ==
.
Sorry for the confusion. I've restored the default in the sample config.@cdf - you might want to mention in the first post that the default has changed
What do you mean? Is it suddenly slower as compared to Big Sur 11.2.3 booted through OC 0.6.7? The claim I had read is that Big Sur 11.3 wouldn’t boot at all if a USB 3.0 PCI card was used on a Mac Pro 5,1. Can you clarify any of this?I have been looking at the Ridge stuff. But I think the speeds are not that awsome.
Plistlib Generator 1.1.0 was released with support for OC 0.6.8 (see notable changes), you will need to perform few minor changes to your currentThe guide has been updated to OpenCore version 0.6.8.
setup.py
file, prior executing the usual upgrade process.AppleInput
settings into setup.py example, the rest are all set to failsafe
values: 'UEFI': {
'AppleInput': {
'AppleEvent': 'Builtin',
'CustomDelays': 'Disabled'
}
failsafe
values. However, if you set the CustomDelays
to Disabled
, it will automatically set the KeyInitialDelay
and KeySubsequentDelay
to right Apple values, so you don't have to specifically define them, like you did in your configuration. My goal is the change as little as possible the failsafe values.The configuration changed, see keys added and removed since 0.6.7 release. If you ran an even older version prior current upgrade, you have more changes, best you start from scratch. Refer to OC documentation forInstalled OC 0.6.8 over previous version and replaced config file (no changes).
AppleInput
settings and compare them with @cdf settings. Once you understand well OC, you can move forward to automate your upgrades with Plistlib Generator.My goal is the change as little as possible the failsafe values.
I think there are almost certainly no changes in OC which are stopping this working. Are you still enrolled in the Mac developer or public beta program, if you already were? If not - or anyway - are you 100% sure that hybridization (aka board-id spoofing) is still set correctly? What is reported bycMacPro refuses to recognize update from BS 11.2.2 to BS 11.2.3
Software Update displays: Your Mac is up to date. What I did was:
Installed OC 0.6.8 over previous version and replaced config file (no changes). Booted and works as expected, minus OS version update. And Apple store would not allow OS file download. Any thoughts on that. Thanks in advance.
ioreg -l | grep board-id
?Hi @TECK qq (probably also stupid q) but just to 100% confirm, when running Hackintool - I guess on the same Mac, but booting the last supported OS, without OC (which OS is that?) - it definitely reports 3.46 GHz, right?@startergo Proc shows the correct value now in 0.6.8:
View attachment 1754312
In Hackintool is still wrong:
View attachment 1754314
For BS updates you need to enable hybridization. See the section "Hybridization and related settings" in the Advanced Configuration (Part II) of the first post. Hybridization is not included in the basic config.plist that is part of the first post.cMacPro refuses to recognize update from BS 11.2.2 to BS 11.2.3
Software Update displays: Your Mac is up to date. What I did was:
Installed OC 0.6.8 over previous version and replaced config file (no changes). Booted and works as expected, minus OS version update. And Apple store would not allow OS file download. Any thoughts on that. Thanks in advance.
In Hackintool is still wrong:
This line is always the same with and without OpenCore. I suspect that in your case the frequency would be 3.47GHz... So it may not actually be "wrong."Version: Intel(R) Xeon(R) CPU X5680 @ 3.33GHz
These the failsafe values I use, taken from documentation:So you may want to use the Apple value of 1 for PointerSpeedMul.
'AppleInput': {
'AppleEvent': 'Auto',
'CustomDelays': 'Auto',
'KeyInitialDelay': 0,
'KeySubsequentDelay': 0,
'PointerSpeedDiv': 1,
'PointerSpeedMul': 1
}
You are right, let me adjust this. Fixed, see #102In fact, because KeySupport is disabled, why not also use the failsafe Auto for CustomDelays?
Note that the failsafe for PointerSpeedMul is actually documented as 0...These the failsafe values I use, taken from documentation:
The docs do indeed recommend this but most recommendations do not necessarily apply to real Macs; especially in cases such as this, where there is an OEM option which it says can be reliably used on Apple Hardware. Most will therefore tend to use that on real Macs.`AppleEvent` at `Builtin` (which is the recommended value - all systems, no qualifications) in the docs.
This was in fact removed:The docs do indeed recommend this but most recommendations do not necessarily apply to real Macs; especially in cases such as this, where there is an OEM option which it says can be reliably used on Apple Hardware. Most will therefore tend to use that on real Macs.
Maybe recommended one needs to be added to as to make clear that it is even better than OEM?
That's something else. AppleEvent was moved to be under a new AppleInput section.This was in fact removed:
The reason why I left it as 1 is because it did not make sense to have PointerSpeedDiv set to 1 by default, whileNote that the failsafe for PointerSpeedMul is actually documented as 0
Failsafes are vital, they try to reduce the harm on your system when the configuration is corrupted.As I gather, failsafes are not necessarily recommended, nor even always particularly useful.
This setting does not matter if you haveI would suggest `CustomDelays` = `Disabled`
KeySupport
disabled, therefore is set to failsafe Auto
in Plistlib Generator default configuration.