Ok, problem understood and solved. This is GNU/Debian packaging issue.

To fix, the safe way is to wait for a new package which should fix this
issue.

If you want to solve this now:

# cd /usr/src/nvidia-current-331.67/
# vi dkms.conf

Add at then end:

> # uvm
> BUILT_MODULE_NAME[1]="nvidia-uvm"
> DEST_MODULE_NAME[1]="${PACKAGE_NAME}-uvm"
> BUILT_MODULE_LOCATION[1]="uvm/"
> DEST_MODULE_LOCATION[1]="/updates/dkms"
> MAKE[0]+="; make -C uvm module KERNEL_UNAME=${kernelver} 
> KBUILD_EXTMOD=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/uvm"
> CLEAN+="; make -C uvm clean"

# dkms remove nvidia-current/331.67 -k $(uname -r)
# dkms build nvidia-current/331.67

Then reboot, or:

# insmod /var/lib/dkms/nvidia-current/331.67/$(uname 
-r)/x86_64/module/nvidia-current-uvm.ko

I'm now enjoying the nice OpenCL speedup in darktable :)

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://v2p.fr.eu.org
  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to