---
title: "Chromium's Black Window Issue in Wine"
date: 2021-08-24T00:07:59.000Z
author: Z.SHINCHVEN
tags: [Wine, Chromium]
canonical: https://atlassc.net/2021/08/24/chromium-black-window-issue-in-wine
---
I am trying to run a Chromium based app in wine, and it shows only black screen.

Thanks to [this post](https://forum.winehq.org/viewtopic.php?t=33455), I found the solution.

```bash
winetricks -q dxvk vd=1280x1024
```

Which is to emulate the app in Virtual Desktop.
