GIMP not utilizing NVIDIA GPU on Manjaro Linux - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: Linux and other Unixen (https://www.gimp-forum.net/Forum-Linux-and-other-Unixen) +---- Thread: GIMP not utilizing NVIDIA GPU on Manjaro Linux (/Thread-GIMP-not-utilizing-NVIDIA-GPU-on-Manjaro-Linux) Pages:
1
2
|
GIMP not utilizing NVIDIA GPU on Manjaro Linux - yascker - 04-21-2024 Hello, I'm running GIMP on the following setup:
I've tested GIMP both in hybrid and NVIDIA modes with LTS 5 and 6 kernels. When I run: prime-run gimp or DRI_PRIME=1 gimp GIMP doesn't appear in nvidia-smi, indicating that it's not utilizing the GPU. I've enabled OpenCL with gimp --show-playground and other settings, but still no luck. Question: Is this a problem that can be resolved, or does GIMP only utilize the CPU and not the GPU? The issue is that GIMP has very poor performance when handling layers; it's excessively slow. Thank you for your assistance with this. RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - Ofnuts - 04-21-2024 Works for me: Code: [font=monospace][color=#000000]+-----------------------------------------------------------------------------+ [/color] This is a self-compiled build (hence the unusual location for the binary). So this might depend on compile options chosen by your distro maintainers. I use Kubuntu 22.04, by the way... RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - yascker - 04-21-2024 (04-21-2024, 07:01 AM)Ofnuts Wrote: Works for me:[font] Thank you for your reply. I understand that the issue might depend on the compile options chosen by the distribution maintainers. Would you be so kind as to provide me with more details about the compilation parameters you used for your GIMP version? Also, could you please let me know which kernel version you are using in Kubuntu 22.04? This could help me compare and identify any potential discrepancies that might be causing the issue. I truly appreciate your assistance with this.[/font] RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - Ofnuts - 04-21-2024
RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - yascker - 04-22-2024 (04-21-2024, 05:29 PM)Ofnuts Wrote: Thank you very much for the file. I compiled it and it generated both GIMP 2.10 and 2.99, but neither of them work with prime-run. Just a reminder, I'm on Manjaro. I'll try on Ubuntu or some Debian derivative. Thanks RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - Tas_mania - 04-23-2024 I don't know anybody that is using OpenCL with Gimp. For awhile it was an option in Preferences but when enabled it caused serious crashes. I use an app that pretty much requires OCL (Mandelbulber) and I usually check it with- clinfo (sudo apt install clinfo) I'm using Gimp 2.10.36 and can't find OCL as an option. Maybe it will be in Gimp 3 but it's only for a few users. What really benefits Gimp is heaps of ram. Currently running 64Gb and this box can go to 128Gb. This Gimp will easily open 1300 frames @ 1920 X 1080px. I use Gimp as a support app for video effects that mostly come from G'MIC. RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - rich2005 - 04-23-2024 FWIW Recent Gimp 2.10 moved the OpenCL option to the playground. Run Gimp from terminal using the --show-playground switch [attachment=11734] RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - Tas_mania - 04-23-2024 Thanks Rich Sure enough added --show-playground to a Gimp appimage launcher and there it is. The other playground tools could be interesting RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - rich2005 - 04-23-2024 (04-23-2024, 10:16 AM)Tas_mania Wrote: Thanks Rich Sure enough added --show-playground to a Gimp appimage launcher and there it is. The other playground tools could be interesting Could be interesting - but do not bother. What would be very useful the n-point deformation has not worked since Gimp 2.10.8 The Seamless Clone worked a bit longer but is mostly broken now, you can not move the clone around. I think they were both Google Summer of Code projects and nobody around to maintain / fix them. RE: GIMP not utilizing NVIDIA GPU on Manjaro Linux - yascker - 04-23-2024 (04-23-2024, 09:07 AM)rich2005 Wrote: FWIW Recent Gimp 2.10 moved the OpenCL option to the playground. "I compiled GIMP 2.10 and 2.99 on Linux Mint (Ubuntu). Now I can see it in Nvidia-SMI, but the performance is still poor. PD: GIMP 2.99 comes with many improvements! Does anyone know how to link layers in GIMP 2.99?" |