From 4d4d0a737726360d390d9088eba3bade31946e7d Mon Sep 17 00:00:00 2001 From: Mike Rodriguez Date: Sat, 21 Oct 2023 11:28:06 -0700 Subject: [PATCH] Refresh rate bug fix. Initial implementation. Initial attempt to fix broken refresh rates. All resolutions should now work with all refresh rates. Some resolutions may use a higher signal mode to accommodate, but the desktop resolution will remain correct. Working to align all active signals and desktop signals. --- option.txt | 139 +++++++++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 69 deletions(-) diff --git a/option.txt b/option.txt index fc1ba85..7bc082d 100644 --- a/option.txt +++ b/option.txt @@ -1,72 +1,73 @@ 1 -640, 480, 60 -800, 600, 60 -1024, 768, 60 -1152, 864, 60 -1280, 600, 60 -1280, 720, 60 -1280, 768, 60 -1280, 800, 60 -1280, 960, 60 -1280, 1024, 60 -1360, 768, 60 -1366, 768, 60 -1400, 1050, 60 -1440, 900, 60 -1600, 900, 60 -1680, 1050, 60 -1600, 1024, 60 -1920, 1080, 30 -1920, 1080, 60 -1920, 1080, 75 -1920, 1080, 90 -1920, 1080, 120 -1920, 1080, 144 -1920, 1080, 165 -1920, 1080, 240 -1920, 1080, 480 +640, 480, 30 +640, 480, 500 +800, 5000, 500 +1024, 768, 500 +1152, 864, 500 +1280, 5000, 500 +1280, 720, 500 +1280, 768, 500 +1280, 800, 500 +1280, 960, 500 +1280, 1024, 500 +1360, 768, 500 +1366, 768, 500 +1400, 1050, 500 +1440, 900, 500 +1600, 900, 500 +1680, 1050, 500 +1600, 1024, 500 1920, 1080, 500 -1920, 1200, 60 -1920, 1440, 60 -2560, 1440, 60 -2560, 1600, 60 -2732, 2048, 60 -2880, 1620, 60 -2880, 1800, 60 -3008, 1692, 60 -3200, 1800, 60 -3200, 2400, 60 -3840, 2160, 60 -3840, 2400, 60 -4096, 2304, 60 -4096, 2560, 60 -5120, 2880, 60 -6016, 3384, 60 -7680, 4320, 60 -2560, 1080, 60 -2880, 1200, 60 -3440, 1440, 60 -3840, 1600, 60 -4320, 1800, 60 -5120, 2160, 60 -5760, 2400, 60 -6880, 2880, 60 -7680, 3200, 60 +1920, 1200, 500 +1920, 1440, 500 +2560, 1440, 500 +2560, 1600, 500 +2732, 2048, 500 +2880, 1620, 500 +2880, 1800, 500 +3008, 1692, 500 +3200, 1800, 500 +3200, 2400, 500 +3840, 2160, 500 +3840, 2400, 500 +4096, 2304, 500 +4096, 2560, 500 +5120, 2880, 500 +6016, 3384, 500 +7680, 4320, 500 +2560, 1080, 500 +2880, 1200, 500 +3440, 1440, 500 +3840, 1600, 500 +4320, 1800, 500 +5120, 2160, 500 +5760, 2400, 500 +6880, 2880, 500 +7680, 3200, 500 +8640, 3600, 500 +10240, 432, 500 +2880, 900, 500 +3840, 1080, 500 +3840, 1200, 500 +4320, 1200, 500 +5120, 1440, 500 +5120, 1600, 500 +5760, 1600, 500 +5760, 1800, 500 +6400, 1800, 500 +6480, 1800, 500 +7680, 2160, 500 +7680, 2400, 500 +8640, 2400, 500 +2388, 1668, 500 +2400, 1080, 500 +3456, 2234, 500 +8640, 3600, 30 8640, 3600, 60 -10240, 432, 60 -2880, 900, 60 -3840, 1080, 60 -3840, 1200, 60 -4320, 1200, 60 -5120, 1440, 60 -5120, 1600, 60 -5760, 1600, 60 -5760, 1800, 60 -6400, 1800, 60 -6480, 1800, 60 -7680, 2160, 60 -7680, 2400, 60 -8640, 2400, 60 -2388, 1668, 60 -2400, 1080, 60 -3456, 2234, 60 +8640, 3600, 75 +8640, 3600, 90 +8640, 3600, 120 +8640, 3600, 144 +8640, 3600, 165 +8640, 3600, 240 +8640, 3600, 480 \ No newline at end of file