I get this error:
fixme:advapi:SetSecurityInfo stub
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_AttachD3DDevice failed, hr = 8876086c
fixme:d3d:IWineD3DDeviceImpl_Release (0x162350) Device released with resources still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x166380 with type 1,WINED3DRTYPE_SURFACE
glxgears runs great so it seems like opengl is working.
fglrxinfo gives:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 4600 Series
OpenGL version string: 2.1.8918
glxinfo gives:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: ATI
server glx version string: 1.4
<rest cut>
I can use GDI mode without issues, but I would REALLY like to use ogl since it is MUCH faster for me.
I got wine to work fine (with some minor issues) on Ubuntu so I know it is probably some setup issue that I have.
Please help me out.
Thanks.
PS: ATI driver was installed using RPM Fusion. Should I try manual install?