Chromium browsers are black

Questions about Wine on Linux
Locked
vlad1
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 4:29 am

Chromium browsers are black

Post by vlad1 »

When I tried to install Microsoft Edge on Chromium, it was completly back. I also tried Google Chrome but it was also black. How do I fix this? I have wine-staging 5.1 and I'm running on elementary OS Hera (Ubuntu 18.04.3 LTS)
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Chromium browsers are black

Post by jkfloris »

According to the AppDB you need dxvk and a virtual desktop.

Code: Select all

winetricks -q dxvk vd=1280x1024
vlad1
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 4:29 am

Re: Chromium browsers are black

Post by vlad1 »

jkfloris wrote: Sat Feb 08, 2020 11:41 am According to the AppDB you need dxvk and a virtual desktop.

Code: Select all

winetricks -q dxvk vd=1280x1024
When I type the command, I get this
Using winetricks 20180217 - sha256sum: 1b156c616174f41df79d72a90c52eb2b110c63a6e8ecb865d303a8f9f0908924 with wine-5.1 (Staging) and WINEARCH=win64
Unknown arg dxvk
Usage: /usr/bin/winetricks [options] [command|verb|path-to-verb] ...
Executes given verbs. Each verb installs an application or changes a setting.
vlad1
Level 1
Level 1
Posts: 5
Joined: Tue Jul 09, 2019 4:29 am

Re: Chromium browsers are black

Post by vlad1 »

jkfloris wrote: Sat Feb 08, 2020 11:41 am According to the AppDB you need dxvk and a virtual desktop.

Code: Select all

winetricks -q dxvk vd=1280x1024
I got it working, thank you!
Locked