From 8ad135bfa2faf0770166e6ed44fb32058bc30637 Mon Sep 17 00:00:00 2001 From: rmanach Date: Wed, 16 Aug 2023 13:45:31 +0200 Subject: [PATCH] update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f5538cf..7555934 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ seta r_customheight 1080 // monitor's height ## Common errors +### SDL driver error + On **Ubuntu 20.04** : ``` ------- sound initialization ------- @@ -114,3 +116,7 @@ You must install the corresponding 32 bits library : ```bash sudo apt-get install libasound2-plugins:i386 ``` + +### Keyboard inputs does not work + +Try moving to `Xorg` instead of `Wayland`... To do so, on Ubuntu, logout, click on the **Settings** icon and select **Xorg**. \ No newline at end of file