Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:troubleshooting:remove-gpu-package

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:edge2:troubleshooting:remove-gpu-package [2024/10/21 21:49]
nick
products:sbc:edge2:troubleshooting:remove-gpu-package [2024/11/30 04:20] (current)
nick
Line 1: Line 1:
 ====== Edge2 Remove GPU Package ====== ====== Edge2 Remove GPU Package ======
  
 +In order to have better desktop experience, the Ubuntu OS has Wayland GPU support by default.
 +
 +But in some situations, this may break some software, so we provide a way to uninstall the GPU package here to use CPU rendering.
 +
 +<tabbox Ubuntu 22.04>
 +
 +
 +```shell
 +sudo apt -y remove linux-gpu-mali-wayland
 +sudo apt -y install --reinstall libegl1-mesa  libegl1  libgles2  libgles2-mesa  libegl1-mesa-dev  libgles2-mesa-dev  libglvnd-dev  libgles1  libwayland-dev  mesa-common-dev  libgl-dev  libegl-dev libgles-dev libgbm-dev  libgbm1  libwayland-egl1
 +sync
 +sudo reboot
 +```
 +
 +<tabbox Ubuntu 24.04>
 +
 +```shell
 +sudo apt -y remove linux-gpu-mali-wayland
 +sudo apt -y reinstall  libegl1  libgles2   libegl1-mesa-dev  libgles2-mesa-dev  libglvnd-dev  libgles1  libwayland-dev  mesa-common-dev  libgl-dev  libegl-dev libgles-dev libgbm-dev  libgbm1  libwayland-egl1
 +sync
 +sudo reboot
 +```
 +
 +</tabbox>
  
-{{page>/products/sbc/vim4/troubleshooting/remove-gpu-package&noheader}} 
Last modified: 2024/10/21 21:49 by nick