Visual Studio 2010:使用硬件图形加速(如果可用)
我的Via/S3G UniChrome Pro IGP不支持Visual Studio 2010中的硬件加速。什么样的显卡(即具体功能)支持此硬件加速?
My Via/S3G UniChrome Pro IGP does not support hardware acceleration in Visual Studio 2010. What kind of graphic cards (i.e. the specific features) do support this hardware acceleration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 XP 上,使用 VS2010 SP1,您需要覆盖设置才能获得硬件加速。有关详细信息,请参阅此处: http://blogs.msdn.com/b/jasonz/archive/2011/03/03/performance-troubleshooting-article-and-vs2010-sp1-change.aspx
除此之外,VS2010符合WPF硬件加速的要求。对于这些,请参阅本页上的表格,该表格解释了 WPF 需要什么才能将系统视为“第 1 层”或“第 2 层” - 有多个因素。 http://msdn.microsoft.com/en -us/library/system.windows.media.rendercapability.tier.aspx
On XP, with VS2010 SP1 you need to override a setting to get HW acceleration. See here for details: http://blogs.msdn.com/b/jasonz/archive/2011/03/03/performance-troubleshooting-article-and-vs2010-sp1-change.aspx
Beyond that, VS2010 is subject to the requirements of WPF HW acceleration. For those, see the table on this page which explains what WPF needs to have a system considered "Tier 1" or "Tier 2" - there are multiple factors. http://msdn.microsoft.com/en-us/library/system.windows.media.rendercapability.tier.aspx
根据 VS.Net 2010 网站,您需要“支持 DirectX 9 并以 1024 x 768 或更高分辨率显示的显卡”。
不过,似乎普遍缺乏关于到底哪些卡将为您提供加速功能的信息。
According to the VS.Net 2010 site, you need a "DirectX 9 capable video card running at 1024 x 768 or higher-resolution display".
There does seems to be a general lack of information as to exactly what cards will give you the accelerated functionality, tho'.