I recently install HD6670 GPU on my PC. My OS is Ubuntu 12.04 64 bits :
My GPU is correctly installed :
Code: Select all
$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks XT [Radeon HD 6670/7670]
Code: Select all
thierry@thierry-GA-880GM-UD2H:~$ fglrxinfo
display: :0 screen: 0
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x300)
OpenGL version string: 1.4 (2.1 Mesa 8.0.4)
Code: Select all
thierry@thierry-GA-880GM-UD2H:~$ glxgears
2649 frames in 5.0 seconds = 527.454 FPS
2800 frames in 5.0 seconds = 559.008 FPS
3100 frames in 5.0 seconds = 616.885 FPS
2560 frames in 5.0 seconds = 509.055 FPS
Code: Select all
thierry@thierry-GA-880GM-UD2H:~$ glxheads
glxheads: exercise multiple GLX connections (any key = exit)
Usage:
glxheads xdisplayname ...
Example:
glxheads :0 mars:0 venus:1
Name: :0
Display: 0xf67350
Window: 0x4600002
Context: 0xf74ba0
GL_VERSION: 1.4 (2.1 Mesa 8.0.4)
GL_VENDOR: VMware, Inc.
GL_RENDERER: Gallium 0.4 on llvmpipe (LLVM 0x300)
^C
Last time, I installed a game on wine 1.7.18 with my older GPU (HD4250) and it work fine but it was very slow. Today, with my new HD6670, when I try this game I get this echo in terminal :
Code: Select all
$ wine Driving\ Simulator\ 2012.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly (using GL renderer "Gallium 0.4 on llvmpipe (LLVM 0x300)", version "1.4 (2.1 Mesa 8.0.4)").
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 0x300)").
X Error of failed request: GLXBadRenderRequest
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 259
Current serial number in output stream: 260
Best Regards