[Stable Update] 2025-03-30 - Kernels, GNOME 48, Mesa, Plymouth, LibreOffice

The update itself has been fine, none of the nvidia issues that others have had (with a 1080 card).

I did have a couple pre-update issues:

I started getting the community.db errors for some reason this time
“error: failed retrieving file ‘community.db’ from : The requested URL returned error: 404”
Fixed that by following Update - error: failed retrieving file 'community.db'

Then I got a GPGME error “error: GPGME error: No data”.
Fixed that by following [root tip] [How To] Mitigate and prevent GPGME error when syncing your system

All good after that.

(#4637) Pipewire constantly consuming around 100% of CPU · Issues · PipeWire · GitLab

looks like the now famous UMP problem. If you don’t need MIDI you can turn MIDI off in pipewire via a config file snippet :

# ~/.config/wireplumber/wireplumber.conf.d/nomidi.conf
wireplumber.profiles = {
    main = {
	monitor.alsa-midi = disabled
    }
}
2 Likes

Steam wouldn’t start after updating. To make it start, had to change the program path to /usr/bin/steam instead of /usr/bin/steam-runtime as I didn’t have steam-runtime in /usr/bin.

2 Likes

I tested hibernation with kernels 6.13 and 6.14, same result (hibernated session gets discarded on resume).

The issue seems to be linked to NVIDIA (of course, as always):

kernel: PM: Image loading done
kernel: PM: hibernation: Read 3656232 kbytes in 3.26 seconds (1121.54 MB/s)
kernel: PM: Image successfully loaded
kernel: nvidia 0000:26:00.0: PM: pci_pm_freeze(): nv_pmops_freeze [nvidia] returns -5
kernel: nvidia 0000:26:00.0: PM: dpm_run_callback(): pci_pm_freeze returns -5
kernel: nvidia 0000:26:00.0: PM: failed to quiesce async: error -5
kernel: PM: hibernation: Failed to load image, recovering.
kernel: PM: hibernation: Basic memory bitmaps freed
kernel: PM: hibernation: resume failed (-5)

Some sources advised to fiddle with NVIDIA setting NVreg_PreserveVideoMemoryAllocations, but that doesn’t seem to have any effect.

1 Like

The menu entry isn’t called Steam (Runtime) after this update it’s just Steam. So that menu entry isn’t pointing at /usr/share/applications/steam.desktop, it’s a copy of an older version of that file.

$ head -n 30 /usr/share/applications/steam.desktop
[Desktop Entry]
Name=Steam
:
:
Exec=/usr/bin/steam %U
1 Like

Since update the save file picker in Libreoffice has changed to something ive never seen before, its got an old school kde logo in the corner, its not a well formated or layed out window looks like a file picker from 2010 and worse of all it DOES NOT SAVE. Ive got a bunch of work ive done open in a spreadsheet and im unable to save because of this issue, idk what to do.

The export dialog is the same and completely broken.

1 Like

Finally managed to revive hibernation, at least for now.

Removing
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
and
HOOKS=(... kms ...) from /etc/mkinitcpio.conf
did the trick.

Funny, that stuff was added specifically to fix something related to Wayland when update 2024-05-14 was rolled out according to my notes. Now Wayland seems to run just fine without it.

1 Like

@fonic According to nvidia developper forum, a possible workaround is to add this line to a conf file in /etc/modprobe.d/ :
options nvidia_modeset vblank_sem_control=0
It works for me (geforce GTX 1060)
Al

5 Likes

Could you please post the source of that information?

As well as the last stable update, I was having crazy orange flickering on my display after the update on the nvidia driver on x11. It starts as soon as SDDM pops up.

If I log into wayland this doesn’t happen.

I also noticed that applying plasma settings to SDDM from a wayland session fixes this in x11 completely.

The fix persists between boots.

Edit, It persisted between boots on the last update. After rebooting this time, I had to do this again.

Here is a video

Summary

Imgur: The magic of the Internet

Alright. I finally got it. Log into wayland apply sddm settings. Log out. Log into x11, apply sddm settings. No more orange flicker after rebooting. Either that, or I just needed to reboot like 7 times to fix it.

Sorry, it seems as a new member I’m not allowed to include links in my post…
Here it is in a literary form: forums dot developer dot nvidia dot com slash t slash black-screen-with-cursor-after-sleep slash 319473 slash 11

1 Like

Thanks, nice find. Here’s the full URL if anyone else is interested: Black screen with cursor after sleep - #9 by theroot - Linux - NVIDIA Developer Forums

I might try this to see if it fixes X11, although Wayland actually seems to slowly but steadily stabilize on NVIDIA. Works way better now than it did a couple of months ago.

1 Like

Thank you for the great work on the newest stable updates! :partying_face: :heart:

I would buy that Hero if it didn’t have an NVidia GPU. I run pure AMD systems only for Linux. They just work better.

Yes, in the market for a new laptop. Old one is still working, but looking to get off the NVidia GPU hybrid with intel GPU.

The perfect Linux laptop would have the following:

AMD CPU
AMD GPU (Discreet, not APU)
16 to 32GB of RAM
1TB+ NVMe
Intel NIC and Wifi

The Hero has everything I don’t want. Maybe this will change in the future, but for now, I don’t want NVidia or Intel at this moment in time. The reasons are Intel security flaws far outweigh AMD’s and the Intel ME also is of concern, and NVidia OpenSource drivers are not there yet. When NVidia released a driver update OTA for Starfield and you got it no matter if you wanted it or not, I realized I am not the one that owns my own system. They do. Not having it.

Would like a pure AMD system. I really think if you had a pure AMD system including discreet GPU, you would have a larger Linux market.

As for this stable 2025-03-30 update, it went great! No issues with this update.

4 Likes

It turned out, that lightdm failed to start. When running systemctl start lightdm, I could log into Xfce. It turned out that the lightdm service was disabled. When trying to enable it, it complained about a conflict with lightdm-plymouth.service. I moved the lightdm-plymouth.service symlink and enabled lightdm.service. After that it stuck at boot with a black screen when booting kernel 6.12. I then tried booting 6.13 fallback and this booted me into Xfce.

Problem after restart (but not after shutdown and then reboot):

Summary

image

Basically, a USB device is creating some problem here. Can anybody help me in debugging this? I think that this is the Bluetooth device…

inxi -v8 output here
    ~  inxi -v8                                                                                                                             ✔ 
System:
  Host: ramoth Kernel: 6.12.20-2-MANJARO arch: x86_64 bits: 64 compiler: gcc
    v: 14.2.1 clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-6.12-x86_64
    root=UUID=51a3a5b3-a6d6-456e-bbe3-935c914bd2fe rw rootflags=subvol=@
    apparmor=1 security=apparmor udev.log_priority=3
  Desktop: GNOME v: 48.0 tk: GTK v: 3.24.49 wm: gnome-shell
    tools: gsd-screensaver-proxy dm: GDM v: 48.0 Distro: Manjaro
    base: Arch Linux
Machine:
  Type: Desktop Mobo: N/A model: HX90 serial: <superuser required>
    uuid: <superuser required> UEFI: American Megatrends LLC. v: 5.19
    date: 10/11/2021
Battery:
  Device-1: hidpp_battery_0 model: Logitech Wireless Keyboard
    serial: 00-00-00-00 charge: 55% (should be ignored) rechargeable: yes
    status: discharging
Memory:
  System RAM: total: 32 GiB available: 30.77 GiB used: 6.06 GiB (19.7%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 32 GiB slots: 2 modules: 2 EC: None
    max-module-size: 16 GiB note: est.
  Device-1: Channel-A DIMM 0 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3200 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Kingston
    part-no: CBD32D4S2S8MF-16 serial: FD9C42F5
  Device-2: Channel-B DIMM 0 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3200 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Kingston
    part-no: CBD32D4S2S8MF-16 serial: FF9C48CF
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 9 5900HX with Radeon Graphics bits: 64 type: MT MCP
    arch: Zen 3 gen: 3 level: v3 note: check built: 2021-22
    process: TSMC n7 (7nm) family: 0x19 (25) model-id: 0x50 (80) stepping: 0
    microcode: 0xA500011
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 8 threads: 16 tpc: 2
    smt: enabled cache: L1: 512 KiB desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB
    desc: 8x512 KiB L3: 16 MiB desc: 1x16 MiB
  Speed (MHz): avg: 1099 min/max: 400/4680 boost: enabled scaling:
    driver: amd-pstate-epp governor: powersave cores: 1: 1099 2: 1099 3: 1099
    4: 1099 5: 1099 6: 1099 7: 1099 8: 1099 9: 1099 10: 1099 11: 1099 12: 1099
    13: 1099 14: 1099 15: 1099 16: 1099 bogomips: 105449
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cppc cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de debug_swap decodeassists erms
    extapic extd_apicid f16c flushbyasid fma fpu fsgsbase fsrm fxsr fxsr_opt
    ht hw_pstate ibpb ibrs ibs invpcid irperf lahf_lm lbrv lm mba mca mce
    misalignsse mmx mmxext monitor movbe msr mtrr mwaitx nonstop_tsc nopl npt
    nrip_save nx ospke osvw overflow_recov pae pat pausefilter pclmulqdq
    pdpe1gb perfctr_core perfctr_llc perfctr_nb pfthreshold pge pku pni
    popcnt pse pse36 rapl rdpid rdpru rdrand rdseed rdt_a rdtscp rep_good sep
    sha_ni skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3
    stibp succor svm svm_lock syscall tce topoext tsc tsc_scale umip
    user_shstk v_spec_ctrl v_vmsave_vmload vaes vgif vmcb_clean vme vmmcall
    vpclmulqdq wbnoinvd wdt xgetbv1 xsave xsavec xsaveerptr xsaveopt xsaves
    xtopology
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; IBRS_FW;
    STIBP: always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not
    affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Cezanne [Radeon Vega Series /
    Radeon Mobile Series] driver: amdgpu v: kernel arch: GCN-5 code: Vega
    process: GF 14nm built: 2017-20 pcie: gen: 3 speed: 8 GT/s lanes: 16
    link-max: gen: 4 speed: 16 GT/s ports: active: HDMI-A-1,HDMI-A-2
    empty: DP-1,DP-2 bus-ID: 04:00.0 chip-ID: 1002:1638 class-ID: 0300
    temp: 39.0 C
  Device-2: Creative Live! Cam Sync 1080p V2 driver: snd-usb-audio,uvcvideo
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-2.1:4
    chip-ID: 041e:40a0 class-ID: 0102 serial: Creative Live! Cam Sync 1080p
    V2 Audio
  Display: wayland server: X.org v: 1.21.1.16 with: Xwayland v: 24.1.6
    compositor: gnome-shell driver: X: loaded: amdgpu
    unloaded: modesetting,radeon alternate: fbdev,vesa dri: radeonsi
    gpu: amdgpu display-ID: 0
  Monitor-1: HDMI-A-1 model: BenQ LCD serial: 65N01873019 built: 2022
    res: 2560x1440 dpi: 123 gamma: 1.2 chroma: red: x: 0.663 y: 0.333 green:
    x: 0.298 y: 0.631 blue: x: 0.145 y: 0.051 white: x: 0.314 y: 0.329
    size: 527x296mm (20.75x11.65") diag: 604mm (23.8") ratio: 16:9
    modes: 2560x1440, 1920x1200, 1920x1080, 1600x1200, 1680x1050, 1600x900,
    1280x1024, 1440x900, 1280x800, 1152x864, 1280x720, 1024x768, 832x624,
    800x600, 720x576, 720x480, 640x480, 720x400
  Monitor-2: HDMI-A-2 model: LG (GoldStar) IPS224 built: 2011 res: 1920x1080
    dpi: 102 gamma: 1.2 chroma: red: x: 0.631 y: 0.349 green: x: 0.341 y: 0.624
    blue: x: 0.153 y: 0.055 white: x: 0.314 y: 0.329
    size: 477x268mm (18.78x10.55") diag: 547mm (21.5") ratio: 16:9
    modes: 1920x1080, 1680x1050, 1280x1024, 1440x900, 1280x800, 1152x864,
    1280x720, 1024x768, 800x600, 720x576, 720x480, 640x480, 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi
    wayland: drv: radeonsi x11: drv: radeonsi
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.0.2-arch1.2
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon Graphics (radeonsi
    renoir ACO DRM 3.61 6.12.20-2-MANJARO) device-ID: 1002:1638
    memory: 500 MiB unified: no display-ID: :0.0
  Info: Tools: api: clinfo, eglinfo, glxinfo gpu: amd-smi x11: xprop,xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Renoir Radeon High Definition
    Audio driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s lanes: 16
    link-max: gen: 4 speed: 16 GT/s bus-ID: 04:00.1 chip-ID: 1002:1637
    class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] ACP/ACP3X/ACP6x Audio Coprocessor
    driver: N/A alternate: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x,
    snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps,
    snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh,
    snd_sof_amd_acp63, snd_sof_amd_acp70 pcie: gen: 3 speed: 8 GT/s lanes: 16
    link-max: gen: 4 speed: 16 GT/s bus-ID: 04:00.5 chip-ID: 1022:15e2
    class-ID: 0480
  Device-3: Advanced Micro Devices [AMD] Family 17h/19h/1ah HD Audio
    vendor: Realtek driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s
    lanes: 16 link-max: gen: 4 speed: 16 GT/s bus-ID: 04:00.6
    chip-ID: 1022:15e3 class-ID: 0403
  Device-4: C-Media Audio Adapter (Unitek Y-247A)
    driver: cmedia_hs100b,snd-usb-audio,usbhid type: USB rev: 1.1 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 1-1:2 chip-ID: 0d8c:0014 class-ID: 0300
  Device-5: Creative Live! Cam Sync 1080p V2 driver: snd-usb-audio,uvcvideo
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-2.1:4
    chip-ID: 041e:40a0 class-ID: 0102 serial: Creative Live! Cam Sync 1080p
    V2 Audio
  API: ALSA v: k6.12.20-2-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: sndiod v: N/A status: off tools: aucat,midicat,sndioctl
  Server-2: JACK v: 1.9.22 status: off tools: N/A
  Server-3: PipeWire v: 1.4.1 status: off with: pipewire-media-session
    status: active tools: pw-cat,pw-cli
  Server-4: PulseAudio v: 17.0-43-g3e2bb status: active
    with: pulseaudio-alsa type: plugin tools: pacat,pactl,pavucontrol
Network:
  Device-1: Intel Ethernet I225-V driver: igc v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 port: N/A bus-ID: 02:00.0 chip-ID: 8086:15f3
    class-ID: 0200
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: 1c:83:41:29:f5:5a
  IP v4: 192.168.1.122/24 type: dynamic noprefixroute scope: global
    broadcast: 192.168.1.255
  IP v6: fe80::cf88:48e3:3bff:cba9/64 type: noprefixroute scope: link
  Device-2: MEDIATEK MT7921K Wi-Fi 6E 80MHz driver: mt7921e v: kernel pcie:
    gen: 2 speed: 5 GT/s lanes: 1 bus-ID: 03:00.0 chip-ID: 14c3:0608
    class-ID: 0280
  IF: wlp3s0 state: down mac: 7e:0b:8f:33:54:d8
  IF-ID-1: gpd0 state: down mac: N/A
  Info: services: httpd, NetworkManager, sshd, systemd-timesyncd,
    wpa_supplicant
  WAN IP: 80.26.183.247
Bluetooth:
  Device-1: MediaTek Wireless_Device driver: btusb v: 0.8 type: USB rev: 2.1
    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 3-4:3 chip-ID: 0e8d:0608
    class-ID: e001 serial: 000000000
  Report: rfkill ID: hci0 rfk-id: 0 state: up address: see --recommends
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 3.64 TiB used: 1.62 TiB (44.5%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: WD Green SN350 2TB size: 1.82 TiB block-size: physical: 512 B
    logical: 512 B speed: 31.6 Gb/s lanes: 4 tech: SSD serial: 21462F800730
    fw-rev: 33006000 temp: 35.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Seagate model: ST2000LX001-1RG174
    size: 1.82 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 5400 serial: WDZBQLPG fw-rev: SDM1 scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 1.82 TiB size: 1.82 TiB (100.00%) used: 1.02 TiB (55.8%)
    fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2 label: N/A
    uuid: 51a3a5b3-a6d6-456e-bbe3-935c914bd2fe
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 576 KiB (0.2%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1
    label: NO_LABEL uuid: 37FC-2E88
  ID-3: /home raw-size: 1.82 TiB size: 1.82 TiB (100.00%)
    used: 1.02 TiB (55.8%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 51a3a5b3-a6d6-456e-bbe3-935c914bd2fe
  ID-4: /mnt/data raw-size: 1.82 TiB size: 1.79 TiB (98.37%)
    used: 618.95 GiB (33.8%) fs: ext4 dev: /dev/sda1 maj-min: 8:1 label: data
    uuid: 22ba0a6a-ff75-47be-a46b-5b76e6f3e011
  ID-5: /swap raw-size: 1.82 TiB size: 1.82 TiB (100.00%)
    used: 1.02 TiB (55.8%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 51a3a5b3-a6d6-456e-bbe3-935c914bd2fe
  ID-6: /var/cache raw-size: 1.82 TiB size: 1.82 TiB (100.00%)
    used: 1.02 TiB (55.8%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 51a3a5b3-a6d6-456e-bbe3-935c914bd2fe
  ID-7: /var/log raw-size: 1.82 TiB size: 1.82 TiB (100.00%)
    used: 1.02 TiB (55.8%) fs: btrfs dev: /dev/nvme0n1p2 maj-min: 259:2
    label: N/A uuid: 51a3a5b3-a6d6-456e-bbe3-935c914bd2fe
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: file size: 32 GiB used: 0 KiB (0.0%) priority: -2
    file: /swap/swapfile
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-1:2 info: C-Media Audio Adapter (Unitek Y-247A)
    type: audio,HID driver: cmedia_hs100b,snd-usb-audio,usbhid interfaces: 4
    rev: 1.1 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 0d8c:0014 class-ID: 0300
  Hub-2: 1-2:3 info: VIA Labs USB2.0 Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 2109:2817
    class-ID: 0900
  Device-1: 1-2.1:4 info: Creative Live! Cam Sync 1080p V2 type: video,audio
    driver: snd-usb-audio,uvcvideo interfaces: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 256mA
    chip-ID: 041e:40a0 class-ID: 0102 serial: Creative Live! Cam Sync 1080p
    V2 Audio
  Hub-3: 1-2.2:5 info: Genesys Logic USB 1.1 Hub ports: 4 rev: 1.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 05e3:0604 class-ID: 0900
  Device-1: 1-2.2.1:6 info: Logitech Nano Receiver type: keyboard,mouse
    driver: logitech-djreceiver,usbhid interfaces: 2 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 98mA
    chip-ID: 046d:c534 class-ID: 0301
  Device-2: 1-2.2.2:7 info: Trust Wireless Mouse type: mouse
    driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 145f:0263 class-ID: 0301
  Hub-4: 2-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-5: 2-2:2 info: VIA Labs USB3.0 Hub ports: 4 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 2109:0817
    class-ID: 0900
  Hub-6: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-7: 3-2:2 info: VIA Labs USB2.0 Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 2109:2817
    class-ID: 0900
  Device-1: 3-4:3 info: MediaTek Wireless_Device type: bluetooth
    driver: btusb interfaces: 3 rev: 2.1 speed: 480 Mb/s (57.2 MiB/s) lanes: 1
    mode: 2.0 power: 100mA chip-ID: 0e8d:0608 class-ID: e001 serial: 000000000
  Hub-8: 4-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-9: 4-2:2 info: VIA Labs USB3.0 Hub ports: 4 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 2109:0817
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 48.2 C mobo: 36.0 C gpu: amdgpu temp: 38.0 C
  Fan Speeds (rpm): N/A
Repos:
  Packages: 2476 pm: pacman pkgs: 2406 libs: 522
    tools: gnome-software,pamac,yay pm: flatpak pkgs: 56 pm: snap pkgs: 14
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://manjaro.kurdy.org/stable/$repo/$arch
    2: https://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch
    3: https://mirror.23m.com/manjaro/stable/$repo/$arch
    4: https://ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$arch
    5: https://mirror.alpix.eu/manjaro/stable/$repo/$arch
    6: http://ftp.rz.tu-bs.de/pub/mirror/manjaro.org/repos/stable/$repo/$arch
Processes:
  CPU top: 5 of 432
  1: cpu: 28.7% command: onedrive pid: 4503 mem: 141.6 MiB (0.4%)
  2: cpu: 17.6% command: localsearch-extractor-3 pid: 11631
    mem: 38.0 MiB (0.1%)
  3: cpu: 10.2% command: gnome-shell pid: 2236 mem: 351.9 MiB (1.1%)
  4: cpu: 7.0% command: firefox pid: 8595 mem: 721.8 MiB (2.2%)
  5: cpu: 5.8% command: thunderbird pid: 6121 mem: 685.4 MiB (2.1%)
  Memory top: 5 of 432
  1: mem: 721.8 MiB (2.2%) command: firefox pid: 8595 cpu: 7.0%
  2: mem: 685.4 MiB (2.1%) command: thunderbird pid: 6121 cpu: 5.8%
  3: mem: 603.3 MiB (1.9%) command: firefox pid: 8800 cpu: 1.3%
  4: mem: 470.8 MiB (1.4%) command: firefox pid: 9195 cpu: 5.4%
  5: mem: 387.8 MiB (1.2%) command: celluloid pid: 11214 cpu: 3.8%
Info:
  Processes: 432 Power: uptime: 16m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.29 GiB services: gsd-power,
    power-profiles-daemon, upowerd Init: systemd v: 257 default: graphical
    tool: systemctl
  Compilers: clang: 19.1.7 gcc: 14.2.1 Shell: Zsh v: 5.9
    running-in: gnome-terminal inxi: 3.3.37

After 2025-03-24 update I got a strange looking address bar in Dolphin file manager:

Xfce, all almost fine.

The upgrade of webkit2gtk-4.1 to 2.48.0-1 from 2.46.6-2, has made yad unable to click on links, eg. when using --html --uri=; I solved by dowgrading back webkit2gtk-4.1 to 2.46.6-2.

webkit2gtk-4.1 is required only for libgepub, yad, and yelp: nothing is broken.

+1: same problem, same solution!

1 Like

I had a problem with the Windscribe VPN program when I activated the firewall in the program, searching for this, I found a problem with iptables-nft, I downgraded it and it worked again.

1 Like