http://bugs.winehq.org/show_bug.cgi?id=12327
Matt Callaghan fermulator@sympatico.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fermulator@sympatico.ca
--- Comment #15 from Matt Callaghan fermulator@sympatico.ca 2009-01-22 19:58:13 --- I can confirm this bug with the following config:
* ATI Radeon X1950 - Using Latest ATI Drivers: {{{ fermulator@fermmy:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: Radeon X1950 Series OpenGL version string: 2.1.8304 Release }}} * Wine Version: {{{ fermulator@fermmy:~$ wine --version wine-1.1.13 }}}
Here's how I start TF2: {{{ env WINEDEBUG=fixme-all env WINEPREFIX="/home/fermulator/.wine" padsp wine explorer /desktop=steam,1680x1050 "/mnt/storage/Steam/Steam.exe" -width 1680 -height 1050 -applaunch 440 -console -heapsize 512000 -novid +map_background none "$@" }}}
If I add: {{{ -dxlevel 81 }}} to the command launch, the game no longer freezes on first loading.
Apparently there's an issue with ATI drivers & DX9.1/9.0 functionality?