Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:troubleshooting:x11-fixup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:troubleshooting:x11-fixup [2024/06/26 20:52]
nick
products:sbc:common:troubleshooting:x11-fixup [2025/03/06 03:03] (current)
nick
Line 1: Line 1:
 ====== X11 Fixup ====== ====== X11 Fixup ======
  
-For VIM4/1S/3/3L 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:+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:
  
 ```shell ```shell
 cd /tmp/ cd /tmp/
 +sudo apt update
 apt download libgbm1 apt download libgbm1
 dpkg -x libgbm1_*.deb libgbm1 dpkg -x libgbm1_*.deb libgbm1
Line 10: Line 11:
 sudo cp libgbm1/usr/lib/aarch64-linux-gnu/libgbm.so.1.0.0 /usr/lib/aarch64-linux-gnu/ sudo cp libgbm1/usr/lib/aarch64-linux-gnu/libgbm.so.1.0.0 /usr/lib/aarch64-linux-gnu/
 sync sync
 +sudo reboot
 ``` ```
  
Last modified: 2024/06/26 20:52 by nick