http://bugs.winehq.org/show_bug.cgi?id=25912 l.lemarinel(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |l.lemarinel(a)gmail.com --- Comment #9 from l.lemarinel(a)gmail.com 2012-04-25 08:29:42 CDT --- This bug can be worked around with this little script. I had the same problem, with a Nvidia GF 8600M GS card, and this work-around do the trick ! #! /bin/bash xterm -iconic -title "Sketchup Refresher (xterm)" -e "watch -n 0.3 xrefresh -geometry 1x1+500+500" & watchPID=$! echo $watchPID env WINEPREFIX="/home/MyUser/.wine" wine "C:\Program Files\Google\Google SketchUp 8\SketchUp.exe" kill $watchPID Hope this help ! -- 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.