Initial Shader support + edid resolution parrser#336
Closed
zjoasan wants to merge 7 commits intoVirtualDrivers:masterfrom
Closed
Initial Shader support + edid resolution parrser#336zjoasan wants to merge 7 commits intoVirtualDrivers:masterfrom
zjoasan wants to merge 7 commits intoVirtualDrivers:masterfrom
Conversation
By adding a user_edid.bin in VDD's install path and set <parse_edid_res> to true in vdd_settings.xml. It will replace all resolutions from vdd_settings.xml with what it manage to grab from the edid file. Needs more testing
Limiting the total modes to 92, had issues with to many modes in vddd_settings.xml hindering initializing of VirtualDisplay. When we limit we cut the mode lines over 92, so inorder to let the user chose which modlines to cut we have a sort order. x-desc | x-ass | y-desc| y-ass | ref.rate-desc | ref.rate-ass This is set in vdd_settings.xml, and if the xml is missing the correct tag it will default to x-desc. We also makesure there are no duplicate modelines from edid, like td 1024*768@60 and a identical VIC in CEA block.
Forgot to save the file before commit
Making the RatioLimit true/false in xml. Previous code that might benefit the project is moving and sorting and limiting modes out side of edid_parser
After a few weeks of banging my head against the wall to understand the intricate way of trying to get iddcx and dxgi and d3d11 to work together. It finally built, if some one finds the time / want to subject themself to my shitty code =) I'' gladly help you along on our discord. at least sofar that you an compile and test locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Took a few weeks but at least it built tonight, can't test due to lack of hardware..