http://bugs.winehq.org/show_bug.cgi?id=25912
blackravener@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |blackravener@gmail.com
--- Comment #36 from blackravener@gmail.com 2012-08-05 04:43:12 CDT --- (In reply to comment #20)
Workaround 1 (slow): Run using the command line: env LIBGL_ALWAYS_SOFTWARE=1 WINEPREFIX="<whatever the prefix is>" wine SketchUp.exe
Workaround 2 (awesome): Run using the command line: vblank_mode=0 WINEPREFIX="<whatever the prefix is>" wine SketchUp.exe
Both of these work for me with Intel GPU, but I want to use my Nvidia Gt555m (which unfortunately is Nvidia Optimus). I have no problem running
optirun env WINEPREFIX="<prefix>" wine <path to sketchup.exe>
and I do see improved performance, but mouse click is one action behind.
If I run
optirun vblank_mode=0 WINEPREFIX="<prefix>" wine <path to sketchUp.exe
I'm getting error "/usr/bin/vglrun: 296: exec: vblanc_mode=0: not found"
Is there a way to run sketchup with optirun and vblanc_mode=0 at the same time?