Remmina crashes after one of the 2025-12 updates

The nouveau driver is likely to work.

Please remove all packages related to linux 6.17 - it is EOL and will only cause issues at a later point.

To be able to understand what happens on your system it is important that you let us know what packages are on the system - especially those related to nvidia.

This is what is happening upstream from Arch Linux

Arch Linux announcement on NVDIA 590

NVIDIA 590 driver drops Pascal and lower support; main packages switch to Open Kernel Modules

2025-12-20 - Peter Jung

With the update to driver version 590, the NVIDIA driver no longer supports Pascal (GTX 10xx) GPUs or older. We will replace the nvidia package with nvidia-open, nvidia-dkms with nvidia-open-dkms, and nvidia-lts with nvidia-lts-open.

Impact: Updating the NVIDIA packages on systems with Pascal, Maxwell, or older cards will fail to load the driver, which may result in a broken graphical environment.

Intervention required for Pascal/older users: Users with GTX 10xx series and older cards must switch to the legacy proprietary branch to maintain support:

  • Uninstall the official nvidia, nvidia-lts, or nvidia-dkms packages.
  • Install nvidia-580xx-dkms from the AUR

Users with Turing (20xx and GTX 1650 series) and newer GPUs will automatically transition to the open kernel modules on upgrade and require no manual intervention.

archlinux.org

A similar announcment for Manjaro has been drafted

Manjaro Linux announcement draft on NVIDIA 590

The current status of the Nvidia drivers is a mixed experience.

Some have no issues others do.

Your GPU is Nvidia 1050

Whether this card will work with 570xx, 575xx or 580xx may be a hit or a miss.

This is why I recommend using the open source nouveau driver and as you experienced remmina is now working.

I am not deep down in mhwd - because I don’t use Nvidia (except for a laptop with 5070 currently at my daughters hand).

Now that I am forced to think about it - it may be that mhwd - when installing the opensource driver is blacklisting the nvidia driver and vice-versa.

If that is so - I am to blame, please accept my apology.

This means that to use one of the video-nvidia-<version>xx one need to remove the opensource driver.

sudo mhwd -r pci video-linux

Then install one of the versioned drivers - video-nvidia-nvidia-{570|575|580}xx.

Example installing video-nvidia-nvidia-580xx

sudo mhwd -i pci video-nvidia-nvidia-580xx

Be sure to restart the system