小编chr*_*oph的帖子

OpenGL 使用英特尔显卡以非常低的帧率运行

我得到了两个几乎相同但显卡略有不同的系统:

系统A

product: N10 Family Integrated Graphics Controller
vendor: Intel Corporation
driver: i915
Run Code Online (Sandbox Code Playgroud)

系统B

product: Atom Processor D2xxx/N2xxx Integrated Graphics Controller
vendor: Intel Corporation
driver: gma500
Run Code Online (Sandbox Code Playgroud)

我知道两者都无法提供最佳性能,但系统 B非常慢。以下是主要区别:

结果glmark2

系统A:(55分)

GL_VENDOR:     Intel Open Source Technology Center
GL_RENDERER:   Mesa DRI Intel(R) IGD x86/MMX/SSE2
GL_VERSION:    1.4 Mesa 9.0.3
Run Code Online (Sandbox Code Playgroud)

系统 B:(24 分)

GL_VENDOR:     VMware, Inc.
GL_RENDERER:   Gallium 0.4 on llvmpipe (LLVM 0x301)
GL_VERSION:    2.1 Mesa 9.0.3
Run Code Online (Sandbox Code Playgroud)

结果glxinfo | grep render

系统A:

direct rendering: Yes
OpenGL renderer string: …
Run Code Online (Sandbox Code Playgroud)

performance xorg intel-graphics opengl

4
推荐指数
1
解决办法
4269
查看次数

标签 统计

intel-graphics ×1

opengl ×1

performance ×1

xorg ×1