Why does the folding software for Raspbery Pis contain NVidia bloatware (GPU drivers or something)?
No Raspberry Pi could run a GPU, could it?
F@H v8.4.9 for RPi contains NVidia bloatware (SOLVED)
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 108
- Joined: Mon Jan 30, 2023 10:43 am
- Hardware configuration: NVIDIA RTX 4070
20 x Raspberry Pi 5 Model B 2GB RAM - Location: VIC, Australia
F@H v8.4.9 for RPi contains NVidia bloatware (SOLVED)
Last edited by ETA_2025 on Mon Feb 17, 2025 7:43 am, edited 2 times in total.
-
- Posts: 1531
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP - Location: London
- Contact:
Re: F@H v8.4.9 for RPi contains NVidia bloatware.
Ask our distinguished developer at GitHub 
I asked the same question for AMD systems, but I cannot repeat the answer to that

I asked the same question for AMD systems, but I cannot repeat the answer to that

-
- Posts: 108
- Joined: Mon Jan 30, 2023 10:43 am
- Hardware configuration: NVIDIA RTX 4070
20 x Raspberry Pi 5 Model B 2GB RAM - Location: VIC, Australia
Re: F@H v8.4.9 for RPi contains NVidia bloatware
It turns out linux installed nvidia-opencl-icd during the fah-client install. That was a whooping 28 packages using 363.2MB in total.
Only do this if you DON'T have a NVidia GPU
Run to remove nvidia-opencl-icd and the other 27 packages that were automatically installed with it.
That will remove all the packages and the kernel customisations that they created.
Only do this if you DON'T have a NVidia GPU
Run
Code: Select all
sudo apt remove nvidia-opencl-icd --purge -y && sudo apt autoremove -y
That will remove all the packages and the kernel customisations that they created.