diff --git a/README.md b/README.md index b918d8d..7010eba 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,9 @@ 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**. \ No newline at end of file +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 +```