-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WEG connector patches not working with fake ID #2045
Comments
try ig-platform-id 00001659 |
@Lorys89 Those are exactly the ids I tried, and weg is latest also. |
use the last lilu https://github.com/acidanthera/Lilu/suites/6922581394/artifacts/269227911 Spoof Skylake as Kaby Lake on macOS Ventura (13) and aboveFirst, make sure that WhateverGreen v1.6.0 and above is used. Then, use SKLAsKBLGraphicsInfo.kext by loading it with the bootloader. Eventually, it is necessary to fake |
@Lorys89 Thanks, that seems work for ventura. I was trying to do this for for monterey as a test before switching to ventura, is that possible? I think the only way is to modify the code getKernelVersion() >= KernelVersion::Ventura to test this on monterey |
Hello, First and foremost, I would like to remind that this is our bugtracker, where discussions do not fit. Please seek help on forums instead. Secondly, acidanthera/Lilu#83 is not related to framebuffer patching at all; this is definitely misleading news. Thirdly, there is no support for SKL spoofing at this moment, as it has not been properly tested. This is the reason why acidanthera/WhateverGreen#101 has not been merged yet. I have converted this PR to draft to avoid further confusions. Last but not least, this issue does not look like any decent bug report. Locking from further conversations. |
For a HD 530 (1912), trying to force load KBL drivers by device properties:
device-id: 16590000
AAPL,ig-platform-id: 00001659
But it seems any framebuffer-conX- patch is not working. For example
framebuffer-con1-enable 01000000
framebuffer-con1-busid/type/index will not work (only one display working and changes not reflected in ioreg)
But these same patches work when using not injecting device-id and AAPL,ig-platform-id is set to 00001219.
The text was updated successfully, but these errors were encountered: