Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.72k stars 393 forks source link

Feature Request: DisableHWAcceleration = 1 #2051

Open axet opened 1 year ago

axet commented 1 year ago

Some app show black GUI window instead normal UI. Only when hovering mouse over UI you can see buttons and text. Happened on GOG Galaxy and VS2022 / VS2019.

Disable WPF hardware acceleration to prevent graphical glitches:

wine reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics" /v DisableHWAcceleration /t REG_DWORD /d 1 /f
CorrM commented 1 month ago

@austin987 can we get this