VIM3/3L X11 Fixup

For VIM4/1S/3/3L with 5.15 kernel, the default desktop is Gnome with Wayland GPU support, it breaks the X11 desktop by default, if you want to use the X11 desktop, please follow the steps bewlow:

cd /tmp/
apt download libgbm1
dpkg -x libgbm1_*.deb libgbm1
sudo rm /usr/lib/aarch64-linux-gnu/libgbm.so.1.0.0
sudo cp libgbm1/usr/lib/aarch64-linux-gnu/libgbm.so.1.0.0 /usr/lib/aarch64-linux-gnu/
sync
sudo reboot

Then select Ubuntu on Xorg to login X11 desktop.

The X11 desktop doesn't have GPU acceleration so it may not smooth as Wayland desktop.

2022/11/21 05:09 · nick