update README with common errors

This commit is contained in:
rmanach 2025-11-08 16:30:01 +01:00
parent 763c9fb7f9
commit e59b49a965

View File

@ -129,3 +129,8 @@ sudo apt 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**.
### libGL.so.1: cannot open shared object file: No such file or directory
```bash
sudo apt install libgl1-mesa-glx:i386
```