How can I force any display resolution/timing I want?

痞子三分冷 提交于 2019-12-01 14:06:48

You could try using ChangeDisplaySettings

I'm not sure if it will have all the options provided by the nvidia panel, but certainly the basics like resolution, refresh rate, screen orientation, etc. I've used it myself in the past to dynamically change screen orientation (rotate to landscape/portrait) on a click of a button.

I was able to solve this problem by using the NDA version of the NVAPI. It still was not trivial but all of the tools are there.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!