update README

This commit is contained in:
rmanach 2023-08-16 13:45:31 +02:00
parent 1dc9fccdc4
commit 8ad135bfa2

View File

@ -100,6 +100,8 @@ seta r_customheight 1080 // monitor's height
## Common errors ## Common errors
### SDL driver error
On **Ubuntu 20.04** : On **Ubuntu 20.04** :
``` ```
------- sound initialization ------- ------- sound initialization -------
@ -114,3 +116,7 @@ You must install the corresponding 32 bits library :
```bash ```bash
sudo apt-get install libasound2-plugins:i386 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**.