我怎么知道我的显卡是否可以运行Unity?


23

我有一台支持3D图形的旧笔记本电脑,我怎么知道这是否足以运行Unity?


1
请注意,即使您无法使用Unity,Unity 2d还是一个很棒的选择,具有几乎相同的功能。在新功能更新方面,它比Compiz版本稍差一点,但是我可以在拥有10年以上历史的笔记本电脑上完美运行Unity-2d。
bntser 2011年

Answers:


26

这不是一个完整的答案,而是一个开始在底部包括链接的好地方。 http://www.inalogic.com/component/content/article/34-general/63-demystifying-unitys-graphics-hardware-requirements

这样你就可以跑步

 /usr/lib/nux/unity_support_test -p  

这应该为您提供有关Unity要求以及是否满足要求的详细输出,例如:

OpenGL vendor string:   NVIDIA Corporation
OpenGL renderer string: GeForce 6600 GT/PCI/SSE2/3DNOW!
OpenGL version string:  2.1.2 NVIDIA 270.30

Not software rendered:    yes
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:        yes
GL fragment program:      yes
GL vertex buffer object:  yes
GL framebuffer object:    yes
GL version is 1.4+:       yes

Unity supported:          yes

(请注意,该显卡已经使用了六年,运行Unity时没有性能问题。)

虽然作为轶事,我曾在装有劣质图形卡(Dell D600)的旧笔记本电脑上尝试过unity-2d,老实说,我还是很喜欢。我并不是说每个人都会喜欢改用Unity,但是我决定以我能做的任何形式尝试一下,看看到目前为止我是否喜欢它。


...并且该链接给出了404 Not Found。
罗伯特·西默

unity_support_test在“ nux-tools”软件包中(至少在natty中)。
罗伯特·西默


2

好了,您可以访问unity.ubuntu.com,并检查有关团结的最低要求。如果您有intel卡,则最小为i945和i965。较早的ATi卡提供的性能要比Intel同类产品好得多,Nvidia卡几乎可以很好地处理统一3d。希望这对你有用


英特尔GMA 4500MHD是否兼容?
bruno077 2011年

1
是的,它非常兼容
Mysterio
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.