Out of luck on a laptop with a hybrid GPU?

Hello there,

three years ago I got a new laptop with an integrated Intel UHD 630 GPU and a dedicated NVidia RTX 3070 GPU.
In the beginning I was using it with X11 on Gnome and KDE. Due to some regression (at least that is how I understood it) in the Intel or Mesa driver or whatever when I run various applications the video output starts to freeze and to hang. There is still audio output. Magic SysRQ keys work, you can ssh into the machine but the desktop environment does not accept any input and is frozen.
For example when starting steam it freezes for about one minute and then continues its merry way without problems. Also when starting games the same thing happens.
After some time the issue only worsened. When I start steam now on X11 then the system is in an almost permanently frozen state and you only get a few seconds every now and then to kill the offending application. Or you ssh into the machine.
That is why I decided to switch to Wayland.

Back then I was using Debian 12 which had Gnome 43. On KDE the external montior had very low FPS and Gnome 43 worked fine with a dedicated NVidia GPU with an external montior on Wayland.

Two weeks ago I decided to upgrade to Debian 13. The external monitor issue with KDE got better but is still not solved but what puzzled me most is that Debian 13 defaults to X11 when you chose gdm and there are udev rules preventing you to start it on Wayland. When you circumvent the rules then you realise then gdm does not start and the same thing happens when you try to start Gnome Wayland from sddm.

Due to the aforementioned issue Gnome (or any other DE) is practically unusable if you want to use graphics intensive applications or want to play some games (even something as simple as openttd freezes everything for about a second).

Is there basically no way to use Gnome 48 when you have a hybrid GPU laptop?

Cheers

There’s lot of factors at play here (i.e. what version of the NVIDIA driver your distro is shipping, how is it configured, etc). Your distro might have also just disabled GNOME on Wayland for NVIDIA. Either way, it’s worth asking your distro for support here

The NVidia driver is 535.247.01, at least according to nvidia-smi
Like I said, there are a bunch of udev rules that disable Wayland on gdm:

$ sudo cat /usr/lib/udev/rules.d/61-gdm.rules 
SUBSYSTEM!="pci", GOTO="gdm_pci_device_end"
ACTION!="bind", ACTION!="add", GOTO="gdm_pci_device_end"

# cirrus
ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end"
# virtio
ATTR{vendor}=="0x1af4", ATTR{device}=="0x1050", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end"
# qxl
ATTR{vendor}=="0x1b36", ATTR{device}=="0x0100", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end"
# vga
ATTR{vendor}=="0x1234", ATTR{device}=="0x1111", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end"

# disable Wayland on Hi1710 chipsets
ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", GOTO="gdm_disable_wayland"

LABEL="gdm_pci_device_end"

# If this machine has a hardware GPU, take note
KERNEL!="card[0-9]*", GOTO="gdm_hardware_gpu_end"
KERNEL=="card[0-9]-*", GOTO="gdm_hardware_gpu_end"
SUBSYSTEM!="drm", GOTO="gdm_hardware_gpu_end"
DRIVERS=="simple-framebuffer", GOTO="gdm_hardware_gpu_end"
IMPORT{parent}="GDM_MACHINE_HAS_VIRTUAL_GPU"
ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}!="1", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-hardware-gpu"
LABEL="gdm_hardware_gpu_end"

# The vendor nvidia driver has multiple modules that need to be loaded before GDM can make an
# informed choice on which way to proceed, so force GDM to wait until NVidia's modules are
# loaded before starting up.
KERNEL!="nvidia", GOTO="gdm_nvidia_end"
SUBSYSTEM!="module", GOTO="gdm_nvidia_end"
ACTION!="add", GOTO="gdm_nvidia_end"
RUN+="/usr/bin/touch /run/udev/gdm-machine-has-vendor-nvidia-driver"

# Import nvidia kernel parameters
IMPORT{program}="/bin/sh -c \"sed -e 's/: /=/g' -e 's/\([^[:upper:]]\)\([[:upper:]]\)/\1_\2/g' -e 's/[[:lower:]]/\U&/g' -e 's/^/NVIDIA_/' /proc/driver/nvidia/params\""

# Check if S0ix-based power management is available
# If it is, there's no need to check for the suspend/resume services
ENV{NVIDIA_ENABLE_S0IX_POWER_MANAGEMENT}=="1", GOTO="gdm_nvidia_suspend_end"

# Check if suspend/resume services necessary for working wayland support is available
TEST{0711}!="/usr/bin/nvidia-sleep.sh", GOTO="gdm_disable_wayland"
TEST{0711}!="/usr/lib/systemd/system-sleep/nvidia", GOTO="gdm_disable_wayland"

ENV{NVIDIA_PRESERVE_VIDEO_MEMORY_ALLOCATIONS}!="1", GOTO="gdm_disable_wayland"
IMPORT{program}="/bin/sh -c 'echo NVIDIA_HIBERNATE=`systemctl is-enabled nvidia-hibernate`'"
ENV{NVIDIA_HIBERNATE}!="enabled", GOTO="gdm_disable_wayland"
IMPORT{program}="/bin/sh -c 'echo NVIDIA_RESUME=`systemctl is-enabled nvidia-resume`'"
ENV{NVIDIA_RESUME}!="enabled", GOTO="gdm_disable_wayland"
IMPORT{program}="/bin/sh -c 'echo NVIDIA_SUSPEND=`systemctl is-enabled nvidia-suspend`'"
ENV{NVIDIA_SUSPEND}!="enabled", GOTO="gdm_disable_wayland"
LABEL="gdm_nvidia_suspend_end"
LABEL="gdm_nvidia_end"

# If this is a hybrid graphics setup, take note
KERNEL!="card[1-9]*", GOTO="gdm_hybrid_graphics_check_end"
KERNEL=="card[1-9]-*", GOTO="gdm_hybrid_graphics_check_end"
SUBSYSTEM!="drm", GOTO="gdm_hybrid_graphics_check_end"
ACTION!="add", GOTO="gdm_hybrid_graphics_check_end"
IMPORT{program}="/bin/sh -c \"echo GDM_NUMBER_OF_GRAPHICS_CARDS=`ls -1d /sys/class/drm/card[0-9] | wc -l`\""
ENV{GDM_NUMBER_OF_GRAPHICS_CARDS}=="1", RUN+="/usr/bin/rm -f /run/udev/gdm-machine-has-hybrid-graphics"
ENV{GDM_NUMBER_OF_GRAPHICS_CARDS}!="1", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-hybrid-graphics"
LABEL="gdm_hybrid_graphics_check_end"

# Disable wayland in situation where we're in a guest with a virtual gpu and host passthrough gpu
#LABEL="gdm_virt_passthrough_check"
TEST!="/run/udev/gdm-machine-has-hybrid-graphics", GOTO="gdm_virt_passthrough_check_end"
TEST!="/run/udev/gdm-machine-has-virtual-gpu", GOTO="gdm_virt_passthrough_check_end"
TEST!="/run/udev/gdm-machine-has-hardware-gpu", GOTO="gdm_virt_passthrough_check_end"
GOTO="gdm_disable_wayland"
LABEL="gdm_virt_passthrough_check_end"

# Disable wayland when there are multiple virtual gpus
#LABEL="gdm_virt_multi_gpu_check"
TEST!="/run/udev/gdm-machine-has-hybrid-graphics", GOTO="gdm_virt_multi_gpu_check_end"
TEST!="/run/udev/gdm-machine-has-virtual-gpu", GOTO="gdm_virt_multi_gpu_check_end"
TEST=="/run/udev/gdm-machine-has-hardware-gpu", GOTO="gdm_virt_multi_gpu_check_end"
LABEL="gdm_virt_multi_gpu_check_end"

GOTO="gdm_end"

LABEL="gdm_disable_wayland"
RUN+="/usr/libexec/gdm-runtime-config set daemon WaylandEnable false"
GOTO="gdm_end"

LABEL="gdm_end"

One of those is a hybrid GPU system. I thought those were created by the gdm developers and not Debian. In any case these rules do disable Wayland Gnome but if you turn them off then gdm does not start.

What do you mean GDM does not start? Are there relevant log messages?

When I override the udev rules with sudo ln -s /dev/null /etc/udev/rules.d/61-gdm.rules and restart the system then I cannot reach gdm. The system just hangs on a black screen. I cannot do anything

When I do sudo journalctl -b0 | grep -i "gdm" this is the output

Jun 05 07:13:44 myhostname systemd[1]: Starting gdm.service - GNOME Display Manager...
Jun 05 07:13:44 myhostname systemd[1]: Started gdm.service - GNOME Display Manager.
Jun 05 07:13:44 myhostname gdm-launch-environment][1331]: pam_unix(gdm-launch-environment:session): session opened for user Debian-gdm(uid=111) by (uid=0)
Jun 05 07:13:44 myhostname systemd-logind[1091]: New session c1 of user Debian-gdm.
Jun 05 07:13:44 myhostname (systemd)[1339]: pam_unix(systemd-user:session): session opened for user Debian-gdm(uid=111) by Debian-gdm(uid=0)
Jun 05 07:13:44 myhostname systemd-logind[1091]: New session 1 of user Debian-gdm.
Jun 05 07:13:44 myhostname systemd[1339]: drkonqi-coredump-cleanup.timer - Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/gdm3/.cache/kcrash-metadata/*.ini).
Jun 05 07:13:44 myhostname systemd[1339]: drkonqi-sentry-postman.timer - Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/gdm3/.cache/drkonqi/sentry-envelopes/*).
Jun 05 07:13:44 myhostname systemd[1339]: drkonqi-coredump-cleanup.service - Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/gdm3/.cache/kcrash-metadata/*.ini).
Jun 05 07:13:44 myhostname systemd[1]: Started session-c1.scope - Session c1 of User Debian-gdm.
Jun 05 07:13:45 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=111 pid=1386 comm="/usr/libexec/gnome-session-binary --autostart /usr")
Jun 05 07:13:45 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.a11y.Bus'
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1469]: dbus-daemon[1469]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1469]: dbus-daemon[1469]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1476]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to parse saved session file: Failed to open file “/var/lib/gdm3/.config/mutter/sessions/10170de7d54f8ed56617491004257695700000013860000.ms”: No such file or directory
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=111 pid=1543 comm="/usr/libexec/gsd-sharing")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.16' (uid=111 pid=1602 comm="/usr/libexec/gsd-housekeeping")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.Shell.Notifications'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.portal.IBus' requested by ':1.24' (uid=111 pid=1645 comm="ibus-daemon --panel disable")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.portal.IBus'
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to query file info on '/var/lib/gdm3/.local/share/icc/.goutputstream-HSHT72': Error when getting information for file “/var/lib/gdm3/.local/share/icc/.goutputstream-HSHT72”: No such file or directory
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to query file info on '/var/lib/gdm3/.local/share/icc/.goutputstream-GTHT72': Error when getting information for file “/var/lib/gdm3/.local/share/icc/.goutputstream-GTHT72”: No such file or directory
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.portal.IBus' requested by ':1.34' (uid=111 pid=1742 comm="ibus-daemon --panel disable -r --xim")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.portal.IBus'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.ScreenSaver' requested by ':1.22' (uid=111 pid=1606 comm="/usr/libexec/gsd-power")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.ScreenSaver'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.portal.Desktop' requested by ':1.40' (uid=111 pid=1741 comm="/usr/libexec/mutter-x11-frames")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.portal.Documents' requested by ':1.41' (uid=111 pid=1833 comm="/usr/libexec/xdg-desktop-portal")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.portal.Documents'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gnome' requested by ':1.41' (uid=111 pid=1833 comm="/usr/libexec/xdg-desktop-portal")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.Shell.Screencast'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.Settings.GlobalShortcutsProvider' requested by ':1.43' (uid=111 pid=1857 comm="/usr/libexec/xdg-desktop-portal-gnome")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.Settings.GlobalShortcutsProvider'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gtk' requested by ':1.41' (uid=111 pid=1833 comm="/usr/libexec/xdg-desktop-portal")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.secrets' requested by ':1.41' (uid=111 pid=1833 comm="/usr/libexec/xdg-desktop-portal")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1891]: GNOME_KEYRING_CONTROL=/run/user/111/keyring
Jun 05 07:14:12 myhostname /usr/libexec/gdm-wayland-session[1891]: discover_other_daemon: 1
Jun 05 07:14:12 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.portal.Desktop'

From sudo journalctl -b0 | grep -i "gnome" I get

Jun 05 07:13:44 myhostname systemd[1]: Starting gdm.service - GNOME Display Manager...
Jun 05 07:13:44 myhostname systemd[1]: Started gdm.service - GNOME Display Manager.
Jun 05 07:13:44 myhostname systemd[1339]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
Jun 05 07:13:45 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=111 pid=1386 comm="/usr/libexec/gnome-session-binary --autostart /usr")
Jun 05 07:13:45 myhostname gnome-session[1386]: gnome-session-binary[1386]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Jun 05 07:13:45 myhostname gnome-session-binary[1386]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Jun 05 07:13:45 myhostname gnome-shell[1409]: Running GNOME Shell (using mutter 48.2) as a Wayland display server
Jun 05 07:13:45 myhostname gnome-shell[1409]: Enabling experimental feature 'scale-monitor-framebuffer'
Jun 05 07:13:45 myhostname gnome-shell[1409]: Enabling experimental feature 'xwayland-native-scaling'
Jun 05 07:13:45 myhostname gnome-shell[1409]: Thread 'KMS thread' will be using high priority scheduling
Jun 05 07:13:45 myhostname gnome-shell[1409]: Device '/dev/dri/card1' prefers shadow buffer
Jun 05 07:13:45 myhostname gnome-shell[1409]: Added device '/dev/dri/card1' (nvidia-drm) using atomic mode setting.
Jun 05 07:13:45 myhostname gnome-shell[1409]: Device '/dev/dri/card0' prefers shadow buffer
Jun 05 07:13:46 myhostname gnome-shell[1409]: Added device '/dev/dri/card0' (i915) using atomic mode setting.
Jun 05 07:13:46 myhostname gnome-shell[1409]: Created gbm renderer for '/dev/dri/card1'
Jun 05 07:13:46 myhostname gnome-shell[1409]: Created gbm renderer for '/dev/dri/card0'
Jun 05 07:13:46 myhostname gnome-shell[1409]: GPU /dev/dri/card0 selected primary from builtin panel presence
Jun 05 07:13:46 myhostname gnome-shell[1409]: Obtained a high priority EGL context
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:46 myhostname gnome-shell[1409]: Using public X11 display :1024, (using :1025 for managed services)
Jun 05 07:13:46 myhostname gnome-shell[1409]: Using Wayland display name 'wayland-0'
Jun 05 07:13:46 myhostname /usr/libexec/gdm-wayland-session[1469]: dbus-daemon[1469]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:46 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname gnome-shell[1409]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension openweather-extension@penguin-teal.github.io already installed in /usr/share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io. /usr/share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension disable-workspace-switcher@jbradaric.me already installed in /usr/share/gnome-shell/extensions/disable-workspace-switcher@jbradaric.me. /usr/share/gnome-shell/extensions/disable-workspace-switcher@jbradaric.me will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension hibernate-status@dromi already installed in /usr/share/gnome-shell/extensions/hibernate-status@dromi. /usr/share/gnome-shell/extensions/hibernate-status@dromi will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension just-perfection-desktop@just-perfection already installed in /usr/share/gnome-shell/extensions/just-perfection-desktop@just-perfection. /usr/share/gnome-shell/extensions/just-perfection-desktop@just-perfection will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension middleclickclose@paolo.tranquilli.gmail.com already installed in /usr/share/gnome-shell/extensions/middleclickclose@paolo.tranquilli.gmail.com. /usr/share/gnome-shell/extensions/middleclickclose@paolo.tranquilli.gmail.com will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension no-overview@fthx already installed in /usr/share/gnome-shell/extensions/no-overview@fthx. /usr/share/gnome-shell/extensions/no-overview@fthx will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: Extension vertical-workspaces@G-dH.github.com already installed in /usr/share/gnome-shell/extensions/vertical-workspaces@G-dH.github.com. /usr/share/gnome-shell/extensions/vertical-workspaces@G-dH.github.com will not be loaded
Jun 05 07:13:47 myhostname gnome-shell[1409]: 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
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to parse saved session file: Failed to open file “/var/lib/gdm3/.config/mutter/sessions/10170de7d54f8ed56617491004257695700000013860000.ms”: No such file or directory
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.Shell.Notifications'
Jun 05 07:13:47 myhostname gnome-shell[1409]: Will monitor session c1
Jun 05 07:13:47 myhostname gnome-shell[1409]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jun 05 07:13:47 myhostname polkitd[1086]: Registered Authentication Agent for unix-session:c1 (system bus name :1.34 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Jun 05 07:13:47 myhostname NetworkManager[1208]: <info>  [1749100427.3318] agent-manager: agent[94b44adc3a86211e,:1.34/org.gnome.Shell.NetworkAgent/111]: agent registered
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.UPower.PowerProfiles' unit='power-profiles-daemon.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to query file info on '/var/lib/gdm3/.local/share/icc/.goutputstream-HSHT72': Error when getting information for file “/var/lib/gdm3/.local/share/icc/.goutputstream-HSHT72”: No such file or directory
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to query file info on '/var/lib/gdm3/.local/share/icc/.goutputstream-GTHT72': Error when getting information for file “/var/lib/gdm3/.local/share/icc/.goutputstream-GTHT72”: No such file or directory
Jun 05 07:13:47 myhostname org.gnome.Shell.desktop[1749]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 05 07:13:47 myhostname org.gnome.Shell.desktop[1749]: > Warning:          Unsupported maximum keycode 708, clipping.
Jun 05 07:13:47 myhostname org.gnome.Shell.desktop[1749]: >                   X11 cannot support keycodes above 255.
Jun 05 07:13:47 myhostname org.gnome.Shell.desktop[1749]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Jun 05 07:13:47 myhostname org.gnome.Shell.desktop[1749]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Jun 05 07:13:47 myhostname org.gnome.Shell.desktop[1749]: Errors from xkbcomp are not fatal to the X server
Jun 05 07:13:47 myhostname gnome-session-binary[1386]: Entering running state
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='org.freedesktop.realmd' unit='realmd.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname dbus-daemon[1075]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.34' (uid=111 pid=1409 comm="/usr/bin/gnome-shell")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.ScreenSaver' requested by ':1.22' (uid=111 pid=1606 comm="/usr/libexec/gsd-power")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.ScreenSaver'
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:13:47 myhostname gnome-shell[1409]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gnome' requested by ':1.41' (uid=111 pid=1833 comm="/usr/libexec/xdg-desktop-portal")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.Shell.Screencast'
Jun 05 07:13:47 myhostname gnome-shell[1409]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:13:47 myhostname gnome-shell[1409]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Activating service name='org.gnome.Settings.GlobalShortcutsProvider' requested by ':1.43' (uid=111 pid=1857 comm="/usr/libexec/xdg-desktop-portal-gnome")
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.gnome.Settings.GlobalShortcutsProvider'
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1383]: dbus-daemon[1383]: [session uid=111 pid=1383 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Jun 05 07:13:47 myhostname systemd[1339]: Started gnome-keyring-daemon.service - GNOME Keyring daemon.
Jun 05 07:13:47 myhostname gnome-keyring-daemon[1892]: GNOME_KEYRING_CONTROL=/run/user/111/keyring
Jun 05 07:13:47 myhostname gnome-keyring-daemon[1892]: The Secret Service was already initialized
Jun 05 07:13:47 myhostname gnome-keyring-d[1892]: The Secret Service was already initialized
Jun 05 07:13:47 myhostname /usr/libexec/gdm-wayland-session[1891]: GNOME_KEYRING_CONTROL=/run/user/111/keyring
Jun 05 07:13:47 myhostname gnome-keyring-daemon[1891]: discover_other_daemon: 1
Jun 05 07:13:50 myhostname systemd[1912]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
Jun 05 07:14:12 myhostname gnome-shell[1409]: Error calling StartServiceByName for org.freedesktop.UPower.PowerProfiles: Timeout was reached

When I try to start Gnome Wayland from sddm, from sudo journalctl -b0 | grep -i "gnome" I get

[...]
Jun 05 07:10:37 myhostname gnome-keyring-secrets.desktop[3507]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jun 05 07:10:37 myhostname gnome-keyring-d[3386]: The Secret Service was already initialized
Jun 05 07:10:37 myhostname gnome-keyring-daemon[3386]: The PKCS#11 component was already initialized
Jun 05 07:10:37 myhostname gnome-keyring-d[3386]: The PKCS#11 component was already initialized
Jun 05 07:10:37 myhostname gnome-keyring-pkcs11.desktop[3511]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jun 05 07:10:37 myhostname gnome-keyring-daemon[3511]: discover_other_daemon: 1
Jun 05 07:10:37 myhostname systemd[3178]: app-gnome-gnome\x2dkeyring\x2dpkcs11-3502.scope: PID 3502 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-3502.scope', skipping: No such process
Jun 05 07:10:37 myhostname systemd[3178]: app-gnome-gnome\x2dkeyring\x2dpkcs11-3502.scope: No PIDs left to attach to the scope's control group, refusing.
Jun 05 07:10:37 myhostname systemd[3178]: app-gnome-gnome\x2dkeyring\x2dpkcs11-3502.scope: Failed with result 'resources'.
Jun 05 07:10:37 myhostname systemd[3178]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-3502.scope - Application launched by gnome-session-binary.
Jun 05 07:10:37 myhostname systemd[3178]: app-gnome-gnome\x2dkeyring\x2dsecrets-3498.scope: PID 3498 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-3498.scope', skipping: No such process
Jun 05 07:10:37 myhostname systemd[3178]: app-gnome-gnome\x2dkeyring\x2dsecrets-3498.scope: No PIDs left to attach to the scope's control group, refusing.
Jun 05 07:10:37 myhostname systemd[3178]: app-gnome-gnome\x2dkeyring\x2dsecrets-3498.scope: Failed with result 'resources'.
Jun 05 07:10:37 myhostname systemd[3178]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-3498.scope - Application launched by gnome-session-binary.
Jun 05 07:10:37 myhostname systemd[3178]: Started app-gnome-gnome\x2dkeyring\x2dssh-3505.scope - Application launched by gnome-session-binary.
Jun 05 07:10:37 myhostname gnome-keyring-daemon[3513]: discover_other_daemon: 1
Jun 05 07:10:37 myhostname gnome-keyring-ssh.desktop[3513]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jun 05 07:10:37 myhostname gnome-keyring-ssh.desktop[3513]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun 05 07:10:37 myhostname systemd[3178]: Started gnome-session-manager@gnome.service - GNOME Session Manager (session: gnome).
Jun 05 07:10:37 myhostname systemd[3178]: Reached target gnome-session-manager.target - GNOME Session Manager is ready.
Jun 05 07:10:37 myhostname systemd[3178]: Starting org.gnome.Shell@wayland.service - GNOME Shell on Wayland...
Jun 05 07:10:37 myhostname systemd[3178]: org.gnome.Shell@x11.service - GNOME Shell on X11 was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=x11).
Jun 05 07:10:37 myhostname gnome-session[3482]: gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3515: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:37 myhostname gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3515: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:37 myhostname systemd[3178]: Started app-gnome-at\x2dspi\x2ddbus\x2dbus-3518.scope - Application launched by gnome-session-binary.
Jun 05 07:10:37 myhostname gnome-shell[3516]: Running GNOME Shell (using mutter 48.2) as a Wayland display server
Jun 05 07:10:37 myhostname gnome-shell[3516]: Enabling experimental feature 'scale-monitor-framebuffer'
Jun 05 07:10:37 myhostname gnome-shell[3516]: Enabling experimental feature 'xwayland-native-scaling'
Jun 05 07:10:37 myhostname gnome-shell[3516]: Thread 'KMS thread' will be using high priority scheduling
Jun 05 07:10:37 myhostname gnome-shell[3516]: Device '/dev/dri/card1' prefers shadow buffer
Jun 05 07:10:37 myhostname gnome-shell[3516]: Added device '/dev/dri/card1' (nvidia-drm) using atomic mode setting.
Jun 05 07:10:37 myhostname gnome-shell[3516]: Device '/dev/dri/card0' prefers shadow buffer
Jun 05 07:10:38 myhostname gnome-shell[3516]: Added device '/dev/dri/card0' (i915) using atomic mode setting.
Jun 05 07:10:38 myhostname gnome-shell[3516]: Created gbm renderer for '/dev/dri/card1'
Jun 05 07:10:38 myhostname gnome-shell[3516]: Created gbm renderer for '/dev/dri/card0'
Jun 05 07:10:38 myhostname gnome-shell[3516]: GPU /dev/dri/card0 selected primary from builtin panel presence
Jun 05 07:10:38 myhostname gnome-shell[3516]: Obtained a high priority EGL context
Jun 05 07:10:39 myhostname gnome-shell[3516]: Using public X11 display :1, (using :2 for managed services)
Jun 05 07:10:39 myhostname gnome-shell[3516]: Using Wayland display name 'wayland-0'
Jun 05 07:10:39 myhostname at-spi-dbus-bus.desktop[3530]: dbus-daemon[3530]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:39 myhostname dbus-daemon[1088]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.150' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.Shell.Screencast' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.36' (uid=1000 pid=3618 comm="/usr/libexec/gnome-shell-calendar-server")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.Shell.Notifications' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
[...]
Jun 05 07:10:39 myhostname gnome-shell[3516]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /home/myusername/.local/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
Jun 05 07:10:39 myhostname gnome-shell[3516]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /home/myusername/.local/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
Jun 05 07:10:39 myhostname gnome-shell[3516]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /home/myusername/.local/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
Jun 05 07:10:39 myhostname gnome-shell[3516]: Extension just-perfection-desktop@just-perfection already installed in /home/myusername/.local/share/gnome-shell/extensions/just-perfection-desktop@just-perfection. /usr/share/gnome-shell/extensions/just-perfection-desktop@just-perfection will not be loaded
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.Shell@wayland.service - GNOME Shell on Wayland.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target gnome-session-initialized.target - GNOME Session is initialized.
Jun 05 07:10:39 myhostname systemd[3178]: gnome-session-x11-services.target - GNOME session X11 services is inactive.
Jun 05 07:10:39 myhostname systemd[3178]: Dependency failed for org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service.
Jun 05 07:10:39 myhostname systemd[3178]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Jun 05 07:10:39 myhostname systemd[3178]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target gnome-session@gnome.target - GNOME Session (session: gnome).
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.XSettings.target - GNOME XSettings target.
Jun 05 07:10:39 myhostname systemd[3178]: Starting gnome-session-signal-init.service - Signal initialization done to GNOME Session Manager...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.freedesktop.IBus.session.GNOME.service - IBus Daemon for GNOME...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.A11ySettings.service - GNOME accessibility service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Color.service - GNOME color management service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Datetime.service - GNOME date & time service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Housekeeping.service - GNOME maintenance of expirable data service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Keyboard.service - GNOME keyboard configuration service...
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.Shell.Notifications'
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.MediaKeys.service - GNOME keyboard shortcuts service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Power.service - GNOME power management service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.PrintNotifications.service - GNOME printer notifications service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Rfkill.service - GNOME RFKill support service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.ScreensaverProxy.service - GNOME FreeDesktop screensaver service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Sharing.service - GNOME file sharing service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Smartcard.service - GNOME smartcard service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Sound.service - GNOME sound sample caching service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.UsbProtection.service - GNOME USB protection service...
Jun 05 07:10:39 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.Wacom.service - GNOME Wacom tablet support service...
Jun 05 07:10:39 myhostname gnome-session-binary[3482]: Entering running state
Jun 05 07:10:39 myhostname systemd[3178]: Finished gnome-session-signal-init.service - Signal initialization done to GNOME Session Manager.
Jun 05 07:10:39 myhostname gnome-session[3482]: gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3675: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3675: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.ScreenSaver' requested by ':1.52' (uid=1000 pid=3681 comm="/usr/libexec/gsd-usb-protection")
Jun 05 07:10:39 myhostname at-spi2-registr[3581]: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.PrintNotifications.service - GNOME printer notifications service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.ScreensaverProxy.service - GNOME FreeDesktop screensaver service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Smartcard.service - GNOME smartcard service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Rfkill.service - GNOME RFKill support service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Sound.service - GNOME sound sample caching service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.UsbProtection.service - GNOME USB protection service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Housekeeping.service - GNOME maintenance of expirable data service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Sharing.service - GNOME file sharing service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Datetime.service - GNOME date & time service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.A11ySettings.service - GNOME accessibility service.
Jun 05 07:10:39 myhostname systemd[3178]: Started org.freedesktop.IBus.session.GNOME.service - IBus Daemon for GNOME.
Jun 05 07:10:39 myhostname gnome-session[3482]: gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3725: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3725: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname gnome-session[3482]: gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3736: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3736: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname gnome-session[3482]: gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3747: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname gnome-session-binary[3482]: GnomeDesktop-WARNING: Could not create transient scope for PID 3747: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.gnome.Evolution\x2dalarm\x2dnotify-3705.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.OnlineAccounts' requested by ':1.37' (uid=1000 pid=3625 comm="/usr/libexec/evolution-source-registry")
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.gnome.SettingsDaemon.DiskUtilityNotify-3756.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.gnome.Software-3734.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.kde.kalendarac-3769.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.kde.kdeconnect.daemon-3783.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.kde.kgpg-3774.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-org.kde.xwaylandvideobridge-3693.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Started app-gnome-pam_kwallet_init-3682.scope - Application launched by gnome-session-binary.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.A11ySettings.target - GNOME accessibility target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Datetime.target - GNOME date & time target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Housekeeping.target - GNOME maintenance of expirable data target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.PrintNotifications.target - GNOME printer notifications target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Rfkill.target - GNOME RFKill support target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.ScreensaverProxy.target - GNOME FreeDesktop screensaver target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Sharing.target - GNOME file sharing target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Smartcard.target - GNOME smartcard target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Sound.target - GNOME sound sample caching target.
Jun 05 07:10:39 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.UsbProtection.target - GNOME USB protection target.
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.57' (uid=1000 pid=3732 comm="/usr/libexec/xdg-desktop-portal")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.Identity' requested by ':1.68' (uid=1000 pid=3855 comm="/usr/libexec/goa-daemon")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.OnlineAccounts'
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.ScreenSaver'
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.Identity'
Jun 05 07:10:39 myhostname gnome-session[3482]: gnome-session-binary[3482]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Jun 05 07:10:39 myhostname gnome-session-binary[3482]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Jun 05 07:10:39 myhostname gsd-usb-protect[3681]: Failed to get screen saver status: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.36' (uid=1000 pid=3618 comm="/usr/libexec/gnome-shell-calendar-server")
Jun 05 07:10:39 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.Shell.CalendarServer'
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.72' (uid=1000 pid=3927 comm="/usr/libexec/evolution-calendar-factory")
Jun 05 07:10:40 myhostname gnome-shell[3516]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname systemd[3178]: Starting gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor...
Jun 05 07:10:40 myhostname systemd[3178]: Started gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor.
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname polkitd[1105]: Registered Authentication Agent for unix-session:10 (system bus name :1.150 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Jun 05 07:10:40 myhostname NetworkManager[1293]: <info>  [1749100240.4291] agent-manager: agent[8b815ec7f6358ff7,:1.150/org.gnome.Shell.NetworkAgent/1000]: agent registered
Jun 05 07:10:40 myhostname dbus-daemon[1088]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.150' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.Shell.Extensions.GSConnect' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Keyboard.service - GNOME keyboard configuration service.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Keyboard.target - GNOME keyboard configuration target.
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.31' (uid=1000 pid=3516 comm="/usr/bin/gnome-shell")
Jun 05 07:10:40 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Color.service - GNOME color management service.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Color.target - GNOME color management target.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target gnome-session-x11-services.target - GNOME session X11 services.
Jun 05 07:10:40 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.Shell.Extensions.GSConnect'
Jun 05 07:10:40 myhostname systemd[3178]: Starting org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service...
Jun 05 07:10:40 myhostname gnome-software[3734]: Unknown key gtk-modules in /home/myusername/.config/gtk-4.0/settings.ini
Jun 05 07:10:40 myhostname gnome-shell[4119]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 05 07:10:40 myhostname gnome-shell[4119]: > Warning:          Unsupported maximum keycode 708, clipping.
Jun 05 07:10:40 myhostname gnome-shell[4119]: >                   X11 cannot support keycodes above 255.
Jun 05 07:10:40 myhostname gnome-shell[4119]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Jun 05 07:10:40 myhostname gnome-shell[4119]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Jun 05 07:10:40 myhostname gnome-shell[4119]: Errors from xkbcomp are not fatal to the X server
Jun 05 07:10:40 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.MediaKeys.service - GNOME keyboard shortcuts service.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.MediaKeys.target - GNOME keyboard shortcuts target.
Jun 05 07:10:40 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Wacom.service - GNOME Wacom tablet support service.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Wacom.target - GNOME Wacom tablet support target.
Jun 05 07:10:40 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.Power.service - GNOME power management service.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target org.gnome.SettingsDaemon.Power.target - GNOME power management target.
Jun 05 07:10:40 myhostname systemd[3178]: Started org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target gnome-session-x11-services-ready.target - GNOME session X11 services.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target gnome-session.target - GNOME Session.
Jun 05 07:10:40 myhostname systemd[3178]: Reached target gnome-session-wayland@gnome.target - GNOME Wayland Session (session: gnome).
Jun 05 07:10:40 myhostname systemd[3178]: Starting xdg-desktop-portal-gnome.service - Portal service (GNOME implementation)...
Jun 05 07:10:40 myhostname gsd-xsettings[4111]: Failed to get current UI scaling factor: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.X11" does not exist
Jun 05 07:10:41 myhostname gnome-shell[3516]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
[...]
Jun 05 07:10:41 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Activating service name='org.gnome.Settings.GlobalShortcutsProvider' requested by ':1.99' (uid=1000 pid=4149 comm="/usr/libexec/xdg-desktop-portal-gnome")
Jun 05 07:10:42 myhostname gnome-shell[3516]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:10:42 myhostname gnome-shell[3516]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached
Jun 05 07:10:42 myhostname gnome-shell[3516]: GNOME Shell started at Thu Jun 05 2025 07:10:39 GMT+0200 (Central European Summer Time)
Jun 05 07:10:42 myhostname gnome-shell[3516]: Registering session with GDM
Jun 05 07:10:42 myhostname gnome-shell[3516]: Error registering session with GDM: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.DisplayManager was not provided by any .service files
Jun 05 07:10:42 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.Shell.Screencast'
Jun 05 07:10:42 myhostname gnome-shell[3516]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:10:42 myhostname gnome-shell[3516]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached
Jun 05 07:10:42 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.gnome.Settings.GlobalShortcutsProvider'
Jun 05 07:10:42 myhostname gnome-control-c[4318]: Unknown key gtk-modules in /home/myusername/.config/gtk-4.0/settings.ini
Jun 05 07:10:42 myhostname gnome-shell[3516]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:10:42 myhostname gnome-shell[3516]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached
Jun 05 07:10:42 myhostname dbus-daemon[3202]: [session uid=1000 pid=3202 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Jun 05 07:10:42 myhostname systemd[3178]: Started xdg-desktop-portal-gnome.service - Portal service (GNOME implementation).
Jun 05 07:10:42 myhostname systemd[3178]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)...
Jun 05 07:10:42 myhostname systemd[3178]: Started xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
Jun 05 07:10:42 myhostname dbus-daemon[1088]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.191' (uid=1000 pid=3734 comm="/usr/bin/gnome-software --gapplication-service")
Jun 05 07:10:43 myhostname gnome-shell[3516]: clutter_actor_add_child: assertion 'child->priv->parent == NULL' failed
Jun 05 07:10:43 myhostname gnome-shell[3516]: clutter_actor_add_child: assertion 'child->priv->parent == NULL' failed
Jun 05 07:10:43 myhostname gnome-shell[3516]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:10:43 myhostname gnome-shell[3516]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached
Jun 05 07:10:44 myhostname systemd[3042]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
Jun 05 07:10:47 myhostname gnome-software[3734]: libostree pull from 'flathub-beta' for appstream2/x86_64 complete
Jun 05 07:10:47 myhostname gnome-software[3734]: /var/tmp/flatpak-cache-IB4L72/repo-2s0lvL: Pulled appstream2/x86_64 from flathub-beta
Jun 05 07:10:47 myhostname dbus-daemon[1088]: [system] Activating via systemd: service name='org.freedesktop.Flatpak.SystemHelper' unit='flatpak-system-helper.service' requested by ':1.191' (uid=1000 pid=3734 comm="/usr/bin/gnome-software --gapplication-service")
Jun 05 07:10:52 myhostname gnome-software[3734]: libostree pull from 'GeForceNOW' for appstream2/x86_64 complete
Jun 05 07:10:52 myhostname gnome-software[3734]: user: Pulled appstream2/x86_64 from GeForceNOW
Jun 05 07:11:00 myhostname gnome-shell[3516]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.
Jun 05 07:11:00 myhostname gnome-shell[3516]: (../clutter/clutter/clutter-frame-clock.c:690):clutter_frame_clock_notify_ready: code should not be reached

I had to truncate the log due to the character limit.

I am no expert but most of this looks harmless to me (when I disable thte extensions by moving the extension folder gnome does not start either).
What stands out to me, though, is gnome-shell[3516]: Failed to acquire front buffer: Failed to create EGLSync on secondary GPU: One or more argument values are invalid.

I have to admit that I have not tested it without a connected, external monitor.

Cheers!

Indeed, looks like this is your culprit here. Might be worth opening an issue on GNOME/gnome-shell (check if one doesn’t already exist first, though)