Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:vim1s:troubleshooting:x11-fixup

VIM1S 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

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
Last modified: 2022/11/21 05:10 by nick