Comment 5 for bug 1039684

Revision history for this message
Vít Šesták 'v6ak' (v6ak) wrote :

I've also noticed this bug.

If you want to fix it manually, simply use following command:

    echo libnvidia-opencl.so.1 | sudo tee /etc/OpenCL/vendors/nvidia.icd # for new drivers

or following one:

    echo libcuda.so | sudo tee /etc/OpenCL/vendors/nvidia.icd # for old drivers

I use the 12.04 LTS with nvidia-current-updates and ubuntu-x-swat/x-updates PPA, co I have to use the first command.