Title: How to prevent ubuntu update from breaking graphics [Print This Page] Author: KD0OHR Time: 2/3/2019 09:55 Title: How to prevent ubuntu update from breaking graphics Last edited by KD0OHR In 2/3/2019 15:12 Editor
I have an issue where if I make the mistake of sudo apt upgrade it breaks the graphics drivers and I get stuck with software gles. Is there some way to stop that? maybe a
sudo apt-mark hold libgl1 libglx0 libgles2 libegl1 libglvnd0
Copy the code
I will update if I find a way to have opencl without breaking webglAuthor: KD0OHR Time: 2/3/2019 15:34
Looks like it was already in there, clinfo just needs where to find it:
sudo mkdir /etc/OpenCL
sudo mkdir /etc/OpenCL/vendors
echo "/usr/lib/aarch64-linux-gnu/libOpenCL.so" | sudo tee /etc/OpenCL/vendors/armocl.icd
Copy the code
Author: penguin Time: 2/12/2019 11:02
Welcome to the forum, and thanks for sharing the solution!
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)