InterviewSolution
| 1. |
How Do I Know If My Video Card Can Run Unity? |
|
Answer» /usr/lib/nux/unity_support_test -p Which should give you some DETAILED output about Unity's requirements and if they are MET, e.g.: 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 frame buffer object: yes GL version is 1.4+: yes Unity supported: yes /usr/lib/nux/unity_support_test -p Which should give you some detailed output about Unity's requirements and if they are met, e.g.: 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 frame buffer object: yes GL version is 1.4+: yes Unity supported: yes |
|