是否可以检测硬件显示是否完成了显示模式切换的过程?

发布于 2024-09-24 22:52:38 字数 117 浏览 10 评论 0原文

我之所以问这个问题,是因为我刚刚买了一台新的 LCD,在显示模式之间切换大约需要 5 秒,例如从 1920x1080x32bpp 到 1280x800x32bpp。是否存在编程解决方案来检测显示器是否准备好进行视频输出?

The reason I ask is because I just bought a new LCD that takes approximately 5 seconds to change between display modes, such as from 1920x1080x32bpp to 1280x800x32bpp. Does a programmatic solution exist to detect if the display is ready for video output?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人事已非 2024-10-01 22:52:38

我相信答案是“不”。一旦显示适配器开始以新的刷新率等传输新信号,它就完全无法知道显示器需要多长时间来内部处理变化并开始显示图像。这是 DVI 和 VGA 信号的硬件限制,而不是软件限制。

I believe the answer is 'no'. Once the display adapter starts transmitting a new signal in a new refresh rate, etc., it has absolutely no way of knowing how long it takes the display to internally process the change and start showing an image. This is a hardware limitation with both DVI and VGA signals, not a software one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文