Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoicware/overrideedid
Clear the EDID Extension Block to Fix App Startup Stutters
https://github.com/zoicware/overrideedid
Last synced: about 13 hours ago
JSON representation
Clear the EDID Extension Block to Fix App Startup Stutters
- Host: GitHub
- URL: https://github.com/zoicware/overrideedid
- Owner: zoicware
- Created: 2024-08-07T03:01:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T03:37:48.000Z (5 months ago)
- Last Synced: 2024-11-05T15:33:55.522Z (about 2 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OverrideEDID
## About
A recent bug has caused certain apps to "stutter" the mouse on startup. Some reddit posts have been made where the user belives its the monitor causing it. [HERE](https://www.reddit.com/r/nvidia/comments/18jdogj/psa_you_may_be_experiencing_stutters_due_to_your/). He then posts a fix which is sort of right [HERE](https://www.reddit.com/r/nvidia/comments/198is3r/update_lg_monitors_causing_stuttering_fix/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button). However only one part of the fix is needed and the rest can be ignored.## The Issue
When opening some apps Ex. Discord a call to the monitors driver is made to read the EDID blocks 1-3 [Source](https://learn.microsoft.com/en-us/windows-hardware/drivers/display/overriding-monitor-edids#overriding-an-edid-with-an-inf). This means we can just clear out block 1's data to get rid of the interrupt that occurs when reading it (Kinda, there is still some data to be read).## Before Fix
https://github.com/user-attachments/assets/fae18eed-2c07-4d11-b2c6-0033975266c8
## After Fix
https://github.com/user-attachments/assets/8e8fa005-febc-49c2-8819-640639f56535