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/05/09 02:16] nick |
products:sbc:vim4:troubleshooting:remove-gpu-package [2025/03/17 22:38] (current) nick |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ```shell | ```shell | ||
| - | sudo apt remove linux-gpu-mali-wayland | + | sudo apt update |
| - | sudo apt install --reinstall libegl1-mesa | + | sudo apt -y remove linux-gpu-mali-wayland |
| + | sudo apt -y install --reinstall libegl1-mesa | ||
| sync | sync | ||
| sudo reboot | sudo reboot | ||
| ``` | ``` | ||
| - | |||
| - | <tabbox Ubuntu 24.04> | ||
| - | |||
| - | |||
| - | </ | ||
| - | |||
| - | |||
| <WRAP tip > | <WRAP tip > | ||
| Line 27: | Line 21: | ||
| ```shell | ```shell | ||
| cd /tmp | cd /tmp | ||
| - | wget http:// | + | wget http:// |
| - | sudo dpkg -i libgstreamer-gl1.0-0_1.20.1-1ubuntu0.1_arm64.deb | + | sudo dpkg -i libgstreamer-gl1.0-0_*_arm64.deb |
| sync | sync | ||
| sudo reboot | sudo reboot | ||
| Line 34: | Line 28: | ||
| </ | </ | ||
| + | |||
| + | <tabbox Ubuntu 24.04> | ||
| + | |||
| + | ```shell | ||
| + | sudo apt update | ||
| + | sudo apt -y remove linux-gpu-mali-wayland | ||
| + | sudo apt -y reinstall | ||
| + | sync | ||
| + | sudo reboot | ||
| + | ``` | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||