Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2018-01-08 Thread Patrick Shanahan
* KOVÁCS István [01-08-18 15:24]: > Hello, > > In case anyone is interested, upgrading to nvidia-384.98 from PPA > solved my problem. > kofa@eagle:~$ dpkg -l|egrep -i "opencl|nvidia|cuda" > ii bbswitch-dkms 0.8-3ubuntu1 > am

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2018-01-08 Thread KOVÁCS István
Hello, In case anyone is interested, upgrading to nvidia-384.98 from PPA solved my problem. kofa@eagle:~$ dpkg -l|egrep -i "opencl|nvidia|cuda" ii bbswitch-dkms 0.8-3ubuntu1 amd64Interface for toggling the power on NV

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-19 Thread Bob Tregilus
On Mon, Dec 18, 2017 at 11:30 PM, KOVÁCS István wrote: > Update: I've gone through all the modules, moving the .cl source files > for failing modules so darktable would get through the startup > process. The following needed to be moved (these are the ones that > fail to compile): > atrous.cl ba

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread KOVÁCS István
Update: I've gone through all the modules, moving the .cl source files for failing modules so darktable would get through the startup process. The following needed to be moved (these are the ones that fail to compile): atrous.cl basic.cl blendop.cl bloom.cl colorreconstruction.cl demosaic_marke

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread Bob Tregilus
On Mon, Dec 18, 2017 at 10:06 PM, KOVÁCS István wrote: > On 19 December 2017 at 07:05, KOVÁCS István > wrote: > > Could you please try one more thing for me? Run the command > > ls -l /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 > > and paste its output here. > > > > (I did not have t

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread KOVÁCS István
On 19 December 2017 at 07:05, KOVÁCS István wrote: > Could you please try one more thing for me? Run the command > ls -l /usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 > and paste its output here. > > (I did not have that file; I needed to link it from > /usr/lib/x86_64-linux-gnu/libnvidi

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread KOVÁCS István
Thanks, Bob. I have now removed all extra packages and reconfigured the remaining ones; the result is more free disk space, but no improvement in darktable. One thing I see is that your nvidia packages are of version 384.90-0ubuntu0.16.04.1, while mine are 384.90-0ubuntu0.16.04.2. I'll try a downg

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread Bob Tregilus
--- On Mon, Dec 18, 2017 at 11:34 AM, KOVÁCS István wrote: > > Bob, > Please try this: > dpkg -l|egrep -i "opencl|nvidia|cuda" > This is how I generated my package list. > --- ~ # dpkg -l|egrep -i "opencl|nvidia|cuda" ii bbswitch-dkms 0.8-3ubuntu1

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread KOVÁCS István
Hello All, I seems I posted the wrong logs - I guess it was too early in the morning for me. Here are the correct ones: clinfo output: http://tech.kovacs-telekes.org/files/darktable-opencl-nvidia384.90/clinfo.log darktable -d opencl output: http://tech.kovacs-telekes.org/files/darktable-opencl-nv

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread Bob Tregilus
On Mon, Dec 18, 2017 at 1:54 AM, KOVÁCS István wrote: > Hi Bob, > > It gives me hope :) > Could you please check the link to my logs, and send me the output of the > commands on your system? E.g. dpkg. > > I installed the driver using the driver manager app; is that all you did, > too, or did you

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-18 Thread KOVÁCS István
Hi Bob, It gives me hope :) Could you please check the link to my logs, and send me the output of the commands on your system? E.g. dpkg. I installed the driver using the driver manager app; is that all you did, too, or did you need to add any package manually? Thanks, István On 18 Dec 2017 08:

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-17 Thread Bob Tregilus
On Sun, Dec 17, 2017 at 10:33 PM, Pascal Obry wrote: > > István, > > > I'm using darktable 2.2.5 from Pascal's PPA on Mint 18.2. I upgraded > > from Nvidia 340 to 384, now opencl fails. It does compile the first > > module at least, so I'm not sure if I really have a missing package. > > Looks li

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-17 Thread Ulrich Pegelow
Unfortunately the OpenCL compiler fails to give a reasonable build log. What you could do is try to isolate the offending part of atrous.cl that leads to the issues. Start by commenting out the whole code section of atrous.cl with "#if 0 ... #endif" and narrow it down from there. Ulrich Am 18

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-17 Thread KOVÁCS István
Thanks for the quick reply. My issue seems to be different: the first module gets compiled. I've tried the workaround, anyway, but it failed: == eagle ~ # cd /usr/lib/x86_64-linux-gnu eagle x86_64-linux-gnu # ls nvidia/current/libnvidia-ptxjitcompiler.so.1<-- this was the original file linked i

Re: [darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-17 Thread Pascal Obry
István, > I'm using darktable 2.2.5 from Pascal's PPA on Mint 18.2. I upgraded > from Nvidia 340 to 384, now opencl fails. It does compile the first > module at least, so I'm not sure if I really have a missing package. Looks like a known issue fixed in 384.98-3. See https://bugs.debian.org/cgi

[darktable-dev] OpenCL does not work after Nvidia driver upgrade to 384.90

2017-12-17 Thread KOVÁCS István
Dear Dev-list, I'm sorry about double-posting; I have had no response on the users' list. I'm using darktable 2.2.5 from Pascal's PPA on Mint 18.2. I upgraded from Nvidia 340 to 384, now opencl fails. It does compile the first module at least, so I'm not sure if I really have a missing package. I