cckec / winetricks

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

patch to add AlwaysOffscreen and *hackish* video card detection support #153

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Well, I tend to add my video card info by hand to most new prefixes so I 
thought hey, might as well add it to winetricks, and AlwaysOffscreen won't hurt 
either.

So here it is.

P.S.: the line I use to create my prefixes is usually : winetricks -q sandbox 
nocrashdialog grabfullscreen=y fontsmooth=rgb videomemorysize=2048 ao=enabled 
vc=detect

Original issue reported on code.google.com by oneofone on 12 Dec 2011 at 6:38

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed patch to add ao=disable*) w_call ao=disabled to execute_command.

Original comment by oneofone on 12 Dec 2011 at 6:53

Attachments:

GoogleCodeExporter commented 8 years ago
I committed the AO change, thanks.

Why is the hackish video card detection needed?  Wouldn't a wine patch
be more appropriate?  (What card(s) do you use?)

Original comment by daniel.r...@gmail.com on 12 Dec 2011 at 12:53

GoogleCodeExporter commented 8 years ago
I'm actually not sure if it's needed anymore, but I tend to use it for 
historical reasons.
My C skills aren't near good enough to write a patch for wine to do that.

Original comment by oneofone on 12 Dec 2011 at 6:43

GoogleCodeExporter commented 8 years ago
Can you check to see if it's still needed?
If it is, you can at least file a wine bug.  See e.g.
http://bugs.winehq.org/show_bug.cgi?id=27924

Original comment by daniel.r...@gmail.com on 12 Dec 2011 at 6:52

GoogleCodeExporter commented 8 years ago
My specific card isn't on the list, but it seems easy enough to add so i'll 
submit a patch upstream. 

Original comment by oneofone on 12 Dec 2011 at 11:17