cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Add workaround for Sketchup graphics problem during install (enhancement) #215

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Install Sketchup using winetricks
Observe that the 3D display is not updated (e.g. selecting something will not 
show it is selected until the view is rotated)
Suspect that this is only present on intel i915 graphics (or similar)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Winetricks 20120308
Sketchup 8
Wine 1.5.5

Please provide any additional information below.
I think this problem is fairly widespread (seems to affect intel and nvidia 
graphics) as it is well reported, but no analysis of the root cause.

This is only a speculative fix, but I think that adding in the option 
'vblank_mode=0' for all Sketchup installs (not just i915) will either fix the 
problem, or not make it worse.

For example, a working command line is:
vblank_mode=0 WINEPREFIX="<whatever the prefix is>" wine SketchUp.exe 

Original issue reported on code.google.com by glen.har...@middlegable.org on 30 May 2012 at 5:32

GoogleCodeExporter commented 8 years ago
"export vblank_mode=0" does not fix the display update problem for me (but does 
not make it worse)

I'm running: 
Ubuntu 12.04 (precise)
winetricks 20120912 
Wine 1.5.14
Sketchup 8.0.15158

Video: Intel Sandybridge Mobile (GT2+)

Original comment by thatpix...@gmail.com on 14 Oct 2012 at 1:09

GoogleCodeExporter commented 8 years ago
Sorry for the additional noise but I have found a solution that works for me. I 
added the "HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideGraphics" "N" 
registry entry. I tried this after unsuccessfully following a suggestion found 
on a forum to add the ClientSideWithRender key.

Original comment by thatpix...@gmail.com on 14 Oct 2012 at 1:45

GoogleCodeExporter commented 8 years ago
Issue 275 has been merged into this issue.

Original comment by austinenglish@gmail.com on 29 Jun 2013 at 2:05