Re: [darktable-user] Can't find module Lens Correction

2018-04-19 Thread André Felipe Carvalho
2018-04-19 0:49 GMT-03:00 Patrick Shanahan <p...@opensuse.org>:

> * André Felipe Carvalho <afelipe.carva...@gmail.com> [04-18-18 19:44]:
> > First, I really am thankful for all the help received. The "problem" was
> > solved.
>
> but you do not mention the solution, which was?
>
> --
>


Sorry, I thought I did.
The solution was the one suggested by Jean-Luc Coulon:

Hi,
If it doesnt find the lib, check the following:
in /etc/ld.so.conf (and/or the subdirectory /etc/ld/so/conf.d), check if
there is a .conf file with a line like this:
/usr/local/lib

*Then run as root: ldconfig*

This with set the path / cache for the dynamic loader.


Best regards,
André


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread André Felipe Carvalho
First, I really am thankful for all the help received. The "problem" was
solved.

Now, some thoughts about the "world we live in":

Am I to read the manual ? "man ldconfig", "man ldd"?
Just to install something that should have already did the trick (lensfun
installation. the problem here was not about dt directly), since I
installed it with sudo ?

That's Linux. That's the world we live in. One must know about everything,
must compile things, must deal with compilations and installations of
libraries and installations of installations of libraries ;-)) Don't get me
wrong, I'm not pissed of ;-) I'm just thinking about how Linux is still
hundred years behind the common user. My mom, for instance. Linux is for
the braves.

And, for being Linux, nothing really works as it should in every flavour it
has. For instance, the ldd command did not work as expected in the case of
Patrick Shaman. And he must be much more expert than me in Linux ;-)) You
see? Happens with everyone. And we have to deal with it, since it's a world
we seems to be building together while it spins.

I'm a programmer, also. Java, wicket, html, that kind of stuff. And a linux
fan and even more of dt. But ... sometimes... it's so hard to live in this
world...

Best regards, and thanks again!
André
(off topic: I'm dealing with making a TP-Link dongle 5ghz to work in my
linux machine. At windows, it was a breese)



2018-04-18 11:29 GMT-03:00 Patrick Shanahan <p...@opensuse.org>:

> * Remco Viëtor <remco.vie...@wanadoo.fr> [04-18-18 08:41]:
> > On mercredi 18 avril 2018 14:03:03 CEST Patrick Shanahan wrote:
> > > * Remco Viëtor <remco.vie...@wanadoo.fr> [04-18-18 01:48]:
> > > > On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net
> wrote:
> > > > > On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote:
> > > > > > I think I need to symlink the library to someplace dt expects.
> But...
> > > > > > why
> > > > > > does it find the library at compilation time, but not when
> executing?
> > > > >
> > > > > Are you sure /usr/local/lib is the right place to be installing on
> your
> > > > > system, as opposed to, say, /usr/lib64?
> > > >
> > > > Yes, /usr/local/lib is the usual place for locally installed
> libraries.
> > > > /usr/lib64 is supposed to hold the libraries installed by your
> > > > distribution. And at least on my system, /usr/local/lib and
> > > > /usr/local/lib64 are searched by default when loading dynamic
> libraries.
> > > >
> > > > Perhaps it's a permission problem? On my system, all libraries are
> marked
> > > > as executable, so OP might need to do a
> > > >
> > > >"sudo chmod a+x /usr/local/lib/liblensfun.so*"
> > >
> > > why not just look at where the system is looking for dt's libs:
> > >   #> ldd /usr/bin/darktable
> > >
> > > or #> ldd 
> > >
> > > then put the lib's in the appropriate place
> > >
> > > strongly suggest reading "man ldd"
> > Small problem with using ldd:
> > on my system (where Darktable works with the lensfun database enabled)
> > "ldd /usr/bin/darktable | grep -i lens " returns exactly *nothing*.
>
> I don't know.  on my openSUSE Tumbleweed system using darix' build,
>   /usr/lib64/darktable/plugins/liblens.so
>
> and there is no /usr/lib/darktable but there is /usr/lib64/darktable.  and
> dt was NOT installed by my distro, I installed it, and it did not go into
> /usr/lib/...
>
>
>
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> Registered Linux User #207535@ http://linuxcounter.net
> Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@
> lists.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
piling /usr/local/lib/python3.5/dist-packages/lensfun/__init__.py
to __init__.cpython-35.pyc
running install_egg_info
Removing /usr/local/lib/python3.5/dist-packages/lensfun-0.3.2-py3.5.egg-info
Writing /usr/local/lib/python3.5/dist-packages/lensfun-0.3.2-py3.5.egg-info

But darktable still cant see the lensfun libraries...

andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ darktable
(darktable:10643): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
[*iop_load_module] failed to open operation `lens': liblensfun.so.1*: Não é
possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não
encontrado
(darktable:10643): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$

I think I need to symlink the library to someplace dt expects. But... why
does it find the library at compilation time, but not when executing?

Thank you again,
André Felipe




2018-04-17 9:56 GMT-03:00 Remco Viëtor <remco.vie...@wanadoo.fr>:

> On mardi 17 avril 2018 12:56:37 CEST André Felipe Carvalho wrote:
> > Here's the output of lensfun "make install":
> > andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ sudo
> make
> > install
> > [ 43%] Built target lensfun
> > [ 50%] Built target test_modifier_color
> > [ 56%] Built target test_modifier
> > [ 62%] Built target test_database
> > [ 68%] Built target test_modifier_subpix
> > [ 75%] Built target test_modifier_coord_scale
> > [ 81%] Built target test_modifier_coord_distortion
> > [ 87%] Built target test_modifier_coord_geometry
> > [ 96%] Built target lenstool
> > [100%] Built target python-package
> > Install the project...
> > -- Install configuration: "Debug"
> > -- Installing: /usr/local/include/lensfun/lensfun.h
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-pentax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-canon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/actioncams.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-nikon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/contax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-canon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-fujifilm.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-kodak.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-tamron.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/generic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-fujifilm.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-samsung.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-ussr.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-samsung.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-casio.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-sigma.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-sigma.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-pentax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-panasonic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-panasonic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/6x6.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-zeiss.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-nikon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-leica.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-vivitar.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-zeiss.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-schneider.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-olympus.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-sony.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-panasonic.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-soligor.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-samyang.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-canon.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-ricoh.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-tamron.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-konica-
> minolta.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/mil-sony.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-pentax.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/slr-leica.xml
> > -- Up-to-date: /usr/local/share/lensfun/version_1/compact-samsung.xml
> > -- Up-

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
-py3.5.egg-info



2018-04-17 6:18 GMT-03:00 André Felipe Carvalho <afelipe.carva...@gmail.com>
:

>
> Hello Tobias!
> Thank you for your time!
> Yes, you're right. Dt can't find liblensfun.so.1 
>
> How can I fix it ?
>
> andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$ darktable
> (darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
> size field
> [iop_load_module] *failed to open operation `lens': liblensfun.so.1*: Não
> é possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não
> encontrado
> (darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
> size field
> wait time 0,204616s
> try- wait time 0,166829s
> wait time 0,158952s
> try- wait time 0,158951s
> wait time 0,282200s
> wait time 0,131586s
> andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$
>
>
> 2018-04-16 13:32 GMT-03:00 Tobias Ellinghaus <m...@houz.org>:
>
>> Am Montag, 16. April 2018, 03:56:42 CEST schrieb André Felipe Carvalho:
>> > I was missing the Samyang 8mm fisheye lens on my Lens correction module.
>> >
>> > So I went after the last Lensfun database, 0.3.2. Downloaded it and
>> > installed.
>> > But still I did not see any Samyang lenses whatsoever.
>> >
>> > So, I git pulled the last version of dt and compiled it.
>> >
>> > Now the Lens Correction module just vanished. I can't see it anywhere
>> > around in dt
>> >
>> > Anyone knows what's going on? Did I make some mistake?
>>
>> [build log]
>>
>> The log shows that lensfun was found and liblens.so was installed. Do you
>> see
>> any error messages on the terminal when running darktable about
>> liblens.so not
>> being loaded?
>
>
>
>
> --
> André Felipe
>
> https://www.flickr.com/photos/andrefelipecarvalho/
>



-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
Hello Tobias!
Thank you for your time!
Yes, you're right. Dt can't find liblensfun.so.1 

How can I fix it ?

andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$ darktable
(darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
[iop_load_module] *failed to open operation `lens': liblensfun.so.1*: Não é
possivel abrir arquivo de objetos compartilhado: Arquivo ou diretório não
encontrado
(darktable:2529): Gtk-WARNING **: Theme directory  of theme oxygen has no
size field
wait time 0,204616s
try- wait time 0,166829s
wait time 0,158952s
try- wait time 0,158951s
wait time 0,282200s
wait time 0,131586s
andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$


2018-04-16 13:32 GMT-03:00 Tobias Ellinghaus <m...@houz.org>:

> Am Montag, 16. April 2018, 03:56:42 CEST schrieb André Felipe Carvalho:
> > I was missing the Samyang 8mm fisheye lens on my Lens correction module.
> >
> > So I went after the last Lensfun database, 0.3.2. Downloaded it and
> > installed.
> > But still I did not see any Samyang lenses whatsoever.
> >
> > So, I git pulled the last version of dt and compiled it.
> >
> > Now the Lens Correction module just vanished. I can't see it anywhere
> > around in dt
> >
> > Anyone knows what's going on? Did I make some mistake?
>
> [build log]
>
> The log shows that lensfun was found and liblens.so was installed. Do you
> see
> any error messages on the terminal when running darktable about liblens.so
> not
> being loaded?




-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] The Good Knight

2018-04-03 Thread André Felipe Carvalho
Laughing until 2021 ;-))


(Keep on with The Good Knight!)

2018-04-03 6:10 GMT-03:00 Romano Giannetti :

> On 02/04/18 23:25, Tobias Ellinghaus wrote:
>
>> Am Montag, 2. April 2018, 22:39:33 CEST schrieb Michael Rasmussen:
>>
>>> On Mon, 02 Apr 2018 22:29:23 +0200
>>>
>>> Tobias Ellinghaus  wrote:
>>>
 should have worked. And on the next start it will be back to normal. The
 whole joke is only done once a year (unless you mess with the config
 file).

>>> Or mess with the internal clock ;-)
>>>
>> *cough* konami code
>>
>
> Ok. Now if my daughter discovers this, I'm lost ;-). No more editing... ;-)
>
> Romano
>
> --
> --
> Romano Giannetti
> http://www.rgtti.com/
>
>
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@lis
> ts.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Darktable on Windows

2018-02-20 Thread André Felipe Carvalho
I thank you all for your comments.

There's another issue that I thought last night, about changing operating
systems. I produce some publications, photobooks, etc, with a software that
I choose only because it has a Linux version. They have a windows version,
of course, but my books were made in this filesystem, with these photo
locations. If I change to windows, pathnames would not match and I thing I
would loose my work.
This only would prevent me to change OS.

Well, I think I could try to go back to 14.04 and use the packaged version
of dt. Since its an old computer, maybe I should stick with an old OS
version ?

2018-02-20 3:55 GMT-03:00 I. Ivanov <iv3...@gmail.com>:

> I always used it from PPA. I understand there is some dependency that only
> comes with 16.04. To my knowledge - the only benefit to use Open CL (if
> this is your goal) is if the GPU is very fast. I can use Open CL "GeForce
> GT 525M/PCIe/SSE2" - I believe 2 GB memory for the GPU but I have no speed
> benefits because my GPU is too old (my whole computer is too old actually).
> For speed - I use the CPU. My only benefit for the GPU is to have a real
> monitor plugged to the laptop.
>
> I got burned before with AMD...
>
> And with that old computer - I am processing still quite a bit of pictures
> (thousands actually) - thanks to DT
>
> Regards,
>
> B
>
> On 2018-02-19 10:44 PM, R. S. wrote:
>
>
> Hi,
> Is there a way to compile the latest dt for a Ubuntu 14 trusty tahr,
> where I can use AMD catalyst driver for an old graphic-card?
>
> r R
>
> Am 20. Februar 2018 03:09:47 schrieb "I. Ivanov" <iv3...@gmail.com>
> <iv3...@gmail.com>:
>
>> For what is worth...
>>
>> I am using DT on Dell XPS (mid 2011) - this is i7 (gen 2) - machine 8GB
>> RAM SSD Samsung 512 GB with Ubuntu 16.04.
>>
>> Compared to
>>
>> DT on Dell Inspiron (late 2014) - this is i5 (gen 4) - machine 8GB RAM
>> same SSD Samsung 512 GB with Windows 10 64 bit home edition fully updated.
>>
>> For now - I am *not* going back to Windows. And the issue is not only
>> with DT - everything on windows is much slower. So much so that nobody at
>> home can stand it most of the time except my daughter who plays some games
>> on it.
>>
>> I know I am comparing i5 vs i7 but the windows is 3 years newer machine
>> (and I have tested it on Linux - live CD and it does work much better in
>> terms of speed).
>>
>> Regards,
>>
>> B
>>
>> On 2018-02-19 02:22 PM, André Felipe Carvalho wrote:
>>
>> Hi Matej,
>>
>> Yes, I have:
>> $ glxinfo | grep "OpenGL version"
>> *OpenGL version string: 3.0 Mesa 17.3.2 - padoka PPA*
>>
>> But I still cant get Opencl to work.
>>
>> In fact, I've been thinking if this slowness may be fault of these
>> alternative drivers.
>>
>>
>>
>> 2018-02-19 18:37 GMT-03:00 Matej Martinovic <matejmartino...@zoho.com>:
>>
>>> Have you tried mesa? https://www.omgubuntu.co.uk/20
>>> 17/03/easy-way-install-mesa-17-0-2-ubuntu-16-04-lts
>>>
>>> BR
>>> Matej
>>> On 2018-02-19 19:12, André Felipe Carvalho wrote:
>>>
>>> Hello dt users,
>>>
>>> I don't use Windows for more than 5 years and used to be very happy with
>>> Linux (Ubuntu, in my case). Until Ubuntu 14.04 or 15.10 I was, at least. In
>>> that time, I could use the AMD HD 7730M 2gb GPU of my Dell Inspiron 7520
>>> Core I7 notebook, 8gb RAM.
>>>
>>> When dt started to use GTK 3.0, I had to upgrade to Ubuntu 16.04, in
>>> order to be able to compile the package.
>>> With Ubuntu 16.04, I lost the graphics card proprietary driver. No more
>>> AmdGPU, no more Opencl, and my computer is like a snail nowadays... Even
>>> with fresh installation of Ubuntu 16.04.
>>>
>>> My options are:
>>>
>>> Buy a new Laptop (maybe a Gamer machine with Geforce 1050) for a lot of
>>> cash,
>>>
>>> or.
>>>
>>> Say goodbye to Linux and go back to Windows, since AMD still supports my
>>> graphics card (last update february/2018) and dt now runs on Windows.
>>>
>>> My questions are:
>>> 1) Is dt for windows stable, right now?
>>>
>>> 2) What are your opinion about the above scenario?
>>>
>>> Thank you in advance!
>>> --
>>> André Felipe
>>>
>>>
>>> 
>>> darktable user mailing list to unsubscribe send a mail to
>&

Re: [darktable-user] Darktable on Windows

2018-02-19 Thread André Felipe Carvalho
Hi Matej,

Yes, I have:
$ glxinfo | grep "OpenGL version"
*OpenGL version string: 3.0 Mesa 17.3.2 - padoka PPA*

But I still cant get Opencl to work.

In fact, I've been thinking if this slowness may be fault of these
alternative drivers.



2018-02-19 18:37 GMT-03:00 Matej Martinovic <matejmartino...@zoho.com>:

> Have you tried mesa? https://www.omgubuntu.co.uk/
> 2017/03/easy-way-install-mesa-17-0-2-ubuntu-16-04-lts
>
> BR
> Matej
> On 2018-02-19 19:12, André Felipe Carvalho wrote:
>
> Hello dt users,
>
> I don't use Windows for more than 5 years and used to be very happy with
> Linux (Ubuntu, in my case). Until Ubuntu 14.04 or 15.10 I was, at least. In
> that time, I could use the AMD HD 7730M 2gb GPU of my Dell Inspiron 7520
> Core I7 notebook, 8gb RAM.
>
> When dt started to use GTK 3.0, I had to upgrade to Ubuntu 16.04, in order
> to be able to compile the package.
> With Ubuntu 16.04, I lost the graphics card proprietary driver. No more
> AmdGPU, no more Opencl, and my computer is like a snail nowadays... Even
> with fresh installation of Ubuntu 16.04.
>
> My options are:
>
> Buy a new Laptop (maybe a Gamer machine with Geforce 1050) for a lot of
> cash,
>
> or.
>
> Say goodbye to Linux and go back to Windows, since AMD still supports my
> graphics card (last update february/2018) and dt now runs on Windows.
>
> My questions are:
> 1) Is dt for windows stable, right now?
>
> 2) What are your opinion about the above scenario?
>
> Thank you in advance!
> --
> André Felipe
>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>



-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Darktable on Windows

2018-02-19 Thread André Felipe Carvalho
Hello dt users,

I don't use Windows for more than 5 years and used to be very happy with
Linux (Ubuntu, in my case). Until Ubuntu 14.04 or 15.10 I was, at least. In
that time, I could use the AMD HD 7730M 2gb GPU of my Dell Inspiron 7520
Core I7 notebook, 8gb RAM.

When dt started to use GTK 3.0, I had to upgrade to Ubuntu 16.04, in order
to be able to compile the package.
With Ubuntu 16.04, I lost the graphics card proprietary driver. No more
AmdGPU, no more Opencl, and my computer is like a snail nowadays... Even
with fresh installation of Ubuntu 16.04.

My options are:

Buy a new Laptop (maybe a Gamer machine with Geforce 1050) for a lot of
cash,

or.

Say goodbye to Linux and go back to Windows, since AMD still supports my
graphics card (last update february/2018) and dt now runs on Windows.

My questions are:
1) Is dt for windows stable, right now?

2) What are your opinion about the above scenario?

Thank you in advance!
-- 
André Felipe


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] history stack still containing disabled modules after compression - why?

2018-02-02 Thread André Felipe Carvalho
I agree with this scenario: Should not remove disabled module in history
stack when compressing it.

But I would like to be able to remove any module I want in the history
stack (right-click on it and choosing delete, for instance).
I've filed a request on redmine about it:
https://redmine.darktable.org/issues/11269#change-30820

Best regards,
André



2018-02-01 18:13 GMT-02:00 thokster :

> Am 01.02.2018 um 19:25 schrieb Pascal Obry:
>
>> Another scenario as to why the disabled modules should not be removed.
>>
>> You hesitate between two ways of removing noise (profil denoise, or
>> non-local means). One is disabled but you've tweaked the other quite a
>> bit on the image and *may want* to enable it and disable the other.
>> This is a common scenario for me. So I do not want the compress history
>> stack to remove the disabled modules.
>>
>> +1
>
>
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@lis
> ts.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Oibaf drivers and AMD Radeon cards

2017-12-23 Thread André Felipe Carvalho
Hello dt users,

Any of you know or use the Oibaf drivers?

https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

Does it really work? I tried on my Dell inspiron 7520 with AMD Radeon 7730m
with Ubuntu 16.04.03 LTS. Guess what: now I've reinstalled the whole
Ubuntu.

Well, since the mess is done, I'm thinking about trying it againg, this
time in this brand new instalation. I want to know if maybe the first
installation did not work because of previous try-outs with other driver
(AmdGPU-Pro. This one doesnt work at all, here)



-- 
André Felipe


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] AMD GPU Pro drivers 16.60 for Ubuntu 16.40

2017-03-02 Thread André Felipe Carvalho
Hello,
I have a Dell inspiron notebook with AMD Radeon 7730M graphics card.
Since my upgrade to Ubuntu 16.04 I've been missing OpenCL acceleration and
feeling my machine slower than before, specially with dt.

Today I received an email from AMD saying that it has a new driver, for
Ubuntu 16.04 and other Linux systems.
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-
Driver-for-Linux-Release-Notes.aspx

I want to ask if any of you has already been using it and if I still need
to install fglrx after of before the new driver installation.

Thank you in advance,

-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] something wrong with hotpixels module ?

2016-05-26 Thread André Felipe Carvalho
hi, yesterday i upgraded to dt version 2.1.0+1114-g35cc641
since then, i am experiencing a lot of hot pixels in my photos.
i've set my dt to turn hotpixels on by default a long time ago, and havent
seen them for quite a while. but last night and today i am seeing then at
the dark areas of my photos. is there something wrong with the module or is
it my mistake?

i can send samples, if needed.

best regards,
andre felipe


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] How to get the most out of this image?

2016-05-09 Thread André Felipe Carvalho
Hi,

I'm not an expert. Just curious and without formal DT knowledge.
Anyway, I like what I can do with my photos with DT.

Here's my try. Tell me what you think.

Greetings,
André Felipe


2016-05-09 6:47 GMT-03:00 Terry Duell :

> Hello All,
> I am struggling get a reasonable result from post processing a particular
> image.
> I wonder if some of you expert DT users out there would be prepared to
> have a look, and if you can achieve a satisfactory result, provide me with
> your .xmp so I can learn a few things?
> The image is a DNG out of a Pentax K-3 II, is 30MB, and available via
> Dropbox at this link...
>
> 
>
> Thanks for your help.
>
> Cheers,
> --
> Regards,
> Terry Duell
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



IMGP7333.DNG.xmp
Description: Binary data