Some applications does not work with NVIDIA (Performance Mode) in Linux Mint 22

Hi, Flathub Team!

I installed some programs from Flathub on my laptop with Linux Mint 22 installed. They work fine with the integrated Intel UHD 610 graphics card, but when I switch to NVIDIA GTX 1650 (Performance Mode) some of them stop working.

Here are some of them: Mission Center, GPU Viewer, Disk Usage Analyzer, Amberol. The list is probably incomplete.

What’s interesting is that the same software installed from another store works with NVIDIA, but does not work from Flathub.

Can you please tell me what is the reason for this?

Thanks for such a great service and Flathub is actually an AppStore for Linux😎

Those are all GTK4 apps. Can you run one of them in a terminal? e.g. flatpak run io.bassi.Amberol

Are you using the proprietary NVIDIA driver? If so, what version? Try running flatpak update to install the matching flatpak driver extension.

1 Like

I got this error when running through terminal

flatpak run io.bassi.Amberol
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:782: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:814: FINISHME: support more multi-planar formats with DRM modifiers

(amberol:2): Gdk-WARNING **: 22:11:17.501: The program 'amberol' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 554 error_code 8 request_code 149 (unknown) minor_code 4)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

I wondering why it referencing Intel while I using my NVIDIA GPU?

Yes, I use the proprietary NVIDIA driver, version 550.120

I will try flatpak update, thanks!

Thanks again!

Running flatpak update really solve the problem.

This topic was automatically closed after 5 days. New replies are no longer allowed.