https://bugs.kde.org/show_bug.cgi?id=499483
--- Comment #13 from Irfan <irfanhakim...@yahoo.com> --- (In reply to balooii from comment #12) > Hey, thanks for the detailed response. No, you! > As it works with appimage maybe there is an issue with something in the > cache or configuration. Can you temporarily move away your local kdenlive > flatpak directory so it will create a new pristine profile and try again? I've done this before, and have done this again, and yea doing this does not fix it. > Next thing we could try if you get the same info from glxinfo when you run > it inside flatpak. Luckily its available on flathub: > ``` > flatpak install org.freedesktop.Platform.GlxInfo > flatpak run org.freedesktop.Platform.GlxInfo -B > ``` > > On my system this gives me the same output as when running glxinfo natively. Do you know which of these should I install? ``` ❯ flatpak install --user org.freedesktop.Platform.GlxInfo Looking for matches… Similar refs found for ‘org.freedesktop.Platform.GlxInfo’ in remote ‘flathub’ (user): 1) app/org.freedesktop.Platform.GlxInfo/x86_64/21.08 2) app/org.freedesktop.Platform.GlxInfo/x86_64/22.08 3) app/org.freedesktop.Platform.GlxInfo/x86_64/23.08 4) app/org.freedesktop.Platform.GlxInfo/x86_64/24.08 5) app/org.freedesktop.Platform.GlxInfo/x86_64/20.08 ``` For now, I've installed what I assume is the latest (24.08) and got this result: ```sh ❯ flatpak run org.freedesktop.Platform.GlxInfo -B name of display: :1 display: :1 screen: 0 direct rendering: Yes Memory info (GL_NVX_gpu_memory_info): Dedicated video memory: 12288 MB Total available memory: 12288 MB Currently available dedicated video memory: 9760 MB OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 OpenGL core profile version string: 4.6.0 NVIDIA 570.144 OpenGL core profile shading language version string: 4.60 NVIDIA OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 4.6.0 NVIDIA 570.144 OpenGL shading language version string: 4.60 NVIDIA OpenGL context flags: (none) OpenGL profile mask: (none) OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 570.144 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ``` -- You are receiving this mail because: You are watching all bug changes.