From 01650c9836ac9679f2d01e6e3ff1e311fd78a597 Mon Sep 17 00:00:00 2001 From: Werner Kroneman Date: Sun, 10 Dec 2023 18:52:19 +0100 Subject: [PATCH] Added a note about blank screen envvars. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98f1f23..77b667a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ with all the dependencies installed. Then, run `cargo build` to build the projec Installation without Nix is not supported at this time, but you should be able to install the dependencies through `apt` or a similar package manager. +If you experience a blank screen on linux, try setting `WEBKIT_DISABLE_COMPOSITING_MODE=1`. + ## Contact This project can be discussed on XMPP at `dergchat@conference.mizah.xyz`, or in the issues on [Codeberg](https://codeberg.org/Mizah/Dergchat).