Normally to get FAH working I have to manually load the Nvidia driver because the standard PPA, or the x-swat PPA's just don't have all of the required components or I just never saw them before. I hope this helps someone, it worked for me, your mileage may vary. This is adding the new graphics driver PPA which has the intent of allowing more modern Nvidia drivers for Linux gamers and people with the latest greatest hardware. I have an Nvidia 980 so I want the latest driver.
Code: Select all
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-355
I knew that I wanted the openCL stuff to work so I could let my folding at home work so I looked for nvidia Opencl packages. You don't need to run the next line unless you want to play with searching the repositories.
Code: Select all
sudo apt-cache search opencl | less
Code: Select all
sudo apt-get install nvidia-opencl-icd-355
sudo apt-get install nvidia-libopencl1-355
ocl-icd-libopencl1
Folding at home is working right now and everything is running great.