From 7233feffb502f8831c15c90b19e56110a93b66b0 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 26 Jan 2020 23:14:50 -0800 Subject: [PATCH] Hint about DRI3 settings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f5ec34..f64cb6d 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,6 @@ necessary. On Windows this should be enabled by default if you have a relatively 1. `cargo build --release` 1. Copy `./targets/release/neovide` to a known location and enjoy. +If you see an error complaining about DRI3 settings, links in this issue may help. https://github.com/Kethku/neovide/issues/44#issuecomment-578618052 + Note: Currently there seems to be problems with wayland https://github.com/aclysma/skulpin/issues/36. Any help would be appreciated.