I'm using GIT from today. This has happened twice, I'll describe how
it happened both times.
Open image in darkroom. I had a largish collection, over 400 photos.
Apply a style. As it is working open the Crop and Rotate module.
It won't show the drag indicators on the perimeter. If I open and
clo
I did: https://www.darktable.org/redmine/issues/10479
Message: 2
Date: Sun, 10 May 2015 11:39:46 +0200
From: Bernhard
Subject: Re: [Darktable-users] Darktable hanging on Linux
To: darktable-users@lists.sourceforge.net
Message-ID: <554f2762.3030...@intervalsignals.org>
Content-Type: text/plain; c
You should consider to set the option to:
opencl_device_priority=!0,*/!0,!1,*/!0,*/!0,*
else darktable might take the GPU for processing the navigation window
rather than the center view. This would increase latency.
Ulrich
Am 23.05.2015 um 18:16 schrieb Raymundo Vega:
> Robert, thanks for you
Robert, thanks for your help. Problem fixed, replaced this line from
darktablerc:
opencl_device_priority=*/!0,*/*/*
with:
opencl_device_priority=!0,*/!0,*/!0,*/!0,*
effectively excluding Intel GPU from possible devices to be used. Now
problem is gone and dt is much faster.
In the process I learn