Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【 Indirect display 】【IddSampleDriver】 The Idd sample driver has a problem in updating the display mode #1184

Open
N0exp opened this issue Jun 14, 2024 · 1 comment
Assignees
Labels

Comments

@N0exp
Copy link

N0exp commented Jun 14, 2024

For example, add two virtual monitors A+B, and then use IddCxMonitorUpdateModes to modify the display mode of the specified monitor, but only A actually changes, and in no case can it change the display mode of B. The first parameter of IddCxMonitorUpdateModes has no real effect. Passing either IDDCX_MONITOR of A or IDDCX_MONITOR of B will change the display mode of A. If I remove monitor A and use IddCxMonitorUpdateModes to change the display mode of B, The parameter error STATUS_INVALID_PARAMETER is returned

@N0exp
Copy link
Author

N0exp commented Aug 5, 2024

I execute the above function on win11, can modify the display Settings, but it still fails on win10, how can I modify it to use normally on win10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants