http://bugs.winehq.org/show_bug.cgi?id=12771 Darren West <deefster(a)cheerful.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |deefster(a)cheerful.com --- Comment #26 from Darren West <deefster(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.