http://bugs.winehq.org/show_bug.cgi?id=12771
Darren West deefster@cheerful.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |deefster@cheerful.com
--- Comment #26 from Darren West deefster@cheerful.com 2010-07-20 10:40:53 --- It seems a bit drastic to have to re-emerge that package every time.
One of the things I used to do when I had an nvidia card was to write a script to start the game. Try it and see if it helps.
ex.
#!/bin/bash # This script disables all the text output for Wine # debugging for improved performace. export WINEDEBUG=-ALL export WINEPREFIX=/storage/mywine/GAME GAME_DIR=$WINEPREFIX/GAME cd $GAME_DIR nvidia-settings --load-config-only wine GAME.exe > output.log 2>&1