Spoof ID for Intel HD Graphics 5500 to resolve native ID conflicts

This commit is contained in:
Hoang Hong Quan
2025-03-19 17:59:51 +07:00
parent 0429cc93f3
commit be793b2d29

View File

@@ -125,7 +125,7 @@ class ConfigProdigy:
igpu_properties["AAPL,ig-platform-id"] = "0500260A"
igpu_properties["framebuffer-cursormem"] = "00009000"
elif device_id.startswith(("0B", "16")):
native_supported_ids = ("0BD1", "0BD2", "0BD3", "1606", "160E", "1616", "161E", "1626", "1622", "1612", "162B")
native_supported_ids = ("0BD1", "0BD2", "0BD3", "1606", "160E", "161E", "1626", "1622", "1612", "162B")
if not device_id in native_supported_ids:
igpu_properties["device-id"] = "26160000"
if platform == "Desktop":