更改 Snow Leopard 中的屏幕分辨率
我已经为此努力了几个小时,但还没有找到好的答案。在 Leopard 中,我可以使用带有 CGConfigureDisplayMode 的 Quartz Display Services 以编程方式更改屏幕分辨率。不幸的是,这在 10.6 中已被弃用。
这似乎是一个简单的任务:如何在 Snow Leopard 中使用未弃用的方法更改屏幕分辨率?
谢谢!
I've been plugging away at this for a few hours now, and haven't found a good answer. In Leopard, I can programmatically change the screen resolution using Quartz Display Services with CGConfigureDisplayMode. Unfortunately, this has been deprecated in 10.6.
This seems like a simple task: how can I change the screen resolution with non-deprecated methods in Snow Leopard?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
功能已更新;查看
中的CGConfigureDisplayWithDisplayMode
。The functionality has been updated; take a look at
CGConfigureDisplayWithDisplayMode
in<CoreGraphics/CGDisplayConfiguration.h>
.