I'm using Playonlinux with Origin and Steam. Fifa 12 and Trackmania2 Stadium works with Opensource amdgpu drivers, but are a little bit slow. With opensource drivers glxgears shows 60fps, and with gpu-pro shows near 800
When I try to play games, Origin and Steam works, but when I launch the games I have OpenGL and hardware errors, and is impossible to start them.
The question is, is possible to get work wine with the amd drivers???
Thank you!!
--EDIT--
I'm on Lubuntu 16 64Bit, but on playonlinux I configured 32 bit wine, I saw that is better.
-- EDIT2 --
Here are the messages (all with wine-1.9.17):
STEAM / TM2:
La tarjeta no soporta los requisitos mínimos (DX9 = ShaderModel2).
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
ORIGIN / FIFA 12
Error 0001.
err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\Program Files\\Origin\\imageformats\\qsvg.dll") not found
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
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 3.8, 1fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)").
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded:
Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly
First is amdgpu installed correctly? check withdpkg -l amdgpu-pro
to make sure. IDK if amdgpu even has 32bit support and you should use 64bit WINE for a 64bit OS. – Mark Kirby Aug 25 '16 at 14:38export WINEPREFIX=prefix64
thenexport WINEARCH=win64
andwinecfg
that should put it in 64bit mode. – Mark Kirby Aug 25 '16 at 15:09