this post was submitted on 22 Dec 2024
170 points (98.9% liked)

Linux

48693 readers
1289 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Guenther_Amanita@slrpnk.net 24 points 4 days ago (16 children)

Awesome!

While this release doesn't seem to add a huge amount of new stuff on the surface, the devs focused more on usability, performance and smaller improvements, which were all much needed.

Please correct me if I'm wrong and I oversaw something huge.

I'm really excited to see how the performance will improve on my shitty laptop. While the program itself shouldn't take too many resources to run, it always felt barely usable on that device, and on my gaming PC, it never used the GPU. I've often heard many complaints about how Lightroom or Rawtherapee for example run way smoother than Darktable.

What change are you the most exited about?

[–] crater2150@feddit.org 2 points 3 days ago

on my gaming PC, it never used the GPU.

In my experience, that is usually a problem with the GPU OpenCL drivers. Sadly, the Mesa OpenCL implementation didn't include image support when I last checked (you can check with clinfo | grep "Image support"). For AMD cards you need to have either the "pro" driver or ROCM installed, both aren't packaged by all distros. Similar with Intel, don't know about Nvidia, but I'm sure if it works, it's only with the proprietary driver.

I ended up installing darktable in an arch distrobox container, as arch has ROCM packages (in AUR) and ever since GPU acceleration is working fine.

load more comments (15 replies)