Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


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

Differences

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

Link to this comparison view

Next revision
Previous revision
products:sbc:vim4:troubleshooting:remove-gpu-package [2022/10/26 08:42]
nick created
products:sbc:vim4:troubleshooting:remove-gpu-package [2025/03/17 22:38] (current)
nick
Line 4: Line 4:
  
 But in some situations, this may break some software, so we provide a way to uninstall the GPU package here to use CPU rendering. 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 ```shell
-sudo apt-get remove linux-gpu-mali-wayland +sudo apt update 
-sudo apt-get 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+sudo apt -remove linux-gpu-mali-wayland 
 +sudo apt -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 sync
 sudo reboot sudo reboot
 ``` ```
 +
 +<WRAP tip >
 +If it still not working please try the extra steps below:
 +
 +```shell
 +cd /tmp
 +wget http://ports.ubuntu.com/pool/main/g/gst-plugins-base1.0/libgstreamer-gl1.0-0_1.20.1-1ubuntu0.2_arm64.deb
 +sudo dpkg -i libgstreamer-gl1.0-0_*_arm64.deb
 +sync
 +sudo reboot
 +```
 +
 +</WRAP>
 +
 +<tabbox Ubuntu 24.04>
 +
 +```shell
 +sudo apt update
 +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>
 +
 +
 +
  
  
  
Last modified: 2022/10/26 08:42 by nick