Gpu change: browser video stops on mouse movement

Browser video stops on mouse movement

I have upgraded my GPU recently and have had the problem that the system did not start. Now that this is resolved there seems to be something of the old driver lingering because when I am watching videos in a Webbrowser and I am moving the mouse the video stops but the sound continues. Left, right, up, down the vid stops for the time of the movement and continues when I stop. When I move the mouse in a circle it keeps showing the last frame where I started moving the mouse until I stop moving the mouse. The sound continues.

It has nothing to do with internet speed and just happens on mouse movement.
It happens on all video sites I have tried. Rumble, btchute, youtube.
I have also tried Firefox and Vivaldi and it happens with both browsers, so it does not seem to be browser related.

System:

Operating System: Manjaro Linux
KDE Plasma Version: 6.3.5
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
Kernel Version: 6.15.3-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-9700K CPU @ 3.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 9070 XT
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: Z390 AORUS PRO

/etc/X11/xorg.conf.d just has keyboard and touchpad configs.
/etc/X11/xorg.conf does not exist.

In case that matters again, I have found nothing in the GRUB commandline.

Command: mhwd -l -li

 Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2024.05.06                true            PCI


Warning: No installed USB configs!
> 0000:03:00.0 (0300:1002:7550) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2024.05.06                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PC

Command: mhwd -la

All PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
   network-broadcom-wl            2018.10.07               false            PCI
       network-slmodem            2013.12.07                true            PCI
         network-r8168            2023.09.12                true            PCI
     network-rt3562sta            2013.12.07                true            PCI
video-hybrid-intel-nvidia-470xx-prime            2023.03.23               false            PCI
    video-nvidia-390xx            2023.03.23               false            PCI
  video-virtualmachine            2024.05.06                true            PCI
              video-s3            2020.01.18                true            PCI
video-hybrid-amd-nvidia-prime     2025.01.13               false            PCI
          video-sisusb            2020.01.18                true            PCI
           video-linux            2024.05.06                true            PCI
            video-vesa            2017.03.12                true            PCI
       video-rendition            2020.01.18                true            PCI
          video-voodoo            2017.03.12                true            PCI
    video-nvidia-470xx            2023.03.23               false            PCI
video-hybrid-amd-nvidia-470xx-prime            2023.03.23               false            PCI
video-hybrid-intel-nvidia-prime   2025.01.13               false            PCI
          video-nvidia            2025.01.13               false            PCI
video-hybrid-intel-nvidia-390xx-bumblebee            2023.03.23               false            PCI
     video-modesetting            2020.01.13                true            PCI

Command: cat /etc/mkinitcpio.conf

 ✔
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=()

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf kms block keyboard keymap consolefont filesystems fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"

Command: /etc/mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=()

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf kms block keyboard keymap consolefont filesystems fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=()

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()


Command: inxi -zv8

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "",
        LC_ALL = (unset),
        LC_CTYPE = (unset),
        LC_NUMERIC = "C",
        LC_COLLATE = (unset),
        LC_TIME = (unset),
        LC_MESSAGES = (unset),
        LC_MONETARY = "en_AT.UTF-8",
        LC_ADDRESS = "de_AT.UTF-8",
        LC_IDENTIFICATION = "de_AT.UTF-8",
        LC_MEASUREMENT = "de_AT.UTF-8",
        LC_PAPER = "de_AT.UTF-8",
        LC_TELEPHONE = "de_AT.UTF-8",
        LC_NAME = "de_AT.UTF-8",
        LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
System:
  Kernel: 6.15.3-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.15-x86_64
    root=UUID=07d318bc-dcf4-48b4-8d93-778b982890d4 rw quiet
    udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.5 tk: Qt v: N/A info: frameworks v: 6.15.0
    wm: kwin_x11 vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop System: Gigabyte product: Z390 AORUS PRO v: N/A
    serial: <superuser required>
  Mobo: Gigabyte model: Z390 AORUS PRO-CF v: x.x
    serial: <superuser required> uuid: <superuser required>
    UEFI-[Legacy]: American Megatrends v: F12d date: 12/18/2019
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 16 GiB available: 15.55 GiB used: 2.84 GiB (18.3%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 64 GiB slots: 4 modules: 2 EC: None
    max-module-size: 16 GiB note: est.
  Device-1: ChannelA-DIMM0 type: no module installed
  Device-2: ChannelA-DIMM1 type: DDR4 detail: synchronous size: 8 GiB
    speed: 3200 MT/s volts: note: check curr: 1 min: 1 max: 1 width (bits):
    data: 64 total: 64 manufacturer: G.Skill part-no: F4-3200C16-8GVKB
    serial: N/A
  Device-3: ChannelB-DIMM0 type: no module installed
  Device-4: ChannelB-DIMM1 type: DDR4 detail: synchronous size: 8 GiB
    speed: 3200 MT/s volts: note: check curr: 1 min: 1 max: 1 width (bits):
    data: 64 total: 64 manufacturer: G.Skill part-no: F4-3200C16-8GVKB
    serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: Intel Core i7-9700K bits: 64 type: MCP arch: Coffee Lake
    gen: core 9 level: v3 note: check built: 2018 process: Intel 14nm family: 6
    model-id: 0x9E (158) stepping: 0xC (12) microcode: 0xF8
  Topology: cpus: 1x dies: 1 clusters: 8 cores: 8 smt: <unsupported> cache:
    L1: 512 KiB desc: d-8x32 KiB; i-8x32 KiB L2: 2 MiB desc: 8x256 KiB
    L3: 12 MiB desc: 1x12 MiB
  Speed (MHz): avg: 2400 min/max: 800/4900 scaling: driver: intel_pstate
    governor: powersave cores: 1: 2400 2: 2400 3: 2400 4: 2400 5: 2400 6: 2400
    7: 2400 8: 2400 bogomips: 57600
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
    arch_capabilities arch_perfmon art avx avx2 bmi1 bmi2 bts clflush
    clflushopt cmov constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64
    dtherm dts ept ept_ad erms est f16c flexpriority flush_l1d fma fpu
    fsgsbase fxsr ht hwp hwp_act_window hwp_epp hwp_notify ibpb ibrs ida
    intel_pt invpcid lahf_lm lm mca mce md_clear mmx monitor movbe mpx msr
    mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge
    pln pni popcnt pse pse36 pts rdrand rdseed rdtscp rep_good sdbg sep smap
    smep smx ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2
    tpr_shadow tsc tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic
    xgetbv1 xsave xsavec xsaveopt xsaves xtopology xtpr
  Vulnerabilities:
  Type: gather_data_sampling mitigation: Microcode
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: KVM: Split huge pages
  Type: l1tf status: Not affected
  Type: mds mitigation: Clear CPU buffers; SMT disabled
  Type: meltdown status: Not affected
  Type: mmio_stale_data mitigation: Clear CPU buffers; SMT disabled
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: IBRS
  Type: spec_rstack_overflow status: Not affected
  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: IBRS; IBPB: conditional; STIBP: disabled;
    RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds mitigation: Microcode
  Type: tsx_async_abort mitigation: TSX disabled
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 48 [RX 9070/9070 XT]
    vendor: XFX driver: amdgpu v: kernel pcie: gen: 5 speed: 32 GT/s lanes: 16
    ports: active: DP-3 empty: DP-1, DP-2, HDMI-A-1, Writeback-1
    bus-ID: 03:00.0 chip-ID: 1002:7550 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_x11 driver: X: loaded: amdgpu unloaded: modesetting,radeon
    alternate: fbdev,vesa dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3440x1440 s-dpi: 96 s-size: 910x381mm (35.83x15.00")
    s-diag: 987mm (38.84")
  Monitor-1: DP-3 mapped: DisplayPort-2 model: Dell AW3423DWF
    serial: <filter> built: 2023 res: N/A dpi: 109 gamma: 1.2 chroma: red:
    x: 0.710 y: 0.282 green: x: 0.243 y: 0.718 blue: x: 0.145 y: 0.051 white:
    x: 0.314 y: 0.329 size: 800x337mm (31.5x13.27") diag: 868mm (34.2")
    modes: 3440x1440, 2560x1440, 1920x1200, 1920x1080, 1600x1200, 1680x1050,
    1600x900, 1280x1024, 1440x900, 1280x800, 1152x864, 1280x720, 1024x768,
    800x600, 720x576, 720x480, 640x480, 720x400
  EDID-Warnings: 1: parse_edid: unknown tag 112
  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 x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.1.4-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon RX 9070 XT (radeonsi
    gfx1201 LLVM 20.1.6 DRM 3.63 6.15.3-1-MANJARO) device-ID: 1002:7550
    memory: 15.62 GiB unified: no
  API: Vulkan v: 1.4.313 layers: 6 device: 0 type: discrete-gpu name: AMD
    Radeon RX 9070 XT (RADV GFX1201) driver: mesa radv v: 25.1.4-arch1.1
    device-ID: 1002:7550 surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: lact wl: wayland-info
    x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Intel Cannon Lake PCH cAVS vendor: Gigabyte driver: snd_hda_intel
    v: kernel alternate: snd_soc_avs,snd_sof_pci_intel_cnl bus-ID: 00:1f.3
    chip-ID: 8086:a348 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD/ATI] driver: snd_hda_intel v: kernel
    pcie: gen: 5 speed: 32 GT/s lanes: 16 bus-ID: 03:00.1 chip-ID: 1002:ab40
    class-ID: 0403
  API: ALSA v: k6.15.3-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.5 status: off with: pipewire-media-session
    status: active tools: pw-cli
  Server-3: PulseAudio v: 17.0-43-g3e2bb status: active
    with: pulseaudio-alsa type: plugin tools: pacat,pactl,pavucontrol
Network:
  Device-1: Intel Ethernet I219-V vendor: Gigabyte driver: e1000e v: kernel
    port: N/A bus-ID: 00:1f.6 chip-ID: 8086:15bc class-ID: 0200
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 4.78 TiB used: 1.06 TiB (22.3%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:1 vendor: Western Digital
    model: WD BLACK SN850X 2000GB size: 1.82 TiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 620331WD temp: 42.9 C scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Western Digital
    model: WD BLACK SN850X 2000GB size: 1.82 TiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 620311WD temp: 41.9 C scheme: GPT
  ID-3: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 860 EVO 500GB
    size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 1B6Q scheme: GPT
  ID-4: /dev/sdb maj-min: 8:16 vendor: Samsung model: SSD 860 EVO 500GB
    size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 1B6Q scheme: GPT
  ID-5: /dev/sdc maj-min: 8:32 vendor: Samsung model: SSD 850 EVO 250GB
    size: 232.88 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 2B6Q scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 300.57 GiB size: 294.79 GiB (98.08%)
    used: 91.35 GiB (31.0%) fs: ext4 dev: /dev/sdb4 maj-min: 8:20 label: N/A
    uuid: 07d318bc-dcf4-48b4-8d93-778b982890d4
  ID-2: /run/media/fred/M.2-2TB-W raw-size: 1.82 TiB
    size: 1.82 TiB (100.00%) used: 393.93 GiB (21.1%) fs: ntfs
    dev: /dev/nvme1n1p1 maj-min: 259:2 label: M.2-2TB-W uuid: 5BFD0EB944863891
  ID-3: /run/media/fred/M.2A-2TB raw-size: 1.82 TiB size: 1.79 TiB (98.37%)
    used: 603.33 GiB (32.9%) fs: ext4 dev: /dev/nvme0n1p1 maj-min: 259:3
    label: M.2A-2TB uuid: c616db53-89db-417b-a3c1-a4634f601fe3
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 464.3 GiB fs: ntfs label: Win-SSD
    uuid: 6E9CD26C9CD22DF9
  ID-2: /dev/sda2 maj-min: 8:2 size: 100 MiB fs: vfat label: N/A
    uuid: 36E3-4747
  ID-3: /dev/sda3 maj-min: 8:3 size: 546 MiB fs: ntfs label: N/A
    uuid: 36F68638F685F7FF
  ID-4: /dev/sdb1 maj-min: 8:17 size: 16 MiB fs: <superuser required>
    label: N/A uuid: N/A
  ID-5: /dev/sdb3 maj-min: 8:19 size: 16 GiB fs: vfat label: IPM
    uuid: 5474-9295
  ID-6: /dev/sdc1 maj-min: 8:33 size: 1024 MiB fs: ext4 label: N/A
    uuid: 37fdb7b1-9c71-4977-984c-cfcec2aff282
  ID-7: /dev/sdc2 maj-min: 8:34 size: 231.88 GiB fs: btrfs label: N/A
    uuid: f9493092-6fe9-446e-b28c-d81377da466d
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 16 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 1-11:2 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Device-1: 1-11.4:4 info: Corsair H115i Platinum type: <vendor specific>
    driver: N/A interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1
    mode: 1.1 power: 64mA chip-ID: 1b1c:0c13 class-ID: 0000 serial: <filter>
  Device-2: 1-12:3 info: Integrated Express IT8297 RGB LED Controller
    type: keyboard driver: hid-generic,usbhid interfaces: 1 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 048d:8297 class-ID: 0301
  Hub-3: 1-13:5 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0608 class-ID: 0900
  Device-1: 1-13.1:6 info: Turtle Beach Vulcan II TKL Pro type: HID,keyboard
    driver: hid-generic,usbhid interfaces: 5 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 500mA chip-ID: 10f5:5001 class-ID: 0300
  Device-2: 1-13.4:7 info: Logitech G MX518 Gaming Mouse (MU0053)
    type: mouse,HID driver: hid-generic,usbhid interfaces: 2 rev: 2.0
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 300mA
    chip-ID: 046d:c08e class-ID: 0300 serial: <filter>
  Hub-4: 2-0:1 info: super-speed hub ports: 10 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
Sensors:
  System Temperatures: cpu: 32.0 C pch: 51.0 C mobo: N/A gpu: amdgpu
    temp: 36.0 C mem: 38.0 C
  Fan Speeds (rpm): cpu: 0 fan-2: 0 fan-3: 0 gpu: amdgpu fan: 0
  Power: 12v: N/A 5v: N/A 3.3v: 3.36 vbat: 3.14 gpu: amdgpu watts: 30.00
Repos:
  Packages: pm: pacman pkgs: 1570 libs: 445 tools: pamac,yay pm: flatpak
    pkgs: 0
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirror.easyname.at/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 248
  1: cpu: 9.3% command: Xorg pid: 581 mem: 162.5 MiB (1.0%)
  2: cpu: 4.0% command: firefox pid: 1443 mem: 516.4 MiB (3.2%)
  3: cpu: 3.0% command: firefox pid: 1723 mem: 335.5 MiB (2.1%)
  4: cpu: 2.1% command: audacious pid: 1362 mem: 110.0 MiB (0.6%)
  5: cpu: 1.7% command: kwin_x11 pid: 699 mem: 396.6 MiB (2.4%)
  Memory top: 5 of 248
  1: mem: 516.4 MiB (3.2%) command: firefox pid: 1443 cpu: 4.0%
  2: mem: 396.6 MiB (2.4%) command: kwin_x11 pid: 699 cpu: 1.7%
  3: mem: 396.5 MiB (2.4%) command: plasmashell pid: 740 cpu: 0.2%
  4: mem: 335.5 MiB (2.1%) command: firefox pid: 1723 cpu: 3.0%
  5: mem: 258.7 MiB (1.6%) command: kate pid: 2313 cpu: 0.9%
Info:
  Processes: 248 Power: uptime: 45m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 6.2 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: clang: 20.1.6 gcc: 15.1.1 Shell: Zsh v: 5.9 default: Bash
    v: 5.2.37 running-in: konsole inxi: 3.3.38

modprobe --showconfig|grep -v alias

options btusb reset=1
options bonding max_bonds=0
options dummy numdummies=0
options ifb numifbs=0
options udev log_priority=3
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep cifs
softdep ksmbd pre: crc32
softdep ksmbd pre: gcm
softdep ksmbd pre: ccm
softdep ksmbd pre: aead2
softdep ksmbd pre: sha512
softdep ksmbd pre: sha256
softdep ksmbd pre: cmac
softdep ksmbd pre: aes
softdep ksmbd pre: nls
softdep ksmbd pre: md5
softdep ksmbd pre: hmac
softdep ksmbd pre: ecb
softdep lrw pre: ecb
softdep irq_madera pre: madera
softdep gpio_madera pre: pinctrl-madera
softdep simatic_ipc_leds_gpio_core pre: platform:leds-gpio
softdep simatic_ipc_leds_gpio_apollolake pre: simatic-ipc-leds-gpio-core platform:apollolake-pinctrl
softdep simatic_ipc_leds_gpio_f7188x pre: simatic-ipc-leds-gpio-core gpio_f7188x
softdep simatic_ipc_leds_gpio_elkhartlake pre: simatic-ipc-leds-gpio-core platform:elkhartlake-pinctrl
softdep ipmi_msghandler post: ipmi_devintf
softdep arizona_i2c pre: arizona_ldo1
softdep arizona_spi pre: arizona_ldo1
softdep wm8994 pre: wm8994_regulator
softdep intel_lpss pre: platform:idma64
softdep dax_hmem pre: cxl_acpi
softdep cxl_acpi pre: cxl_port
softdep cxl_mem pre: cxl_port
softdep csiostor pre: cxgb4
softdep spi_pxa2xx_platform pre: dw_dmac
softdep dsa_loop pre: dsa_loop_bdinfo
softdep genet pre: mdio-bcm-unimac
softdep r8169 pre: realtek
softdep mgb4 pre: platform:xiic-i2c platform:xilinx_spi spi-nor
softdep max31760 pre: regmap_i2c
softdep ufshcd_core pre: governor_simpleondemand
softdep qat_4xxx pre: crypto-intel_qat
softdep qat_420xx pre: crypto-intel_qat
softdep hid_appletb_kbd pre: hid_appletb_bl
softdep amd_pmf pre: amdtee
softdep intel_atomisp2_led pre: asus_nb_wmi
softdep intel_skl_int3472_tps68470 pre: clk-tps68470 tps68470-regulator
softdep pcengines_apuv2 pre: platform:gpio_amd_fch platform:leds-gpio platform:gpio_keys_polled
softdep simatic_ipc_batt_apollolake pre: simatic-ipc-batt platform:apollolake-pinctrl
softdep simatic_ipc_batt_elkhartlake pre: simatic-ipc-batt platform:elkhartlake-pinctrl
softdep simatic_ipc_batt_f7188x pre: simatic-ipc-batt gpio_f7188x platform:elkhartlake-pinctrl platform:alderlake-pinctrl
softdep sel3350_platform pre: pinctrl_broxton leds-gpio
softdep vfio post: vfio_iommu_type1 vfio_iommu_spapr_tce
softdep snd_sof_intel_hda pre: snd-hda-codec-hdmi
softdep act_mpls post: mpls_gso
softdep xt_LOG pre: nf_log_syslog
softdep xt_NFLOG pre: nfnetlink_log
softdep xt_TRACE pre: nf_log_syslog
softdep mpls_iptunnel post: mpls_gso

# End of configuration files. Dumping indexes now:

journalctl -b-1 -p5 --no-pager

Jul 05 21:43:08 fred-Manj kernel: Linux version 6.15.3-1-MANJARO (linux615@manjaro) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 19 Jun 2025 15:49:42 +0000
Jul 05 21:43:08 fred-Manj kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.15-x86_64 root=UUID=07d318bc-dcf4-48b4-8d93-778b982890d4 rw quiet udev.log_priority=3
Jul 05 21:43:08 fred-Manj kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.15-x86_64", will be passed to user space.
Jul 05 21:43:08 fred-Manj kernel: random: crng init done
Jul 05 21:43:08 fred-Manj kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Jul 05 21:43:08 fred-Manj kernel: audit: type=2000 audit(1751744582.039:1): state=initialized audit_enabled=0 res=1
Jul 05 21:43:08 fred-Manj kernel: SCSI subsystem initialized
Jul 05 21:43:08 fred-Manj kernel: VFS: Disk quotas dquot_6.6.0
Jul 05 21:43:08 fred-Manj kernel: Initialise system trusted keyrings
Jul 05 21:43:08 fred-Manj kernel: Key type blacklist registered
Jul 05 21:43:08 fred-Manj kernel: integrity: Platform Keyring initialized
Jul 05 21:43:08 fred-Manj kernel: integrity: Machine keyring initialized
Jul 05 21:43:08 fred-Manj kernel: Key type asymmetric registered
Jul 05 21:43:08 fred-Manj kernel: Asymmetric key parser 'x509' registered
Jul 05 21:43:08 fred-Manj kernel: Loading compiled-in X.509 certificates
Jul 05 21:43:08 fred-Manj kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 871e4137b2b969760650e6462f8244a93980416e'
Jul 05 21:43:08 fred-Manj kernel: Key type .fscrypt registered
Jul 05 21:43:08 fred-Manj kernel: Key type fscrypt-provisioning registered
Jul 05 21:43:08 fred-Manj kernel: Key type big_key registered
Jul 05 21:43:08 fred-Manj kernel: ata4.00: Model 'Samsung SSD 850 EVO 250GB', rev 'EMT02B6Q', applying quirks: noncqtrim zeroaftertrim
Jul 05 21:43:08 fred-Manj kernel: ata4.00: supports DRM functions and may not be fully accessible
Jul 05 21:43:08 fred-Manj kernel: ata3.00: Model 'Samsung SSD 860 EVO 500GB', rev 'RVT01B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
Jul 05 21:43:08 fred-Manj kernel: ata3.00: supports DRM functions and may not be fully accessible
Jul 05 21:43:08 fred-Manj kernel: ata2.00: Model 'Samsung SSD 860 EVO 500GB', rev 'RVT01B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
Jul 05 21:43:08 fred-Manj kernel: ata2.00: supports DRM functions and may not be fully accessible
Jul 05 21:43:08 fred-Manj kernel: ata4.00: supports DRM functions and may not be fully accessible
Jul 05 21:43:08 fred-Manj kernel: ata3.00: supports DRM functions and may not be fully accessible
Jul 05 21:43:08 fred-Manj kernel: ata2.00: supports DRM functions and may not be fully accessible
Jul 05 21:43:08 fred-Manj kernel: scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 860  1B6Q PQ: 0 ANSI: 5
Jul 05 21:43:08 fred-Manj kernel: sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jul 05 21:43:08 fred-Manj kernel: sd 1:0:0:0: [sda] Write Protect is off
Jul 05 21:43:08 fred-Manj kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 05 21:43:08 fred-Manj kernel: scsi 2:0:0:0: Direct-Access     ATA      Samsung SSD 860  1B6Q PQ: 0 ANSI: 5
Jul 05 21:43:08 fred-Manj kernel: sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jul 05 21:43:08 fred-Manj kernel: sd 2:0:0:0: [sdb] Write Protect is off
Jul 05 21:43:08 fred-Manj kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 05 21:43:08 fred-Manj kernel: scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
Jul 05 21:43:08 fred-Manj kernel: sd 3:0:0:0: [sdc] 488395055 512-byte logical blocks: (250 GB/233 GiB)
Jul 05 21:43:08 fred-Manj kernel: sd 3:0:0:0: [sdc] Write Protect is off
Jul 05 21:43:08 fred-Manj kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 05 21:43:08 fred-Manj kernel: sd 1:0:0:0: [sda] supports TCG Opal
Jul 05 21:43:08 fred-Manj kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Jul 05 21:43:08 fred-Manj kernel: sd 2:0:0:0: [sdb] supports TCG Opal
Jul 05 21:43:08 fred-Manj kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Jul 05 21:43:08 fred-Manj kernel: sd 3:0:0:0: [sdc] supports TCG Opal
Jul 05 21:43:08 fred-Manj kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Jul 05 21:43:08 fred-Manj kernel: Key type psk registered
Jul 05 21:43:08 fred-Manj kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Jul 05 21:43:08 fred-Manj kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jul 05 21:43:08 fred-Manj kernel: 0x000000000000-0x000001000000 : "BIOS"
Jul 05 21:43:09 fred-Manj (modprobe)[512]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jul 05 21:43:09 fred-Manj polkitd[513]: Loading rules from directory /etc/polkit-1/rules.d
Jul 05 21:43:09 fred-Manj polkitd[513]: Loading rules from directory /run/polkit-1/rules.d
Jul 05 21:43:09 fred-Manj polkitd[513]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jul 05 21:43:09 fred-Manj polkitd[513]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Jul 05 21:43:09 fred-Manj polkitd[513]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jul 05 21:43:09 fred-Manj polkitd[513]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 05 21:43:09 fred-Manj polkitd[513]: Finished loading, compiling and executing 6 rules
Jul 05 21:43:09 fred-Manj polkitd[513]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 05 21:43:09 fred-Manj ModemManager[562]: <msg> ModemManager (version 1.24.0-1) starting in system bus...
Jul 05 21:43:09 fred-Manj coolercontrold[576]: Logging Level: INFO
Jul 05 21:43:09 fred-Manj coolercontrold[576]: System Info:
                                               CoolerControlD 2.2.1
                                               Name:        Manjaro Linux
                                               OS:                Linux (Manjaro Linux 25.0.4)
                                               Host:        fred-Manj
                                               Kernel:        6.15.3-1-MANJARO
                                               Board Manufacturer:        Gigabyte Technology Co., Ltd.
                                               Board Name:                Z390 AORUS PRO-CF
                                               Board Version:        x.x
                                               BIOS Manufacturer:        American Megatrends Inc.
                                               BIOS Version:        5.13
Jul 05 21:43:09 fred-Manj coolercontrold[576]: Configuration file check successful
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initializing Devices...
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Attempting to connect to coolercontrol-liqctld...
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Communication established with coolercontrol-liqctld.
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Skipping disabled device: Gigabyte RGB Fusion 2.0 8297 Controller with UID: 6652394d0545f0577cc613773ca85145b28fb5a266512af9e414704d3ed10744
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initialized Liquidctl Devices: {"Corsair Hydro H115i Pro":{"driver version":["1.15.0"],"driver name":["HydroPro"],"locations":["4"]}}
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Skipping disabled device: acpitz with UID: f42333b13a2853dfb8e516c576470622e74a4659bfffe7ca229f68733beae979
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Skipping disabled device: pch_cannonlake with UID: 524778e4a6e810a8814e6cf90367bc8d5f8faf67bb9e44758f6219d9ea5d76cf
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Skipping disabled device: it8792 with UID: 261622c90195c82fcf3b2efaa0b9e8834a8f5328867e8511183b1071bd0613a1
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initialized Hwmon Devices: {"nvme0":{"driver name":[""],"driver version":["6.15.3-1-MANJARO"],"locations":["/sys/class/hwmon/hwmon2","/sys/devices/pci0000:00/0000:00:1b.0/0000:04:00.0/nvme/nvme0"]},"nvme1":{"driver name":[""],"locations":["/sys/class/hwmon/hwmon1","/sys/devices/pci0000:00/0000:00:1d.0/0000:06:00.0/nvme/nvme1"],"driver version":["6.15.3-1-MANJARO"]}}
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initialized CPU Devices: {"Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz":{"driver name":[""],"driver version":["6.15.3-1-MANJARO"],"locations":["/sys/class/hwmon/hwmon5","/sys/devices/platform/coretemp.0","platform:coretemp"]}}
Jul 05 21:43:10 fred-Manj coolercontrold[576]: PWM fan at /sys/class/hwmon/hwmon3/pwm1 is NOT writable - Fan control is not currently supported by the installed driver.
Jul 05 21:43:10 fred-Manj coolercontrold[576]: PWM fan at /sys/class/hwmon/hwmon3/pwm1 is NOT writable - Fan control is not currently supported by the installed driver.
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initialized GPU Devices: {"amdgpu":{"locations":["/sys/class/hwmon/hwmon3","/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0","pci:v00001002d00007550sv00001EAEsd00008811bc03sc00i00"],"driver name":["amdgpu"],"driver version":["6.15.3-1-MANJARO"]}}
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initialized Custom Sensors: []
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Applying all saved device settings
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Successfully applied:: Corsair Hydro H115i Pro | fan1 |  Profile: Fan
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Successfully applied:: Corsair Hydro H115i Pro | pump |  Profile: Pump
Jul 05 21:43:10 fred-Manj coolercontrold[576]: API bound to address: 127.0.0.1:11987
Jul 05 21:43:10 fred-Manj coolercontrold[576]: API bound to address: [::1]:11987
Jul 05 21:43:10 fred-Manj coolercontrold[576]: Initialization Complete
Jul 05 21:43:10 fred-Manj sddm[581]: Could not setup default cursor
Jul 05 21:43:11 fred-Manj sddm-helper[615]: pam_kwallet5(sddm-autologin:auth): pam_kwallet5: Couldn't get password (it is empty)
Jul 05 21:43:11 fred-Manj sddm-helper[615]: pam_kwallet5(sddm-autologin:auth): pam_kwallet5: Empty or missing password, doing nothing
Jul 05 21:43:11 fred-Manj dbus-broker-launch[507]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jul 05 21:43:11 fred-Manj (systemd)[621]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[fred] ruser=[<unknown>] rhost=[<unknown>]
Jul 05 21:43:11 fred-Manj dbus-broker-launch[650]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jul 05 21:43:11 fred-Manj dbus-broker-launch[650]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jul 05 21:43:11 fred-Manj dbus-broker-launch[650]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 05 21:43:11 fred-Manj kapplymousetheme[652]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                 Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                 If this causes problems, reconfigure your locale. See the locale(1) manual
                                                 for more information.
Jul 05 21:43:11 fred-Manj systemd[621]: Reload requested from client PID 631 ('startplasma-x11')...
Jul 05 21:43:11 fred-Manj plasma_waitforname[660]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                   Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                   If this causes problems, reconfigure your locale. See the locale(1) manual
                                                   for more information.
Jul 05 21:43:11 fred-Manj kde-systemd-start-condition[664]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                            Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                            If this causes problems, reconfigure your locale. See the locale(1) manual
                                                            for more information.
Jul 05 21:43:11 fred-Manj kcminit_startup[666]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                If this causes problems, reconfigure your locale. See the locale(1) manual
                                                for more information.
Jul 05 21:43:11 fred-Manj kglobalacceld[663]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                              Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                              If this causes problems, reconfigure your locale. See the locale(1) manual
                                              for more information.
Jul 05 21:43:12 fred-Manj kded6[703]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                      Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                      If this causes problems, reconfigure your locale. See the locale(1) manual
                                      for more information.
Jul 05 21:43:12 fred-Manj ksmserver[701]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                          Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                          If this causes problems, reconfigure your locale. See the locale(1) manual
                                          for more information.
Jul 05 21:43:12 fred-Manj kwin_x11[704]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                         Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                         If this causes problems, reconfigure your locale. See the locale(1) manual
                                         for more information.
Jul 05 21:43:12 fred-Manj kded6[703]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Jul 05 21:43:12 fred-Manj kded6[703]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Jul 05 21:43:12 fred-Manj qdbus[746]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                      Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                      If this causes problems, reconfigure your locale. See the locale(1) manual
                                      for more information.
Jul 05 21:43:12 fred-Manj plasmashell[745]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                            Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                            If this causes problems, reconfigure your locale. See the locale(1) manual
                                            for more information.
Jul 05 21:43:12 fred-Manj kded6[703]: QDBusObjectPath: invalid path "/modules/oom-notifier"
Jul 05 21:43:12 fred-Manj kded6[703]: kf.dbusaddons: The kded module name "oom-notifier" is invalid!
Jul 05 21:43:12 fred-Manj plasmashell[745]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj kactivitymanagerd[785]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                  Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                  If this causes problems, reconfigure your locale. See the locale(1) manual
                                                  for more information.
Jul 05 21:43:12 fred-Manj plasmashell[745]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj plasmashell[745]: kf.plasma.core: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj plasmashell[745]: kf.plasma.core: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj gmenudbusmenuproxy[792]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                   Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                   If this causes problems, reconfigure your locale. See the locale(1) manual
                                                   for more information.
Jul 05 21:43:12 fred-Manj kaccess[793]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                        Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                        If this causes problems, reconfigure your locale. See the locale(1) manual
                                        for more information.
Jul 05 21:43:12 fred-Manj xembedsniproxy[797]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                               Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                               If this causes problems, reconfigure your locale. See the locale(1) manual
                                               for more information.
Jul 05 21:43:12 fred-Manj polkit-kde-authentication-agent-1[794]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                                  Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                                  If this causes problems, reconfigure your locale. See the locale(1) manual
                                                                  for more information.
Jul 05 21:43:12 fred-Manj xdg-desktop-portal-kde[796]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                       Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                       If this causes problems, reconfigure your locale. See the locale(1) manual
                                                       for more information.
Jul 05 21:43:12 fred-Manj org_kde_powerdevil[795]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
Jul 05 21:43:12 fred-Manj org_kde_powerdevil[795]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                   Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                   If this causes problems, reconfigure your locale. See the locale(1) manual
                                                   for more information.
Jul 05 21:43:12 fred-Manj polkitd[513]: Registered Authentication Agent for unix-session:1 (system bus name :1.27 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Jul 05 21:43:12 fred-Manj kwin_x11[704]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj kwin_x11[704]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj kwin_x11[704]: kf.plasma.core: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj kwin_x11[704]: kf.plasma.core: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj org_kde_powerdevil[795]: Failed to create wl_display (No such file or directory)
Jul 05 21:43:12 fred-Manj org_kde_powerdevil[795]: Initializing libddcutil.  ddcutil version: 2.2.0, shared library: /usr/lib/libddcutil.so.5.2.0
Jul 05 21:43:12 fred-Manj org_kde_powerdevil[795]: [   795] Options passed from client:
Jul 05 21:43:12 fred-Manj org_kde_powerdevil[795]: [   795] Applying combined libddcutil options:
Jul 05 21:43:12 fred-Manj plasmashell[745]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:12 fred-Manj plasmashell[745]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth":
                                            file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9
Jul 05 21:43:12 fred-Manj pulseaudio[786]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.bluez': unit failed
Jul 05 21:43:12 fred-Manj plasmashell[745]: Toolbox not loading, toolbox package is either invalid or disabled.
Jul 05 21:43:12 fred-Manj kioworker[908]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                          Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                          If this causes problems, reconfigure your locale. See the locale(1) manual
                                          for more information.
Jul 05 21:43:12 fred-Manj kscreen_backend_launcher[909]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                         Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                         If this causes problems, reconfigure your locale. See the locale(1) manual
                                                         for more information.
Jul 05 21:43:12 fred-Manj kded6[703]: QDBusObjectPath: invalid path "/modules/wpad-detector"
Jul 05 21:43:12 fred-Manj kded6[703]: kf.dbusaddons: The kded module name "wpad-detector" is invalid!
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] busno=8, Feature 0xdd should not exist but ddc_get_nontable_vcp_value() succeeds, returning mh=0xff ml=0xff sh=0x00 sl=0xff
Jul 05 21:43:13 fred-Manj kconf_update[925]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                             Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                             If this causes problems, reconfigure your locale. See the locale(1) manual
                                             for more information.
Jul 05 21:43:13 fred-Manj kconf_update[925]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Jul 05 21:43:13 fred-Manj kconf_update[925]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
Jul 05 21:43:13 fred-Manj kconf_update[925]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Jul 05 21:43:13 fred-Manj kconf_update[925]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
Jul 05 21:43:13 fred-Manj udisksd[926]: udisks daemon version 2.10.1 starting
Jul 05 21:43:13 fred-Manj kernel: nvme nvme0: using unchecked data buffer
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] busno=8, Feature 0x41 should not exist but ddc_get_nontable_vcp_value() succeeds, returning mh=0xff ml=0xff sh=0x00 sl=0xff
Jul 05 21:43:13 fred-Manj kernel: block nvme0n1: No UUID available providing old NGUID
Jul 05 21:43:13 fred-Manj udisksd[926]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 05 21:43:13 fred-Manj dbus-broker-launch[507]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jul 05 21:43:13 fred-Manj udisksd[926]: Mounted /dev/nvme1n1p1 at /run/media/fred/M.2A-2TB on behalf of uid 1000
Jul 05 21:43:13 fred-Manj kded6[703]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_03_00.1.hdmi-stereo-extra2.monitor"
Jul 05 21:43:13 fred-Manj kded6[703]: kscreen.kded: PowerDevil SuspendSession action not available!
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] busno=8, Feature 0x00 should not exist but ddc_get_nontable_vcp_value() succeeds, returning mh=0xff ml=0xff sh=0x00 sl=0xff
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] busno=8, All features that should not exist detected. Monitor does not indicate unsupported
Jul 05 21:43:13 fred-Manj plasmashell[745]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/main.qml:310:13: QML Image: Cannot open: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/start-here-kde-symbolic
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: Library initialization complete.
Jul 05 21:43:13 fred-Manj ModemManager[562]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1f.6': not supported by any plugin
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] Watching for display connection changes, resolved watch mode = Watch_Mode_Xevent, poll loop interval = 100 millisec
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795]                                          extra_stabilization_millisec: 0,  stabilization_poll_millisec: 100
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] libddcutil recheck thread (nil) started
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   795] libddcutil watch thread 0x55f7023cbb40 started
Jul 05 21:43:13 fred-Manj udisksd[926]: Mounted /dev/nvme0n1p1 at /run/media/fred/M.2-2TB-W on behalf of uid 1000
Jul 05 21:43:13 fred-Manj org_kde_powerdevil[795]: [   956] (dw_recheck_displays_func) Recheck interval: Slept for 200 millisec
Jul 05 21:43:13 fred-Manj kdeconnectd[958]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                            Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                            If this causes problems, reconfigure your locale. See the locale(1) manual
                                            for more information.
Jul 05 21:43:14 fred-Manj kdeconnectd[958]: 2025-07-05T21:43:14 default: Cannot find a compatible running Bluez. Please check the Bluez installation. QtBluetooth requires at least BlueZ version 5.
Jul 05 21:43:14 fred-Manj kdeconnectd[958]: 2025-07-05T21:43:14 default: Error sending UDP packet: QAbstractSocket::NetworkError
Jul 05 21:43:14 fred-Manj kdeconnectd[958]: 2025-07-05T21:43:14 kdeconnect.core: No local bluetooth adapter found
Jul 05 21:43:14 fred-Manj kioworker[977]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                          Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                          If this causes problems, reconfigure your locale. See the locale(1) manual
                                          for more information.
Jul 05 21:43:14 fred-Manj backlighthelper[1001]: org.kde.powerdevil: no kernel backlight interface found
Jul 05 21:43:14 fred-Manj org_kde_powerdevil[795]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 05 21:43:14 fred-Manj org_kde_powerdevil[795]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Jul 05 21:43:14 fred-Manj org_kde_powerdevil[795]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Jul 05 21:43:14 fred-Manj plasmashell[745]: org.kde.applets.brightness: D-Bus action "KeyboardBrightnessControl" is not available at service "org.kde.Solid.PowerManagement"
Jul 05 21:43:14 fred-Manj plasmashell[745]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_03_00.1.hdmi-stereo-extra2.monitor"
Jul 05 21:43:14 fred-Manj org_kde_powerdevil[795]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 05 21:43:14 fred-Manj qdbus[1041]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                       Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                       If this causes problems, reconfigure your locale. See the locale(1) manual
                                       for more information.
Jul 05 21:43:14 fred-Manj kdeconnectd[1022]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                             Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                             If this causes problems, reconfigure your locale. See the locale(1) manual
                                             for more information.
Jul 05 21:43:14 fred-Manj plasma-fallback-session-restore[1047]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                                 Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                                 If this causes problems, reconfigure your locale. See the locale(1) manual
                                                                 for more information.
Jul 05 21:43:14 fred-Manj pamac-tray-plasma[1049]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                   Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                   If this causes problems, reconfigure your locale. See the locale(1) manual
                                                   for more information.
Jul 05 21:43:14 fred-Manj psensor[1033]: Locale not supported by C library.
                                                 Using the fallback 'C' locale.
Jul 05 21:43:14 fred-Manj plasmashell[1063]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                             Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                             If this causes problems, reconfigure your locale. See the locale(1) manual
                                             for more information.
Jul 05 21:43:14 fred-Manj pamac-tray-plas[1049]: updates_checker.vala:59: check updates
Jul 05 21:43:14 fred-Manj coolercontrol[1021]: 2025-07-05T21:43:14 coolercontrol WARN [default]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                               Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                               If this causes problems, reconfigure your locale. See the locale(1) manual
                                               for more information.
Jul 05 21:43:15 fred-Manj QtWebEngineProcess[1206]: 2025-07-05T21:43:15 coolercontrol WARN [default]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                    Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                    If this causes problems, reconfigure your locale. See the locale(1) manual
                                                    for more information.
Jul 05 21:43:15 fred-Manj QtWebEngineProcess[1205]: 2025-07-05T21:43:15 coolercontrol WARN [default]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                    Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                    If this causes problems, reconfigure your locale. See the locale(1) manual
                                                    for more information.
Jul 05 21:43:20 fred-Manj kwin_x11[704]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 21:43:34 fred-Manj firefox[1311]: Locale not supported by C library.
                                                 Using the fallback 'C' locale.
Jul 05 21:43:35 fred-Manj kwin_x11[704]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Jul 05 21:44:11 fred-Manj systemd[621]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 05 21:44:11 fred-Manj systemd[621]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Jul 05 22:33:45 fred-Manj xembedsniproxy[797]: qt.dbus.integration: QDBusConnection: couldn't handle call to ProvideXdgActivationToken, no slot matched
Jul 05 22:33:45 fred-Manj xembedsniproxy[797]: qt.dbus.integration: QDBusConnection: couldn't handle call to ProvideXdgActivationToken, no slot matched
Jul 05 22:33:45 fred-Manj xembedsniproxy[797]: qt.dbus.integration: Could not find slot StatusNotifierItemAdaptor::ProvideXdgActivationToken
Jul 05 22:41:51 fred-Manj systemsettings[5213]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                If this causes problems, reconfigure your locale. See the locale(1) manual
                                                for more information.
Jul 05 22:41:51 fred-Manj systemsettings[5213]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
Jul 05 22:41:52 fred-Manj systemsettings[5213]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 22:41:52 fred-Manj systemsettings[5213]: kf.svg: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 22:41:52 fred-Manj systemsettings[5213]: kf.plasma.core: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 22:41:52 fred-Manj systemsettings[5213]: kf.plasma.core: The theme "Gently" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
Jul 05 22:43:14 fred-Manj pamac-tray-plas[1049]: updates_checker.vala:59: check updates
Jul 05 22:43:23 fred-Manj systemsettings[5213]: qml: Pushed pages do not conform to the rules. Please check the documentation.
Jul 05 22:47:04 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:50:01 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:50:02 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:50:02 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:50:02 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:51:32 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:54:38 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:54:39 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:54:40 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:54:40 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 22:54:42 fred-Manj konsole[6319]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                         Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                         If this causes problems, reconfigure your locale. See the locale(1) manual
                                         for more information.
Jul 05 22:54:43 fred-Manj konsole[6319]: QLayout: Cannot add a null widget to QHBoxLayout/
Jul 05 22:55:15 fred-Manj sudo[6407]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd -a pci free 0300
Jul 05 22:55:15 fred-Manj kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
Jul 05 22:55:15 fred-Manj kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0
Jul 05 22:55:15 fred-Manj kernel: sd 3:0:0:0: Attached scsi generic sg2 type 0
Jul 05 23:01:23 fred-Manj plasmashell[745]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Jul 05 23:06:36 fred-Manj polkitd[513]: Operator of unix-session:1 successfully authenticated as unix-user:fred to gain TEMPORARY authorization for action org.manjaro.msm.locale.save for system-bus-name::1.119 [/usr/bin/manjaro-settings-manager] (owned by unix-user:fred)
Jul 05 23:06:36 fred-Manj systemd[1]: Reload requested from client PID 7109 ('systemd-localed') (unit systemd-localed.service)...
Jul 05 23:07:43 fred-Manj systemd[1]: Reload requested from client PID 7234 ('systemd-localed') (unit systemd-localed.service)...
Jul 05 23:08:52 fred-Manj unix_chkpwd[7405]: password check failed for user (fred)
Jul 05 23:08:52 fred-Manj sudo[7402]: pam_unix(sudo:auth): authentication failure; logname=fred uid=1000 euid=0 tty=/dev/pts/0 ruser=fred rhost=  user=fred
Jul 05 23:08:57 fred-Manj sudo[7402]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd-gpu --check
Jul 05 23:09:03 fred-Manj sudo[7420]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd-gpu --check
Jul 05 23:09:19 fred-Manj sudo[7444]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd-gpu --status
Jul 05 23:11:06 fred-Manj dolphin[7553]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                         Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                         If this causes problems, reconfigure your locale. See the locale(1) manual
                                         for more information.
Jul 05 23:11:07 fred-Manj kioworker[7586]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                           Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                           If this causes problems, reconfigure your locale. See the locale(1) manual
                                           for more information.
Jul 05 23:11:07 fred-Manj kioworker[7584]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                           Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                           If this causes problems, reconfigure your locale. See the locale(1) manual
                                           for more information.
Jul 05 23:11:07 fred-Manj kioworker[7592]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                           Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                           If this causes problems, reconfigure your locale. See the locale(1) manual
                                           for more information.
Jul 05 23:11:45 fred-Manj sudo[7661]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd-gpu --setmod
Jul 05 23:15:48 fred-Manj sudo[7856]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd-gpu --status
Jul 05 23:15:55 fred-Manj sudo[7869]:     fred : TTY=pts/0 ; PWD=/home/fred ; USER=root ; COMMAND=/usr/bin/mhwd-gpu --check
Jul 05 23:36:00 fred-Manj kioworker[9426]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                           Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                           If this causes problems, reconfigure your locale. See the locale(1) manual
                                           for more information.
Jul 05 23:39:37 fred-Manj kbuildsycoca6[9755]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                               Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                               If this causes problems, reconfigure your locale. See the locale(1) manual
                                               for more information.
Jul 05 23:39:37 fred-Manj kbuildsycoca6[9848]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                               Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                               If this causes problems, reconfigure your locale. See the locale(1) manual
                                               for more information.
Jul 05 23:43:14 fred-Manj pamac-tray-plas[1049]: updates_checker.vala:59: check updates
Jul 06 00:01:00 fred-Manj anacron[10920]: Anacron started on 2025-07-06
Jul 06 00:01:00 fred-Manj anacron[10920]: Normal exit (0 jobs run)
Jul 06 00:43:14 fred-Manj pamac-tray-plas[1049]: updates_checker.vala:59: check updates
Jul 06 01:01:00 fred-Manj anacron[14586]: Anacron started on 2025-07-06
Jul 06 01:01:00 fred-Manj anacron[14586]: Normal exit (0 jobs run)
Jul 06 01:31:48 fred-Manj systemd[621]: app-firefox@f44012a1d63e4464ab6b9baeb2304726.service: Consumed 4h 44min 46.249s CPU time, 3.4G memory peak.
Jul 06 01:32:06 fred-Manj plasma-shutdown[16381]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                  Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                  If this causes problems, reconfigure your locale. See the locale(1) manual
                                                  for more information.
Jul 06 01:32:07 fred-Manj psensor[1033]: GdkWindow 0x320000b unexpectedly destroyed
Jul 06 01:32:07 fred-Manj polkitd[513]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.27, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Jul 06 01:32:07 fred-Manj coolercontrol[1021]: 2025-07-06T01:32:07 coolercontrol WARN [default]: Release of profile requested but WebEnginePage still not deleted. Expect troubles !
Jul 06 01:32:07 fred-Manj psensor[1033]: The program 'psensor' received an X Window System error.
                                         This probably reflects a bug in the program.
                                         The error was 'BadWindow (invalid Window parameter)'.
                                           (Details: serial 5892 error_code 3 request_code 18 (core protocol) minor_code 0)
                                           (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.)
Jul 06 01:32:07 fred-Manj kernel: amdgpu 0000:03:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
Jul 06 01:32:07 fred-Manj kernel: amdgpu 0000:03:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
Jul 06 01:32:07 fred-Manj systemd[621]: app-psensor@autostart.service: Main process exited, code=exited, status=1/FAILURE
Jul 06 01:32:07 fred-Manj systemd[621]: app-psensor@autostart.service: Failed with result 'exit-code'.
Jul 06 01:32:07 fred-Manj kernel: amdgpu 0000:03:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
Jul 06 01:32:07 fred-Manj plasmashell[745]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:130: TypeError: Cannot read property 'screenGeometry' of null
Jul 06 01:32:07 fred-Manj systemd[621]: app-org.coolercontrol.CoolerControl@autostart.service: Consumed 4min 12.859s CPU time, 635.9M memory peak.
Jul 06 01:32:07 fred-Manj plasmashell[745]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:260: TypeError: Cannot read property 'plasmoid' of undefined
Jul 06 01:32:07 fred-Manj systemd-logind[514]: The system will power off now!
Jul 06 01:32:07 fred-Manj systemd-logind[514]: System is powering down.
Jul 06 01:32:07 fred-Manj sddm-helper[615]: Signal received: SIGTERM
Jul 06 01:32:07 fred-Manj sddm[581]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jul 06 01:32:07 fred-Manj sddm[581]: Auth: sddm-helper (--socket /tmp/sddm-auth-575bf9d4-bbcf-46fd-9885-58a7a05ca71c --id 1 --start /usr/bin/startplasma-x11 --user fred --autologin) crashed (exit code 1)
Jul 06 01:32:07 fred-Manj sddm[581]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jul 06 01:32:07 fred-Manj sddm[581]: Auth: sddm-helper exited with 1
Jul 06 01:32:07 fred-Manj kernel: amdgpu 0000:03:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
Jul 06 01:32:07 fred-Manj ModemManager[562]: <msg> caught signal, shutting down...
Jul 06 01:32:07 fred-Manj ModemManager[562]: <msg> ModemManager is shut down
Jul 06 01:32:07 fred-Manj sddm[581]: Signal received: SIGTERM
Jul 06 01:32:07 fred-Manj ksmserver[701]: The X11 connection broke (error 1). Did the X11 server die?
Jul 06 01:32:07 fred-Manj kded6[703]: The X11 connection broke (error 1). Did the X11 server die?
Jul 06 01:32:07 fred-Manj udisksd[926]: udisks daemon version 2.10.1 exiting
Jul 06 01:32:07 fred-Manj kded6[703]: The X11 connection broke: I/O error (code 1)
Jul 06 01:32:07 fred-Manj systemd[621]: plasma-kded6.service: Main process exited, code=exited, status=1/FAILURE
Jul 06 01:32:07 fred-Manj systemd[621]: plasma-kded6.service: Failed with result 'exit-code'.
Jul 06 01:32:07 fred-Manj systemd[621]: dbus-:1.52-org.a11y.atspi.Registry@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 06 01:32:07 fred-Manj systemd[621]: dbus-:1.52-org.a11y.atspi.Registry@0.service: Failed with result 'exit-code'.
Jul 06 01:32:07 fred-Manj (modprobe)[16451]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jul 06 01:32:07 fred-Manj systemd[621]: app-freetube@0b2480181a0642a5906bd0c996e81a4d.service: Main process exited, code=exited, status=1/FAILURE
Jul 06 01:32:07 fred-Manj systemd[621]: app-freetube@0b2480181a0642a5906bd0c996e81a4d.service: Failed with result 'exit-code'.
Jul 06 01:32:07 fred-Manj systemd[621]: app-freetube@0b2480181a0642a5906bd0c996e81a4d.service: Consumed 8min 52.875s CPU time, 781.6M memory peak.
Jul 06 01:32:07 fred-Manj kwin_x11[704]: kwin_scene_opengl: Could not delete framebuffer because no context is current
Jul 06 01:32:07 fred-Manj systemd[621]: plasma-kwin_x11.service: Main process exited, code=exited, status=15/n/a
Jul 06 01:32:07 fred-Manj systemd[621]: plasma-kwin_x11.service: Failed with result 'exit-code'.
Jul 06 01:32:07 fred-Manj systemd[621]: plasma-kwin_x11.service: Consumed 15min 54.503s CPU time, 287.6M memory peak.
Jul 06 01:32:07 fred-Manj systemd[621]: session.slice: Consumed 17min 49.559s CPU time, 744.6M memory peak.
Jul 06 01:32:07 fred-Manj systemd[621]: app.slice: Consumed 4h 59min 41.140s CPU time, 4.8G memory peak.
Jul 06 01:32:07 fred-Manj systemd[1]: user@1000.service: Consumed 5h 17min 49.308s CPU time, 5.6G memory peak.
Jul 06 01:32:07 fred-Manj systemd[1]: user-1000.slice: Consumed 5h 17min 49.516s CPU time, 5.7G memory peak.
Jul 06 01:32:07 fred-Manj systemd[1]: sddm.service: Consumed 31min 14.365s CPU time, 237M memory peak.
Jul 06 01:32:08 fred-Manj coolercontrold[576]: Main process shutting down
Jul 06 01:32:08 fred-Manj coolercontrold[576]: LIQUIDCTL Repository Shutdown
Jul 06 01:32:08 fred-Manj coolercontrold[576]: CPU Repository shutdown
Jul 06 01:32:08 fred-Manj coolercontrold[576]: GPU Repository shutdown
Jul 06 01:32:08 fred-Manj coolercontrold[576]: HWMON Repository shutdown
Jul 06 01:32:08 fred-Manj coolercontrold[576]: CUSTOM_SENSORS Repository shutdown
Jul 06 01:32:08 fred-Manj coolercontrold[576]: Shutdown Complete
Jul 06 01:32:08 fred-Manj dbus-broker-launch[507]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 06 01:32:08 fred-Manj systemd[1]: user.slice: Consumed 5h 17min 49.516s CPU time, 5.7G memory peak.
Jul 06 01:32:08 fred-Manj systemd[1]: Shutting down.

sudo dmesg -l err,warn,emerg,alert,crit

[    0.082832] x86/cpu: SGX disabled or unsupported by BIOS.
[    1.305825] ata2.00: Model 'Samsung SSD 860 EVO 500GB', rev 'RVT01B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
[    1.305902] ata3.00: Model 'Samsung SSD 860 EVO 500GB', rev 'RVT01B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
[    1.305973] ata2.00: supports DRM functions and may not be fully accessible
[    1.306044] ata3.00: supports DRM functions and may not be fully accessible
[    1.307282] ata4.00: Model 'Samsung SSD 850 EVO 250GB', rev 'EMT02B6Q', applying quirks: noncqtrim zeroaftertrim
[    1.307385] ata4.00: supports DRM functions and may not be fully accessible
[    1.310473] ata4.00: supports DRM functions and may not be fully accessible
[    1.313393] ata2.00: supports DRM functions and may not be fully accessible
[    1.313564] ata3.00: supports DRM functions and may not be fully accessible
[    6.049837] spi-nor spi0.0: supply vcc not found, using dummy regulator
[   11.025155] nvme nvme0: using unchecked data buffer
[   11.039833] block nvme0n1: No UUID available providing old NGUID
[  874.318037] FAT-fs (sdb3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.