-
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
New AMD IGPU detection in Lilu breaks GCN 5 (Vega) IGPU detection #2424
Comments
+1 |
I rather commit suicide than commit this update |
it doesnt boot anymore with this commit on amd ryzen igpu |
Could you please provide more details on what exactly happens on which platforms? Also, isn't @Zormeister one of your contributors and wasn't the change coordinated with the patches for the drivers? |
references acidanthera/Lilu#97 |
Tested on AMD hack with AMD iGPU and can't boot at all. |
Sorry, but this is not a support forum, but a bugtracker. Here we require more specific information on the issue. IORegistryExplorer dump would be a good start along with the hardware information. |
@vit9696 That person has left our team since a month ago so these changes were not co-ordinated on our part. These changes make the iGPU not get detected at all (videoBuiltin is null) at least not the Vega (GCN 5) ones. |
Right, will it make sense to revert the change and let you rework the patch as needed if at all? |
These changes currently only make sense for detecting the older iGPUs and not these ones and their successors, as the current code was working fine. As such, currently, it is not our responsibility to support them. I guess you should revert the changes for now and probably contact Zormeister for further elaboration on what to do for legacy AMD iGPUs on this matter. |
This reverts commit 8ae3167. The change breaks GCN 5 IGPU detection at least. references acidanthera/bugtracker#2424
I reverted the change for now. @Zormeister, could you please provide a V2 for the patch so that it does not break the existing setups please? |
working on fixing it |
@VisualEhrmanntraut, @alvindimas05, @ExtremeXT, @EAZYBLACK, please review acidanthera/Lilu#98. |
Alright, it's working for me now. |
i confirmed that this also works on my own machine, i didn't deploy the V1 builds to it, only to the Legacy system originally. |
Working on my machine too, without problems. |
Working on my machine, no issues. |
revert it
The text was updated successfully, but these errors were encountered: