This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:common:troubleshooting:x11-fixup [2022/11/21 05:09] nick created |
products:sbc:common:troubleshooting:x11-fixup [2025/03/06 03:03] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== X11 Fixup ====== | ====== X11 Fixup ====== | ||
| - | For VIM4 & VIM1S 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, |
| ```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/ | sudo cp libgbm1/ | ||
| sync | sync | ||
| + | sudo reboot | ||
| ``` | ``` | ||