This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:vim4:troubleshooting:remove-gpu-package [2024/11/30 04:19] nick |
products:sbc:vim4:troubleshooting:remove-gpu-package [2025/03/17 22:38] (current) nick |
||
---|---|---|---|
Line 9: | Line 9: | ||
```shell | ```shell | ||
+ | sudo apt update | ||
sudo apt -y remove linux-gpu-mali-wayland | sudo apt -y remove linux-gpu-mali-wayland | ||
sudo apt -y install --reinstall libegl1-mesa | sudo apt -y install --reinstall libegl1-mesa | ||
Line 31: | Line 32: | ||
```shell | ```shell | ||
+ | sudo apt update | ||
sudo apt -y remove linux-gpu-mali-wayland | sudo apt -y remove linux-gpu-mali-wayland | ||
sudo apt -y reinstall | sudo apt -y reinstall |