AMD A8-7680 (Radeon R5, GCN 3 - Wani) stuck on llvmpipe with amdgpu enabled

is fast boot disabled in windows? if not, disable it, and test

1 Like

yes sir fast boot was disabled

and is secure boot disabled in bios?
are you now running with nomodeset parameter?
post output from:
mhwd -li
and try this command, and post output from it:
sudo modprobe -v amdgpu

1 Like
  • yes sir secure boot is disable
  • yes i am running rn at nomodeset

mhwd -li

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


Warning: No installed USB configs!

sudo modprobe -v amdgpu

[sudo] password for marca: 
insmod /lib/modules/6.6.99-1-MANJARO/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.zst 
modprobe: ERROR: could not insert 'amdgpu': Invalid argument

so boot without the nomodest parameter, so that you get stuck, we need logs without the nomodeset parameter… then boot with the parameter, and provide them:
journalctl -b-1 -p5 --no-pager
journalctl -b-1 --no-pager | grep amdgpu

1 Like

i do what you says, boot without the parameter and then boot with parameter

the output is: journalctl -b-1 -p5 --no-pager

 Jul 28 23:07:58 marc-tobefilledbyoem kernel: Linux version 6.6.99-1-MANJARO (builduser@pkrvmq0rgcvqdmg) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu Jul 17 22:09:32 UTC 2025
Jul 28 23:07:58 marc-tobefilledbyoem kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20230628/tbfadt-615)
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-6.6-x86_64 root=UUID=2049e622-3a95-4ad5-a931-fb2b92446d67 rw rootflags=subvol=@ quiet splash apparmor=1 security=apparmor udev.log_priority=3
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/@/boot/vmlinuz-6.6-x86_64", will be passed to user space.
Jul 28 23:07:58 marc-tobefilledbyoem kernel: random: crng init done
Jul 28 23:07:58 marc-tobefilledbyoem kernel: audit: type=2000 audit(1753715263.169:1): state=initialized audit_enabled=0 res=1
Jul 28 23:07:58 marc-tobefilledbyoem kernel: SCSI subsystem initialized
Jul 28 23:07:58 marc-tobefilledbyoem kernel: VFS: Disk quotas dquot_6.6.0
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Initialise system trusted keyrings
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Key type blacklist registered
Jul 28 23:07:58 marc-tobefilledbyoem kernel: integrity: Platform Keyring initialized
Jul 28 23:07:58 marc-tobefilledbyoem kernel: integrity: Machine keyring initialized
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Key type asymmetric registered
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Asymmetric key parser 'x509' registered
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Loading compiled-in X.509 certificates
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Loaded X.509 cert 'Build time autogenerated kernel key: df3a18165e14ebd53627bd0791dff3f643628655'
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Key type .fscrypt registered
Jul 28 23:07:58 marc-tobefilledbyoem kernel: Key type fscrypt-provisioning registered
Jul 28 23:07:58 marc-tobefilledbyoem kernel: scsi 0:0:0:0: Direct-Access     ATA      KINGSTON SA400S3 1A0  PQ: 0 ANSI: 5
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 28 23:07:58 marc-tobefilledbyoem kernel: scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD322HJ  1118 PQ: 0 ANSI: 5
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jul 28 23:07:58 marc-tobefilledbyoem kernel: [drm] Unsupported Connector type:5!
Jul 28 23:07:58 marc-tobefilledbyoem kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jul 28 23:07:58 marc-tobefilledbyoem kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jul 28 23:07:58 marc-tobefilledbyoem systemd-vconsole-setup[306]: All allocated VCs are currently busy, skipping initialization of font and keyboard settings.
Jul 28 23:07:59 marc-tobefilledbyoem kernel: Failed to reset ACP
Jul 28 23:07:59 marc-tobefilledbyoem kernel: acp_audio_dma acp_audio_dma.1.auto: ACP Init failed status:-110
Jul 28 23:07:59 marc-tobefilledbyoem kernel: acp_audio_dma: probe of acp_audio_dma.1.auto failed with error -110
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.851:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=447 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.855:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=450 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.855:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=448 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.855:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=449 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.861:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=456 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.865:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=454 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.871:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=458 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem systemd-vconsole-setup[440]: All allocated VCs are currently busy, skipping initialization of font and keyboard settings.
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.878:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=460 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.881:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=457 comm="apparmor_parser"
Jul 28 23:07:59 marc-tobefilledbyoem kernel: audit: type=1400 audit(1753715279.881:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=461 comm="apparmor_parser"
Jul 28 23:08:02 marc-tobefilledbyoem systemd[1]: shadow.timer: Not using persistent file timestamp Tue 2025-07-29 02:35:07 PST as it is in the future.
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Loading rules from directory /etc/polkit-1/rules.d
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Loading rules from directory /run/polkit-1/rules.d
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: 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 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Finished loading, compiling and executing 12 rules
Jul 28 23:08:02 marc-tobefilledbyoem polkitd[623]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 28 23:08:02 marc-tobefilledbyoem ModemManager[666]: <msg> ModemManager (version 1.24.0-2) starting in system bus...
Jul 28 23:08:03 marc-tobefilledbyoem dbus-broker-launch[619]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jul 28 23:08:03 marc-tobefilledbyoem (systemd)[703]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Jul 28 23:08:04 marc-tobefilledbyoem gsettings[724]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:04 marc-tobefilledbyoem gsettings[724]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:04 marc-tobefilledbyoem gsettings[724]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:04 marc-tobefilledbyoem gnome-session-b[723]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:04 marc-tobefilledbyoem gnome-session-b[723]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:04 marc-tobefilledbyoem gnome-session-b[723]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:04 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=723 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Jul 28 23:08:04 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jul 28 23:08:04 marc-tobefilledbyoem gnome-session-binary[723]: WARNING: Could not check if unit gnome-session-wayland@gnome.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Jul 28 23:08:04 marc-tobefilledbyoem dbus-broker-launch[619]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jul 28 23:08:04 marc-tobefilledbyoem gnome-session-binary[723]: WARNING: Desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desktop for application orca-autostart.desktop could not be parsed or references a missing TryExec binary
Jul 28 23:08:05 marc-tobefilledbyoem gnome-shell[736]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:05 marc-tobefilledbyoem gnome-shell[736]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:05 marc-tobefilledbyoem gnome-shell[736]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:05 marc-tobefilledbyoem gnome-shell[736]: Running GNOME Shell (using mutter 48.4) as a Wayland display server
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Thread 'KMS thread' will be using high priority scheduling
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Device '/dev/dri/card1' prefers shadow buffer
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting.
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Created gbm renderer for '/dev/dri/card1'
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Boot VGA GPU /dev/dri/card1 selected as primary
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Obtained a high priority EGL context
Jul 28 23:08:06 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=736 comm="/usr/bin/gnome-shell")
Jul 28 23:08:06 marc-tobefilledbyoem at-spi-bus-laun[779]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:06 marc-tobefilledbyoem at-spi-bus-laun[779]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:06 marc-tobefilledbyoem at-spi-bus-laun[779]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:06 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.a11y.Bus'
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Using public X11 display :1024, (using :1025 for managed services)
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Using Wayland display name 'wayland-0'
Jul 28 23:08:06 marc-tobefilledbyoem ModemManager[666]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.5/0000:01:00.0': not supported by any plugin
Jul 28 23:08:07 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[785]: dbus-daemon[785]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=736 comm="/usr/bin/gnome-shell")
Jul 28 23:08:07 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[785]: dbus-daemon[785]: Successfully activated service 'org.a11y.atspi.Registry'
Jul 28 23:08:08 marc-tobefilledbyoem dbus-broker-launch[619]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jul 28 23:08:08 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=736 comm="/usr/bin/gnome-shell")
Jul 28 23:08:08 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=736 comm="/usr/bin/gnome-shell")
Jul 28 23:08:08 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jul 28 23:08:08 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=736 comm="/usr/bin/gnome-shell")
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension appindicatorsupport@rgcjonas.gmail.com already installed in /usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com. /usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension arcmenu@arcmenu.com already installed in /usr/share/gnome-shell/extensions/arcmenu@arcmenu.com. /usr/share/gnome-shell/extensions/arcmenu@arcmenu.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension dash-to-dock@micxgx.gmail.com already installed in /usr/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com. /usr/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension dash-to-panel@jderose9.github.com already installed in /usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com. /usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension forge@jmmaranan.com already installed in /usr/share/gnome-shell/extensions/forge@jmmaranan.com. /usr/share/gnome-shell/extensions/forge@jmmaranan.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension gnome-ui-tune@itstime.tech already installed in /usr/share/gnome-shell/extensions/gnome-ui-tune@itstime.tech. /usr/share/gnome-shell/extensions/gnome-ui-tune@itstime.tech will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension gsconnect@andyholmes.github.io already installed in /usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io. /usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension gtk4-ding@smedius.gitlab.com already installed in /usr/share/gnome-shell/extensions/gtk4-ding@smedius.gitlab.com. /usr/share/gnome-shell/extensions/gtk4-ding@smedius.gitlab.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension legacyschemeautoswitcher@joshimukul29.gmail.com already installed in /usr/share/gnome-shell/extensions/legacyschemeautoswitcher@joshimukul29.gmail.com. /usr/share/gnome-shell/extensions/legacyschemeautoswitcher@joshimukul29.gmail.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension pamac-updates@manjaro.org already installed in /usr/share/gnome-shell/extensions/pamac-updates@manjaro.org. /usr/share/gnome-shell/extensions/pamac-updates@manjaro.org will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension space-bar@luchrioh already installed in /usr/share/gnome-shell/extensions/space-bar@luchrioh. /usr/share/gnome-shell/extensions/space-bar@luchrioh will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension status-icons@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/status-icons@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/status-icons@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension system-monitor@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 28 23:08:08 marc-tobefilledbyoem gnome-shell[736]: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/10f4b044be46d41b08175371528482311100000007230000.ms”: No such file or directory
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sharing[845]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sharing[845]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sharing[845]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.gnome.Shell.Notifications'
Jul 28 23:08:09 marc-tobefilledbyoem gsd-keyboard[857]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-keyboard[857]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.portal.IBus' requested by ':1.14' (uid=120 pid=850 comm="ibus-daemon --panel disable")
Jul 28 23:08:09 marc-tobefilledbyoem gsd-keyboard[857]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-color[853]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-color[853]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-color[853]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.freedesktop.portal.IBus'
Jul 28 23:08:09 marc-tobefilledbyoem gsd-wacom[883]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-wacom[883]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-wacom[883]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-usb-protect[849]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-usb-protect[849]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-usb-protect[849]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-datetime[888]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-smartcard[877]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-smartcard[877]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-smartcard[877]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-datetime[888]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-datetime[888]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.gnome.ScreenSaver' requested by ':1.10' (uid=120 pid=849 comm="/usr/lib/gsd-usb-protection")
Jul 28 23:08:09 marc-tobefilledbyoem gsd-a11y-settin[934]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-a11y-settin[934]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-a11y-settin[934]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=845 comm="/usr/lib/gsd-sharing")
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jul 28 23:08:09 marc-tobefilledbyoem gsd-media-keys[892]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-media-keys[892]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-media-keys[892]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sound[925]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sharing[845]: Failed to handle service change: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sharing[845]: Failed to handle service change: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jul 28 23:08:09 marc-tobefilledbyoem gsd-housekeepin[949]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-housekeepin[949]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-housekeepin[949]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sound[925]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-sound[925]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.25' (uid=120 pid=949 comm="/usr/lib/gsd-housekeeping")
Jul 28 23:08:09 marc-tobefilledbyoem gnome-shell[736]: Will monitor session 1
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jul 28 23:08:09 marc-tobefilledbyoem gnome-shell[736]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jul 28 23:08:09 marc-tobefilledbyoem gsd-power[954]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-power[954]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gsd-power[954]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem polkitd[623]: Registered Authentication Agent for unix-session:1 (system bus name :1.19 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_PH.UTF-8)
Jul 28 23:08:09 marc-tobefilledbyoem gjs[809]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gjs[809]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem gjs[809]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:09 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.gnome.ScreenSaver'
Jul 28 23:08:09 marc-tobefilledbyoem gsd-usb-protect[849]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 28 23:08:10 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.gnome.Shell.Screencast'
Jul 28 23:08:10 marc-tobefilledbyoem wpa_supplicant[1100]: Successfully initialized wpa_supplicant
Jul 28 23:08:10 marc-tobefilledbyoem geoclue[1079]: Failed to connect to avahi service: Daemon not running
Jul 28 23:08:10 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.portal.IBus' requested by ':1.37' (uid=120 pid=1106 comm="ibus-daemon --panel disable -r --xim")
Jul 28 23:08:11 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.freedesktop.portal.IBus'
Jul 28 23:08:11 marc-tobefilledbyoem gsd-media-keys[892]: Failed to grab accelerator for keybinding settings:playback-repeat
Jul 28 23:08:11 marc-tobefilledbyoem gsd-media-keys[892]: Failed to grab accelerator for keybinding settings:hibernate
Jul 28 23:08:11 marc-tobefilledbyoem gsd-xsettings[942]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:11 marc-tobefilledbyoem gsd-xsettings[942]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:11 marc-tobefilledbyoem gsd-xsettings[942]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:11 marc-tobefilledbyoem gnome-session-binary[723]: Entering running state
Jul 28 23:08:11 marc-tobefilledbyoem wireplumber[1065]: spa.bluez5: BlueZ system service is not available
Jul 28 23:08:11 marc-tobefilledbyoem wireplumber[1065]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Jul 28 23:08:11 marc-tobefilledbyoem wireplumber[1065]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Jul 28 23:08:11 marc-tobefilledbyoem gsd-media-keys[892]: Unable to get default sink
Jul 28 23:08:11 marc-tobefilledbyoem gsd-media-keys[892]: Unable to get default source
Jul 28 23:08:11 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.portal.Desktop' requested by ':1.43' (uid=120 pid=1105 comm="/usr/lib/mutter-x11-frames")
Jul 28 23:08:11 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.portal.Documents' requested by ':1.44' (uid=120 pid=1188 comm="/usr/lib/xdg-desktop-portal")
Jul 28 23:08:11 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.freedesktop.portal.Documents'
Jul 28 23:08:11 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gnome' requested by ':1.44' (uid=120 pid=1188 comm="/usr/lib/xdg-desktop-portal")
Jul 28 23:08:11 marc-tobefilledbyoem xdg-desktop-por[1209]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:11 marc-tobefilledbyoem xdg-desktop-por[1209]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:11 marc-tobefilledbyoem xdg-desktop-por[1209]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:11 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.gnome.Settings.GlobalShortcutsProvider' requested by ':1.46' (uid=120 pid=1209 comm="/usr/lib/xdg-desktop-portal-gnome")
Jul 28 23:08:12 marc-tobefilledbyoem gnome-control-c[1220]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:12 marc-tobefilledbyoem gnome-control-c[1220]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:12 marc-tobefilledbyoem gnome-control-c[1220]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:12 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.gnome.Settings.GlobalShortcutsProvider'
Jul 28 23:08:16 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Jul 28 23:08:16 marc-tobefilledbyoem xdg-desktop-por[1188]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:16 marc-tobefilledbyoem xdg-desktop-por[1188]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:16 marc-tobefilledbyoem xdg-desktop-por[1188]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:16 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gtk' requested by ':1.44' (uid=120 pid=1188 comm="/usr/lib/xdg-desktop-portal")
Jul 28 23:08:16 marc-tobefilledbyoem xdg-desktop-por[1231]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:16 marc-tobefilledbyoem xdg-desktop-por[1231]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:16 marc-tobefilledbyoem xdg-desktop-por[1231]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:16 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Jul 28 23:08:16 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[722]: dbus-daemon[722]: [session uid=120 pid=722 pidfd=5] Activating service name='org.freedesktop.secrets' requested by ':1.44' (uid=120 pid=1188 comm="/usr/lib/xdg-desktop-portal")
Jul 28 23:08:16 marc-tobefilledbyoem /usr/lib/gdm-wayland-session[1240]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
Jul 28 23:08:16 marc-tobefilledbyoem gnome-keyring-daemon[1241]: The Secret Service was already initialized
Jul 28 23:08:16 marc-tobefilledbyoem gnome-keyring-d[1241]: The Secret Service was already initialized
Jul 28 23:08:16 marc-tobefilledbyoem gnome-keyring-daemon[1240]: discover_other_daemon: 1
Jul 28 23:08:35 marc-tobefilledbyoem gnome-shell[736]: Error calling StartServiceByName for org.freedesktop.UPower.PowerProfiles: Timeout was reached
Jul 28 23:08:36 marc-tobefilledbyoem mutter-x11-fram[1105]: unable to open file '/etc/dconf/db/gdm': Failed to open file “/etc/dconf/db/gdm”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:36 marc-tobefilledbyoem mutter-x11-fram[1105]: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
Jul 28 23:08:36 marc-tobefilledbyoem mutter-x11-fram[1105]: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance

journalctl -b-1 --no-pager | grep amdgpu

Jul 28 23:07:58 marc-tobefilledbyoem kernel: [drm] amdgpu kernel modesetting enabled.
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: Virtual CRAT table created for CPU
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: Topology: Add CPU node
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: amdgpu: Fetched VBIOS from VFCT
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: ATOM BIOS: ATOMBIOSBK-AMD VER015.048.000.071
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: vgaarb: deactivate vga console
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: amdgpu: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
Jul 28 23:07:58 marc-tobefilledbyoem kernel: [drm] amdgpu: 512M of VRAM memory ready
Jul 28 23:07:58 marc-tobefilledbyoem kernel: [drm] amdgpu: 7719M of GTT memory ready.
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: hwmgr_sw_init smu backed is smu8_smu
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: smu version 19.13.09
Jul 28 23:07:58 marc-tobefilledbyoem kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Jul 28 23:07:58 marc-tobefilledbyoem kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: Virtual CRAT table created for GPU
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu: Topology: Add dGPU node [0x9874:0x1002]
Jul 28 23:07:58 marc-tobefilledbyoem kernel: kfd kfd: amdgpu: added device 1002:9874
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 6
Jul 28 23:07:58 marc-tobefilledbyoem kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:00:01.0 on minor 1
Jul 28 23:07:58 marc-tobefilledbyoem kernel: amdgpu 0000:00:01.0: [drm] Cannot find any crtc or sizes
Jul 28 23:08:06 marc-tobefilledbyoem gnome-shell[736]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting.

ok, so lets try some kernel parameters, add this:
amdgpu.dc=0
update grub, reboot and see if it helped…

4 Likes

yo yo it finally work!!!

I added amdgpu.dc=0 in GRUB then after reboot its goods now man!

Thank you so much for helping me step-by-step, I wouldn’t have figured this out alone. Super thankful to you sir brahma :heart_hands:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.