Re: [darktable-devel] OpenCL and CPU use

2014-03-26 Thread Ulrich Pegelow
Am 26.03.2014 22:33, schrieb Christian Kanzian: > Am Mittwoch, 26. März 2014 schrieb jerome: > >> So is this normal ? >> I mean, core use and the fact I need export only one at time ? >> >> Sorry for long story but it help to understand how and why. >> >> And sorry for my bad english ;) >> >> Thank

Re: [darktable-devel] OpenCL and CPU use

2014-03-26 Thread Christian Kanzian
Am Mittwoch, 26. März 2014 schrieb jerome: > So is this normal ? > I mean, core use and the fact I need export only one at time ? > > Sorry for long story but it help to understand how and why. > > And sorry for my bad english ;) > > Thanks to all Within OpenCL the GPU does the parallel thing

Re: [darktable-devel] Error compilyng darktable: "Unfortunately we depend on SSE3 instructions at this time."

2014-03-26 Thread bartokk
2014-03-26 22:16 GMT+01:00 Roman Lebedev : > It is interesting. > According to cpuinfo, you CPU supports SSE3 (SSE3 is also known as pni, > in you case that flag is listed in flags) > I failed to find it's specs on intel.com, but cpu-world.com[1] also says > that SSE3 is supported. > > I i'm unsur

Re: [darktable-devel] Error compilyng darktable: "Unfortunately we depend on SSE3 instructions at this time."

2014-03-26 Thread Roman Lebedev
It is interesting. According to cpuinfo, you CPU supports SSE3 (SSE3 is also known as pni, in you case that flag is listed in flags) I failed to find it's specs on intel.com, but cpu-world.com[1] also says that SSE3 is supported. I i'm unsure why it is not detected properly Did you tried to comple

Re: [darktable-devel] Error compilyng darktable: "Unfortunately we depend on SSE3 instructions at this time."

2014-03-26 Thread bartokk
2014-03-26 21:10 GMT+01:00 Roman Lebedev : > Hello... > Can you please show us your `cat /proc/cpuinfo` output? > > > > Hi Roman, sure, here it is: mauro@mauro:~$ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family :

[darktable-devel] OpenCL and CPU use

2014-03-26 Thread jerome
Hi all I discover darktable some times ago and quickly switch to version 1.2.3 in debian backports. All was fine and I was very happy. Then I take the opportunity to buy a nVidia GTX-660 card. As I enjoy neat things, I setup my system to use my ATI card with opensource driver for display and t

[darktable-devel] Error compilyng darktable: "Unfortunately we depend on SSE3 instructions at this time."

2014-03-26 Thread bartokk
Hi all, a few minutes ago I got this error compilyng darktable: Building C object src/CMakeFiles/lib_darktable.dir/bauhaus/bauhaus.c.o [ 31%] Building C object src/CMakeFiles/lib_darktable.dir/common/cache.c.o [ 33%] Building C object src/CMakeFiles/lib_darktable.dir/common/calculator.c.o [ 33%] B

Re: [darktable-devel] Lose preset & can't create any of them

2014-03-26 Thread Alexander Wagner
On 25/03/14 23:37, Tobias Ellinghaus wrote: Hello Tobias! >> I have a "small" problem : > > Potentially you have bigger problems, too. See below why. > [...] > > That means that you ran a development version (1.5 / git) once with that > database. That made it incompatible with stable releases. D

Re: [darktable-devel] Lose preset & can't create any of them

2014-03-26 Thread Tobias Ellinghaus
Am Mittwoch, 26. März 2014, 18:28:36 schrieb Alexander Wagner: > On 25/03/14 23:37, Tobias Ellinghaus wrote: > > Hello Tobias! > > >> I have a "small" problem : > > Potentially you have bigger problems, too. See below why. > > [...] > > > That means that you ran a development version (1.5 / git

[darktable-devel] Problem with FinePix S100 RAWs

2014-03-26 Thread Moritz Moeller
RAWs from this camera come in with a strong green tint. If I convert them to DNG, they still come in with a tint but additionally some rows offset for blocks of pixels. So there seems to be both an issue with demosaicing them (both .RAF and .dng) and reading the data (.dng only). Here's a Dropbo

Re: [darktable-devel] Lose preset & can't create any of them

2014-03-26 Thread Pascal Obry
Le mardi 25 mars 2014 à 23:37 +0100, Tobias Ellinghaus a écrit : > > I have try to clean the database with 2 methods, not help : > > sqlite3 file VACUUM > > sqlite3 OLD.DB .dump | sqlite3 NEW.DB ; cp -p ... ... > > You either have to start with a new database or change the database layout > manu