Resolve Color Strobing on AMD TeraScale 2 GPUs

This commit is contained in:
Mykola Grymalyuk
2022-02-02 21:03:46 -07:00
parent e0af3206cf
commit bea1e92a3b
4 changed files with 130 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.4.2" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.3.0" # PatcherSupportPkg
self.patcher_support_pkg_version = "0.3.1" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"
self.discord_link = "https://discord.gg/rqdPgH8xSN"
-7
View File
@@ -274,13 +274,6 @@ class PatchSysVolume:
utilities.process_status(utilities.elevated(["update_dyld_shared_cache", "-root", f"{self.mount_location}/"]))
print("- Patching complete")
print("\nPlease reboot the machine for patches to take effect")
if self.amd_ts2 is True and self.constants.allow_ts2_accel is True:
print(
"""\nPlease note that with ATI TeraScale 2 GPUs, you may experience colour strobing
on reboot. Please use SwitchResX or ResXtreme to force 1 million colours on your
monitor to fix this. If you are epileptic, please ask for someone to aid you or
set million colour before rebooting"""
)
if self.constants.gui_mode is False:
input("\nPress [ENTER] to continue")