This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:edge2:troubleshooting:remove-gpu-package [2024/10/21 21:48] nick created |
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 | ||
+ | sync | ||
+ | sudo reboot | ||
+ | ``` | ||
+ | |||
+ | <tabbox Ubuntu 24.04> | ||
+ | |||
+ | ```shell | ||
+ | sudo apt -y remove linux-gpu-mali-wayland | ||
+ | sudo apt -y reinstall | ||
+ | sync | ||
+ | sudo reboot | ||
+ | ``` | ||
+ | |||
+ | </ | ||
- | {{page>/ |