[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2015-11-10 Thread ML
Something new here?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:353c]
  InstallationDate: Installed on 2014-04-20 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty 

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2015-11-10 Thread The Bright Side
For Darktable, I'm pretty sure all you'll need to do is install the
nvidia-modprobe package after you activate the Nvidia drivers. It'll
then work without any further ado. Let me know if that does the trick
for you - it's been working for me over the past 3 Ubuntu releases,
across 3 PCs.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
  

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2015-11-12 Thread ML
*** This bug is a duplicate of bug 1361207 ***
https://bugs.launchpad.net/bugs/1361207

** This bug has been marked a duplicate of bug 1361207
   nvidia-graphics-drivers-* should recommend nvidia-modprobe

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[V

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-10-01 Thread Stephen Waters
boinc-client works now when I do:

apt-get remove ocl-icd-libopencl1

apt-get install nvidia-libopencl1-343

apt-get install ocl-icd-libopencl1 (this will remove nvidia-
libopencl1-343, but it works)

I think some configuration or detritus from "nvidia-libopencl1-343" gets
left behind such that ocl-icd-libopencl1 can use it.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes,

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-11-09 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:353c]
  InstallationDate: Installed on 2014-04-20 (2 days ago)
  Instal

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-08-16 Thread Tom Richart
I am running ubuntu 14.04 64 bit and nvidia drivers 331.38 and had the
same problem of OpenCL not being available in Darktable.

This got fixed for me by a solution proposed to fix another OpenCL issue here: 
http://askubuntu.com/questions/449507/nvidia-libopencl1-331-has-to-be-removed-before-installing-wine?rq=1

What I did was:

sudo apt-get install nvidia-cuda-toolkit

and then

sudo apt-get install ocl-icd-opencl-dev

After a reboot, Darktable's "activate OpenCL support" is not greyed out
anymore and seems to work like it should.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  D

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-08-16 Thread The Bright Side
Thanks for all your comments! I will definitely take note of yours,
Richard, for the next time I reinstall Ubuntu (14.10), provided the
issue still occurs.

For 14.04, I fixed the problem with a symlink as described here:
http://www.dzhang.com/blog/2014/03/20/darktable-and-nvidia-opencl-on-fedora

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  Graph

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-08-16 Thread The Bright Side
*Correction: "yours, Tom"!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Apr 22 17:59:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331-updates, 331.38, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 680] [10de:1180] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:353c]
  InstallationDate: Installed on 2014-04-20 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-07-12 Thread Hannu N
I think this is something that is unrelated to nvidia and/or darktable -
I had updates of "lib-mesa" on 2014-07-10 (Thursday) and believe I
didn't run darktable much yesterday (Friday).

It seems as darktable at least gets a bit further, with "opencl_library
=libnvidia-opencl.so.1" in "~/.config/darktable/darktablerc"

$ darktable -d opencl
[opencl_init] opencl related configuration options:
[opencl_init] 
[opencl_init] opencl: 1
[opencl_init] opencl_library: 'libnvidia-opencl.so.1'
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init] 
[opencl_init] trying to load opencl library: 'libnvidia-opencl.so.1'
[opencl_init] could not load all required symbols from library
[opencl_init] no working opencl library found. Continue with opencl disabled
[opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
[opencl_init] initial status of opencl enabled flag is OFF.

...

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-07-12 Thread Hannu N
For what it is worth: I have pulled out nvidia-340 (xorg-edgers) and am
now down to 331.89 and settings from -340 - makes no difference.

"opencl_library=libnvidia-opencl.so.331.89" 
in "~/.config/darktable/darktablerc"

$ darktable -d opencl
[opencl_init] opencl related configuration options:
[opencl_init] 
[opencl_init] opencl: 1
[opencl_init] opencl_library: 'libnvidia-opencl.so.331.89'
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init] 
[opencl_init] trying to load opencl library: 'libnvidia-opencl.so.331.89'
[opencl_init] could not load all required symbols from library
[opencl_init] no working opencl library found. Continue with opencl disabled
[opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
[opencl_init] initial status of opencl enabled flag is OFF.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcV

[Touch-packages] [Bug 1311362] Re: Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

2014-07-13 Thread Hannu N
For what it is worth - I have been through **almost** all of v304
(nvidia-current from USC) to latest xorg-edgers  - in the end, here is
the only currently working option for me, pseudo-code;

purge-ppa ppa:xorg-edgers  # purged the mesa libraries mentioned above among 
other things.
apt-get purge nvidia* nvidia-opencl* nvidia-libopencl* libcuda1* 
sh NVIDIA-Linux-x86_64-340.17.run

dkms registration of modules -> "not necessary" 
gcc 4.6 used for driver, gcc 4.8 on system -> CC check ignored.

Now:
$ dpkg --list | grep -E '^ii.*(nvidia|cuda)'
displays 'ii  nvidia-settings   331.20-0ubuntu8'

Driver from http://www.geforce.co.uk/search/search-
results?search=linux%20x64%20340.17%20-freebsd%20-solaris

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1311362

Title:
  Ubuntu Gnome 14.04 - NVidia 331 - OpenCL broken (using Darktable)

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  ** Steps to Reproduce: **
  1. Perform a fresh installation of Ubuntu Gnome 14.04 64-bit on a clean PC
  2. Using the "Additional Drivers" application, install latest NVidia driver 
(331)
  3. Reboot
  4. Install latest Darktable (1.4) from Ubuntu's repositories
  5. In Terminal, run "darktable -d opencl"

  ** Actual Result: **
  In Ubuntu Gnome 14.04, using the NVidia 331 driver, Darktable won't run with 
OpenCL support. The following debug output is observed in the terminal:

  [opencl_init] opencl related configuration options:
  [opencl_init]
  [opencl_init] opencl: 1
  [opencl_init] opencl_library: ''
  [opencl_init] opencl_memory_requirement: 768
  [opencl_init] opencl_memory_headroom: 300
  [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  [opencl_init] opencl_size_roundup: 16
  [opencl_init] opencl_async_pixelpipe: 0
  [opencl_init] opencl_synch_cache: 0
  [opencl_init] opencl_number_event_handles: 25
  [opencl_init] opencl_micro_nap: 1000
  [opencl_init] opencl_use_pinned_memory: 0
  [opencl_init] opencl_use_cpu_devices: 0
  [opencl_init] opencl_avoid_atomics: 0
  [opencl_init] opencl_omit_whitebalance: 0
  [opencl_init]
  [opencl_init] trying to load opencl library: ''
  [opencl_init] could not find opencl runtime library 'libOpenCL'
  [opencl_init] no working opencl library found. Continue with opencl disabled
  [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
  [opencl_init] initial status of opencl enabled flag is OFF.
  [pixelpipe_process] [thumbnail] using device -1
  [pixelpipe_process] [thumbnail] using device -1

  ** Expected Result: **
  Software using OpenCL should continue to work as it did in Ubuntu 13.10.

  ** Notes: **
  Graphics card: GeForce GTX 680 (Gigabyte GV-N680OC-2GD)
  Encuontered on Ubuntu Gnome 14.04, 64 bit.
  Likely occurs on regular Ubuntu (not Ubuntu Gnome) as well.
  This issue also occurs when running NVidia 331 Update, NVidia Legacy 304 as 
well as Nouveau.
  This issue did not occur on Ubuntu Gnome 13.10.
  Bug filed in Darktable: 
http://www.darktable.org/redmine/issues/9913#change-24936

  ** Troubleshooting: **
  The following files and directories relating to OpenCL were found on the test 
system:

  locate -i libopencl
  /usr/lib/i386-linux-gnu/libOpenCL.so.1
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0
  /usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0
  /usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  /usr/share/doc/nvidia-libopencl1-331
  /usr/share/doc/nvidia-libopencl1-331/changelog.Debian.gz
  /usr/share/doc/nvidia-libopencl1-331/copyright
  /var/cache/apt/archives/nvidia-libopencl1-331_331.38-0ubuntu7_amd64.deb
  /var/lib/dpkg/info/nvidia-libopencl1-331.list
  /var/lib/dpkg/info/nvidia-libopencl1-331.md5sums
  /var/lib/dpkg/info/nvidia-libopencl1-331.postinst
  /var/lib/dpkg/info/nvidia-libopencl1-331.postrm
  /var/lib/dpkg/info/nvidia-libopencl1-331.shlibs

  installed the packages "opencl-headers" and "nvidia-profiler", but that made 
no difference.
  Manually edited /etc/ld.so.conf to include the directories found containing 
the OpenCL libraries (from the list above). Ran ldconfig. No difference.

  Output of clinfo:

  clinfo: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: no version information 
available (required by clinfo)
  E: -30

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for