Re: [Darktable-users] OpenCL problem

2015-06-22 Thread Oliver Bedford
Am Sonntag, den 21.06.2015, 12:42 -0700 schrieb darkta...@911networks.com: > Hi, > > I'm trying to configure OpenCL: > > * xUbuntu 14.04.2 up to date > * Nvidia 650Ti > * nvidia331-update > > Chapter 9 of the manual: > > lsmod|grep nvidia: only shows > nvidia 10744943 30 > > an

Re: [Darktable-users] OpenCL problem

2015-06-21 Thread J. Paul Bissonnette
On Sun, 21 Jun 2015 12:42:20 -0700 darkta...@911networks.com wrote: > Hi, > > I'm trying to configure OpenCL: > > * xUbuntu 14.04.2 up to date > * Nvidia 650Ti > * nvidia331-update > > Chapter 9 of the manual: > > lsmod|grep nvidia: only shows > nvidia 10744943 30 > > and > >

[Darktable-users] OpenCL problem

2015-06-21 Thread darktable
Hi, I'm trying to configure OpenCL: * xUbuntu 14.04.2 up to date * Nvidia 650Ti * nvidia331-update Chapter 9 of the manual: lsmod|grep nvidia: only shows nvidia 10744943 30 and ls -l /dev/nvidia* only gives crw-rw-rw- 1 root root 195, 0 Jun 21 09:40 /dev/nvidia0 crw-rw-rw- 1

Re: [Darktable-users] OpenCL problem (once again)

2013-12-22 Thread Paulo C. Santos Garcia
My libnvidia-opencl.so pointer is broken, since I have no /usr/share/nvidia-current folder. After looking for the new location I found the new file version in /usr/lib32/nvidia-304 folder, so I solved it pointing nvidia.icd to libnvidia-opencl.so.304.88 (my current version). Problem solved, I

Re: [Darktable-users] OpenCL problem (once again)

2013-12-22 Thread Ulrich Pegelow
In the end you certainly need a file /etc/OpenCL/vendors/nvidia.icd with one line of text pointing to your libnvidia-opencl.so. If that file is not installed you may need to generate it manually. Ulrich Am 21.12.2013 22:27, schrieb Paulo C. Santos Garcia: > Hi, > > I'm having the same problem o

[Darktable-users] OpenCL problem (once again)

2013-12-21 Thread Paulo C. Santos Garcia
Hi, I'm having the same problem on the detection of my Nvidia card after the drivers update. In the previous updates I had to update the "/usr/share/nvidia-current/nvidia.icd", which contained the path to the newer libnvidia-opencl.so, to "/etc/OpenCL/vendors" folder. With this last update m