Тормозит видео в линуксе..(

Sep 11, 2014 23:07

Вообще я видео редко смотрю.
Но когда смотрю - оказывается, что наблюдаются некоторые тормоза - как будто не 30 кадров в секунду, а 20, например.

Что имеем:

glxinfo -i | grep render
direct rendering: No (-i specified)
OpenGL renderer string: Mesa DRI Intel(R) Haswell x86/MMX/SSE2

Ещё несколько команд и их выводов под катом...


glxinfo | grep vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: Intel Open Source Technology Center

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 041e (rev 06)
glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
304 frames in 5.0 seconds = 60.681 FPS
301 frames in 5.0 seconds = 60.033 FPS

glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell x86/MMX/SSE2
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.1
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 9.2.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:

glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) Haswell x86/MMX/SSE2
GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent,

Кто виноват и что делать?

linux, видео

Previous post Next post
Up