How to run winetricks ddr=gdi ?

Questions about Wine on Linux
Locked
drpeppercan
Newbie
Newbie
Posts: 2
Joined: Wed Jan 30, 2019 7:37 pm

How to run winetricks ddr=gdi ?

Post by drpeppercan »

I assumed it's a command line, so I tried it as such. But nothing happened.
It says here: "If it still does not work, try wine-staging."
Where is Wine Staging?
Is it in the Wine Configuration app?
Attachments
Wine4.png
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: How to run winetricks ddr=gdi ?

Post by Bob Wya »

drpeppercan wrote: Where is Wine Staging?
Is it in the Wine Configuration app?
Wine Staging is developed at: github: wine-staging/wine-staging.

Wine Staging is an Upstream project, of Wine, with the intention to literally "stage" new Wine features.
See: WineHQ FAQ: Wine-Staging.

WineHQ provides packaged versions of Wine and Wine+Wine Staging patchsets for many common Linux distributions (and macOS).
See: WineHQ Download.

Wine Staging is maintained as a number of patchsets (a set of individual source code patches, which are tightly coupled).
What is patch?

Bob
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How to run winetricks ddr=gdi ?

Post by jkfloris »

How to run winetricks ddr=gdi ?
I assumed it's a command line, so I tried it as such. But nothing happened.
Winetricks is a separate program.
The output of winetricks ddr=gdi is something like:

Code: Select all

$ winetricks ddr=gdi
Executing w_do_call ddr=gdi
Executing load_ddr gdi
Setting Direct3D/DirectDrawRenderer to gdi
Executing wine regedit C:\windows\Temp\_ddr=gdi\set-wined3d.reg
Executing wine64 regedit C:\windows\Temp\_ddr=gdi\set-wined3d.reg
drpeppercan
Newbie
Newbie
Posts: 2
Joined: Wed Jan 30, 2019 7:37 pm

Re: How to run winetricks ddr=gdi ?

Post by drpeppercan »

Thank you for the info guys! :)

DPC
Locked