Linux Mint Debian Edition. Решил поиграть в Starcraft: Broodwar :) Для этого установил WINE версии 1.5.5. Однако после запуска игры увидел жуткие тормоза (все перемещается рывками). Запуск из терминала дал такую информацию:
$ wine StarCraft.exe
fixme:advapi:SetSecurityInfo stub
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "Gallium 0.4 on ATI RS690", version "1.4 (2.1 Mesa 8.0.4)").
fixme:d3d:check_fbo_compat Format WINED3DFMT_R10G10B10A2_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B10G10R10A2_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f2fc,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
Однако glxinfo сообщает что прямой рендеринг включен
$ glxinfo | grep 'render'
direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on ATI RS690
GL_EXT_vertex_array_bgra, GL_NV_conditional_render,
Версии библиотек
$ dpkg -l | grep ' xserver-xorg-video-radeon'
ii xserver-xorg-video-radeon 1:6.14.4-5 amd64 X.Org X server -- AMD/ATI Radeon display driver
$ dpkg -l | grep 'mesa'
ii libgl1-mesa-dri:amd64 8.0.4-2 amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 8.0.4-2 amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 8.0.4-2 amd64 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 8.0.4-2 amd64 Mesa OpenGL utility library (GLU)
ii mesa-utils 8.0.1-2+b3 amd64 Miscellaneous Mesa GL utilities