GNOME Shell / Mutter display freeze with dual monitors and different scale on hybrid AMD/NVIDIA laptop

GNOME Shell / Mutter display freeze with dual monitors and different scale on hybrid AMD/NVIDIA laptop

Hi,

I am trying to debug an intermittent GNOME Shell / Mutter issue on Fedora. The system becomes partially frozen or the graphical display/session becomes unusable after changing monitor scaling and/or after lock/unlock. The issue seems strongly related to a dual-monitor setup with different scale values.

Background

I have been using this laptop since January 2025 with the system kept up to date. Until around April-May 2026, I did not have this issue at all.

During that stable period, I was already using two monitors with different scale values. The system was stable enough that I did not specifically check whether any ClutterActor-related warnings existed in the logs, because there was no visible freeze or usability problem.

The issue started appearing around April-May 2026. Since then, changing monitor scale/layout, especially with two monitors using different scale values, can trigger GNOME Shell / Mutter errors and eventually a graphical freeze.

System

Laptop:

  • HP Victus 16 series

  • AMD Ryzen 7 7840HS with integrated AMD Radeon 780M

  • NVIDIA RTX 4070 Laptop GPU

  • Hybrid graphics system

  • Internal display appears to be driven by the AMD iGPU

  • External HDMI display appears to involve the NVIDIA dGPU/display path

Software:

  • Fedora Workstation

  • GNOME on Wayland

  • GNOME Shell / Mutter

  • NVIDIA proprietary driver from RPM Fusion

  • AMD iGPU using amdgpu + Mesa

  • Relevant package and hardware details are attached in system-info.txt

  • Current display state is attached in display-debug-current.txt

Firmware / driver testing

I was originally running with the newer/latest firmware package available on my system.

For testing, I temporarily downgraded the firmware package to check whether the issue was caused or affected by a recent firmware update. The issue still appears to be triggered by monitor scaling / display layout changes, so I do not currently think this is purely a firmware problem.

The package versions, kernel version, Mesa version, NVIDIA driver version, firmware packages and related display stack packages are included in system-info.txt.

Refresh rate / VRR / G-Sync / FreeSync testing

G-Sync / FreeSync / VRR has always been disabled on this system. I have never used it, and it is still disabled.

I also tested both monitors at 60 Hz while using different scale values. Even with both monitors set to 60 Hz, the ClutterActor / stage view errors still continued.

So far, refresh rate and VRR do not seem to be the trigger. The consistent trigger appears to be using two monitors with different scale values.

Extensions / clean testing

I disabled GNOME extensions while testing.

In particular, I disabled extensions that touch the overview or shell rendering, such as Blur My Shell. I wanted to make sure the issue was not caused by an extension.

With extensions disabled, the issue can still be triggered when using a dual-monitor setup with different scale values.

Logging setup

To debug this properly, I set up Loki and Grafana in my homelab specifically for this issue.

The affected Fedora laptop sends filtered GNOME/Mutter/Clutter logs and kernel/GPU/DRM logs to my Loki server. I then monitor them in Grafana.

I currently collect two main log streams:

  • gnome-debug: GNOME Shell / Mutter / Clutter / DisplayConfig logs

  • gpu-kernel-debug: kernel / NVIDIA / amdgpu / DRM logs

This was set up specifically to capture the moment the display/session becomes unusable.

What triggers the issue

The strongest trigger so far is:

  1. Use two monitors.

  2. Change monitor scaling so that the monitors do not use the same scale.

  3. Open GNOME Display settings and/or change the scale/layout.

  4. Use the system normally, open Overview, open the app menu, or lock/unlock the session.

After this, GNOME Shell starts repeatedly logging messages like:

gnome-shell: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.

The ClutterActor / stage view error is not triggered only by opening one specific application. After the monitor scale state becomes problematic, the error can also be triggered by normal GNOME Shell interactions, such as pressing the Super key, opening Overview, or clicking the app menu.

I have also seen related Mutter / monitor errors in earlier logs, such as:

meta_display_get_monitor_scale: assertion 'monitor >= 0 && monitor < n_logical_monitors' failed
meta_monitor_manager_get_logical_monitor_from_number: assertion '(unsigned int) number < g_list_length (manager->logical_monitors)' failed
meta_workspace_get_work_area_for_monitor: assertion 'logical_monitor != NULL' failed
meta_display_get_monitor_geometry: assertion 'monitor >= 0 && monitor < n_logical_monitors' failed
JS ERROR: TypeError: can't access property "x", monitor is undefined

On the latest captured test, the freeze happened around 09:58-09:59 after changing the scale. The attached GNOME user log contains repeated ClutterActor / stage view allocation errors around that time.

What does not seem to trigger it

The issue is much less likely, or does not appear, in these cases:

  • Single-monitor usage

  • Dual monitors using the same scale

  • Normal usage before changing monitor scale

I am currently testing with both monitors using the same scale. In this state, the ClutterActor / stage view errors do not appear so far.

What I already tested

I have tested the following:

  • GNOME extensions disabled

  • Blur My Shell disabled

  • G-Sync / FreeSync / VRR disabled

  • Both monitors forced to 60 Hz

  • Two monitors using the same scale

  • Two monitors using different scale values

  • Normal usage before and after changing monitor scale

  • Lock/unlock after changing monitor scale

  • Overview / Super key / app menu interactions after changing monitor scale

The issue still appears when two monitors use different scale values. It does not seem to depend on G-Sync, FreeSync, VRR, or a refresh-rate mismatch.

What happens during the freeze

When the issue happens, the machine itself does not fully crash.

It looks like the graphical display/session or display manager becomes frozen or unusable. I can still connect to the laptop over SSH and run commands. So the kernel and the rest of the system are still alive.

However, the local graphical session does not recover normally. Restarting GDM or trying to recover the display manager from SSH does not appear to restore the graphical session reliably.

PowerSaveMode / lock-screen related log

In some logs I also see messages like:

gsd-power: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: Timeout was reached

I do not think this is the trigger for the freeze.

My observation is that after the display/session has already become frozen, the idle timeout eventually passes. At that point, the main monitor starts to darken as if GNOME is trying to dim the screen or enter the lock screen. During that attempt, it fails to communicate with Mutter DisplayConfig and logs the PowerSaveMode timeout.

So my current interpretation is:

  • The PowerSaveMode / lock-screen timeout is not causing the original freeze.

  • The display/session is already unresponsive.

  • GNOME then tries to dim or lock the screen.

  • Because the display stack is not responding properly, the PowerSaveMode request times out.

Current observation

This looks less like a hardware failure and more like a Mutter / GNOME Shell / Wayland display state issue involving:

  • dual monitors,

  • different monitor scale values,

  • hybrid AMD/NVIDIA graphics,

  • native Wayland clients,

  • monitor layout / logical monitor state.

GNOME Shell appears to lose or invalidate logical monitor information after scaling/display changes. Once that happens, it starts logging stage view allocation errors repeatedly, and the graphical session may freeze or become unusable after lock/unlock or normal Shell interactions such as Overview, Super key, or app menu usage.

Logs attached

I am attaching:

  • system-info.txt

  • display-debug-current.txt

  • gnome-user-log-current.txt

  • kernel-gpu-log-current.txt

I can collect more focused logs from Loki/Grafana if needed.

Questions

  1. Is this a known Mutter / GNOME Shell issue with different scale values on multi-monitor Wayland sessions?

  2. Could this be related to hybrid AMD/NVIDIA display paths, where the internal panel is on AMD and the external HDMI display is on NVIDIA?

  3. Are there specific Mutter debug flags or journal filters I should enable to capture the exact moment the logical monitor state becomes invalid?

  4. Is there any known workaround other than keeping both monitors at the same scale?

=== DATE ===
2026-06-18T10:40:44+03:00

=== HOST / OS ===
  Transient hostname: fedora
     Static hostname: (unset)
           Icon name: computer-laptop
             Chassis: laptop 💻
   Chassis Asset Tag: Chassis Asset Tag
          Machine ID: 6cdcc57a77ac4940858f91c99cd64814
             Boot ID: a216cf861cd140c3a1f2efa79985cffc
    Operating System: Fedora Linux 44 (Workstation Edition)
         CPE OS Name: cpe:/o:fedoraproject:fedora:44
      OS Support End: Wed 2027-05-19
OS Support Remaining: 10month 4w 2d
              Kernel: Linux 7.0.12-201.fc44.x86_64
        Architecture: x86-64
     Hardware Vendor: HP
      Hardware Model: Victus by HP Gaming Laptop 16-s0xxx
        Hardware SKU: 7Z4L9EA#AB8
    Hardware Version: Type1ProductConfigId
    Firmware Version: F.29
       Firmware Date: Wed 2025-03-26
        Firmware Age: 1y 2month 3w 2d
NAME="Fedora Linux"
VERSION="44 (Workstation Edition)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=44
VERSION_CODENAME=""
PRETTY_NAME="Fedora Linux 44 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:44"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f44/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=44
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=44
SUPPORT_END=2027-05-19
VARIANT="Workstation Edition"
VARIANT_ID=workstation
Linux fedora 7.0.12-201.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 01:30:16 UTC 2026 x86_64 GNU/Linux

=== SESSION ===
XDG_SESSION_TYPE=wayland
XDG_CURRENT_DESKTOP=GNOME
DESKTOP_SESSION=gnome
=== DATE ===
2026-06-18T10:40:44+03:00

=== DRM CONNECTORS ===
/sys/class/drm/card0-HDMI-A-1/status: connected
/sys/class/drm/card1-DP-1/status: disconnected
/sys/class/drm/card1-DP-2/status: disconnected
/sys/class/drm/card1-DP-3/status: disconnected
/sys/class/drm/card1-DP-4/status: disconnected
/sys/class/drm/card1-DP-5/status: disconnected
/sys/class/drm/card1-eDP-1/status: connected
/sys/class/drm/card1-Writeback-1/status: unknown

=== DRM CARDS TO PCI ===
/dev/dri/card0 -> 0000:01:00.0 -> 01:00.0 VGA compatible controller: NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] (rev a1)
/dev/dri/card1 -> 0000:05:00.0 -> 05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 (rev c2)

=== MONITORS.XML ===
-rw-r--r--. 1 adil adil 1031 Haz 18 10:16 /home/adil/.config/monitors.xml
<monitors version="2">
  <configuration>
    <layoutmode>logical</layoutmode>
    <logicalmonitor>
      <x>2560</x>
      <y>0</y>
      <scale>1</scale>
      <monitor>
        <monitorspec>
          <connector>HDMI-1</connector>
          <vendor>AUS</vendor>
          <product>VG27AQM1A</product>
          <serial>SBLMQS066611</serial>
        </monitorspec>
        <mode>
          <width>2560</width>
          <height>1440</height>
          <rate>144.001</rate>
        </mode>
      </monitor>
    </logicalmonitor>
    <logicalmonitor>
      <x>0</x>
      <y>0</y>
      <scale>1</scale>
      <primary>yes</primary>
      <monitor>
        <monitorspec>
          <connector>eDP-1</connector>
          <vendor>BOE</vendor>
          <product>0x0b7d</product>
          <serial>0x00000000</serial>
        </monitorspec>
        <mode>
          <width>2560</width>
          <height>1440</height>
          <rate>240.000</rate>
        </mode>
      </monitor>
    </logicalmonitor>
  </configuration>
</monitors>

=== MUTTER DISPLAYCONFIG CURRENT STATE ===
(uint32 1, [(('HDMI-1', 'AUS', 'VG27AQM1A', 'SBLMQS066611'), [('3840x2160@59.940', 3840, 2160, 59.940402984619141, 1.5, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264, 3.0, 3.3333332538604736, 3.75, 4.0], @a{sv} {}), ('2560x1440@144.001', 2560, 1440, 144.00077819824219, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {'is-current': <true>}), ('2560x1440@119.998', 2560, 1440, 119.99758911132812, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {}), ('2560x1440@99.946', 2560, 1440, 99.946434020996094, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {}), ('2560x1440@59.951', 2560, 1440, 59.950550079345703, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {'is-preferred': <true>}), ('1920x1080@120.000', 1920, 1080, 120.00031280517578, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1920x1080@119.879', 1920, 1080, 119.8787841796875, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1920x1080@100.001', 1920, 1080, 100.00132751464844, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1920x1080@60.000', 1920, 1080, 60.0, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1920x1080@59.939', 1920, 1080, 59.93939208984375, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1440x900@59.887', 1440, 900, 59.887443542480469, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368], {}), ('1440x480@59.940', 1440, 480, 59.940059661865234, 1.0, [1.0, 1.25, 1.3333333730697632], {}), ('1280x1024@75.025', 1280, 1024, 75.024673461914062, 1.0, [1.0, 1.3333333730697632], {}), ('1280x1024@60.020', 1280, 1024, 60.019741058349609, 1.0, [1.0, 1.3333333730697632], {}), ('1280x720@59.943', 1280, 720, 59.943435668945312, 1.0, [1.0, 1.25, 1.3333333730697632], {}), ('1152x864@75.000', 1152, 864, 75.0, 1.0, [1.0, 1.3333333730697632, 1.5], {}), ('1024x768@75.029', 1024, 768, 75.028579711914062, 1.0, [1.0, 1.3333333730697632], {}), ('1024x768@70.069', 1024, 768, 70.069358825683594, 1.0, [1.0, 1.3333333730697632], {}), ('1024x768@60.004', 1024, 768, 60.003841400146484, 1.0, [1.0, 1.3333333730697632], {}), ('800x600@75.000', 800, 600, 75.0, 1.0, [1.0], {}), ('800x600@72.188', 800, 600, 72.187568664550781, 1.0, [1.0], {}), ('800x600@60.317', 800, 600, 60.316539764404297, 1.0, [1.0], {}), ('800x600@56.250', 800, 600, 56.25, 1.0, [1.0], {})], {'is-builtin': <false>, 'display-name': <'ASUSTek COMPUTER INC 27"'>, 'min-refresh-rate': <48>, 'is-for-lease': <false>, 'color-mode': <uint32 0>, 'supported-color-modes': <[uint32 0, 2, 1]>, 'rgb-range': <uint32 1>}), (('eDP-1', 'BOE', '0x0b7d', '0x00000000'), [('2560x1440@240.000', 2560, 1440, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {'is-current': <true>, 'is-preferred': <true>}), ('2560x1440@240.000+vrr', 2560, 1440, 239.99990844726562, 1.3333333730697632, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {'refresh-rate-mode': <'variable'>}), ('2560x1440@60.001', 2560, 1440, 60.000537872314453, 1.3333333730697632, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {}), ('2560x1440@60.001+vrr', 2560, 1440, 60.000537872314453, 1.3333333730697632, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0, 2.5, 2.6666667461395264], {'refresh-rate-mode': <'variable'>}), ('1920x1200@240.000', 1920, 1200, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1920x1200@240.000+vrr', 1920, 1200, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {'refresh-rate-mode': <'variable'>}), ('1920x1080@240.000', 1920, 1080, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {}), ('1920x1080@240.000+vrr', 1920, 1080, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368, 2.0], {'refresh-rate-mode': <'variable'>}), ('1680x1050@240.000', 1680, 1050, 239.99990844726562, 1.0, [1.0, 1.25, 1.5, 1.6666666269302368, 1.75, 2.0], {}), ('1680x1050@240.000+vrr', 1680, 1050, 239.99990844726562, 1.0, [1.0, 1.25, 1.5, 1.6666666269302368, 1.75, 2.0], {'refresh-rate-mode': <'variable'>}), ('1600x1200@240.000', 1600, 1200, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0], {}), ('1600x1200@240.000+vrr', 1600, 1200, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.6666666269302368, 2.0], {'refresh-rate-mode': <'variable'>}), ('1440x900@240.000', 1440, 900, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368], {}), ('1440x900@240.000+vrr', 1440, 900, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632, 1.5, 1.6666666269302368], {'refresh-rate-mode': <'variable'>}), ('1280x1024@240.000', 1280, 1024, 239.99990844726562, 1.0, [1.0, 1.3333333730697632], {}), ('1280x1024@240.000+vrr', 1280, 1024, 239.99990844726562, 1.0, [1.0, 1.3333333730697632], {'refresh-rate-mode': <'variable'>}), ('1280x800@240.000', 1280, 800, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632], {}), ('1280x800@240.000+vrr', 1280, 800, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632], {'refresh-rate-mode': <'variable'>}), ('1280x720@240.000', 1280, 720, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632], {}), ('1280x720@240.000+vrr', 1280, 720, 239.99990844726562, 1.0, [1.0, 1.25, 1.3333333730697632], {'refresh-rate-mode': <'variable'>}), ('1024x768@240.000', 1024, 768, 239.99990844726562, 1.0, [1.0, 1.3333333730697632], {}), ('1024x768@240.000+vrr', 1024, 768, 239.99990844726562, 1.0, [1.0, 1.3333333730697632], {'refresh-rate-mode': <'variable'>}), ('800x600@240.000', 800, 600, 239.99990844726562, 1.0, [1.0], {}), ('800x600@240.000+vrr', 800, 600, 239.99990844726562, 1.0, [1.0], {'refresh-rate-mode': <'variable'>})], {'is-underscanning': <false>, 'is-builtin': <true>, 'display-name': <'Built-in display'>, 'min-refresh-rate': <60>, 'is-for-lease': <false>, 'color-mode': <uint32 0>, 'supported-color-modes': <[uint32 0, 2]>, 'rgb-range': <uint32 1>})], [(2560, 0, 1.0, uint32 0, false, [('HDMI-1', 'AUS', 'VG27AQM1A', 'SBLMQS066611')], @a{sv} {}), (0, 0, 1.0, 0, true, [('eDP-1', 'BOE', '0x0b7d', '0x00000000')], {})], {'layout-mode': <uint32 1>, 'supports-changing-layout-mode': <true>})
2026-06-18T09:46:19+03:00 fedora systemd[3475]: Started app-gnome-gnome\x2ddisplay\x2dpanel-23901.scope - Application launched by gnome-shell.
2026-06-18T09:46:19+03:00 fedora gnome-control-center[23901]: The resource style-dark.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
2026-06-18T09:46:19+03:00 fedora gnome-control-center[23901]: The resource style-hc.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
2026-06-18T09:52:48+03:00 fedora systemd[3475]: app-gnome-gnome\x2ddisplay\x2dpanel-23901.scope: Consumed 1.082s CPU time over 6min 29.378s wall clock time, 34.7M memory peak.
2026-06-18T09:52:53+03:00 fedora systemd[3475]: Started app-gnome-kitty-27345.scope - Application launched by gnome-shell.
2026-06-18T09:52:53+03:00 fedora systemd[3475]: Started kitty-27345-0.scope - kitty child process: 27417 launched by: 27345.
2026-06-18T09:53:12+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:12+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:12+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:25+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:25+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:25+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:28+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:28+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:28+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:41+03:00 fedora systemd[3475]: Started app-gnome-gnome\x2ddisplay\x2dpanel-27752.scope - Application launched by gnome-shell.
2026-06-18T09:53:41+03:00 fedora gnome-control-center[27752]: The resource style-dark.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
2026-06-18T09:53:41+03:00 fedora gnome-control-center[27752]: The resource style-hc.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:48+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:53:53+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:54:20+03:00 fedora systemd[3475]: app-gnome-kitty-27345.scope: Consumed 1.118s CPU time over 1min 27.267s wall clock time, 108.9M memory peak.
2026-06-18T09:55:59+03:00 fedora systemd[3475]: kitty-8780-0.scope: Consumed 2.556s CPU time over 1h 41min 27.498s wall clock time, 149.7M memory peak.
2026-06-18T09:55:59+03:00 fedora systemd[3475]: app-gnome-kitty-8780.scope: Consumed 3.188s CPU time over 1h 41min 27.898s wall clock time, 427.1M memory peak.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:03+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:04+03:00 fedora systemd[3475]: Started dbus-:1.2-org.gnome.Ptyxis@1.service.
2026-06-18T09:57:04+03:00 fedora systemd[3475]: Started ptyxis-spawn-142c07bb-85c7-41e1-a1b2-a7d56e2ce785.scope - [systemd-run] /usr/bin/zsh.
2026-06-18T09:57:20+03:00 fedora systemd[3475]: Started app-gnome-gnome\x2ddisplay\x2dpanel-28633.scope - Application launched by gnome-shell.
2026-06-18T09:57:20+03:00 fedora gnome-control-center[28633]: The resource style-dark.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
2026-06-18T09:57:20+03:00 fedora gnome-control-center[28633]: The resource style-hc.css is deprecated and shouldn't be used anymore. Use style.css with media queries instead.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:29+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:39+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:49+03:00 fedora microsoft-edge.desktop[7998]: [8088:8216:0618/095749.423424:ERROR:components/viz/service/display/display.cc:275] Frame latency is negative: -0.056 ms
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:57:55+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:35+03:00 fedora gnome-shell[3813]: Created gbm renderer for '/dev/dri/card0'
2026-06-18T09:58:49+03:00 fedora systemd[3475]: app-gnome-gnome\x2ddisplay\x2dpanel-28633.scope: Consumed 1.213s CPU time over 1min 28.888s wall clock time, 35.3M memory peak.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:58:58+03:00 fedora gnome-shell[3813]: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.
2026-06-18T09:59:08+03:00 fedora systemd[3475]: Started ptyxis-spawn-5fec74a3-2d8d-46a7-8377-e4e40e3421f1.scope - [systemd-run] /usr/bin/zsh.
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1100 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="adil" exe="/usr/bin/sudo" hostname=fedora addr=? terminal=/dev/pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1101 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="adil" exe="/usr/bin/sudo" hostname=fedora addr=? terminal=/dev/pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1123 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/home/adil" cmd=697020726F7574652073686F77 exe="/usr/bin/sudo" terminal=pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1110 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=fedora addr=? terminal=/dev/pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1105 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=fedora addr=? terminal=/dev/pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora sudo[29467]:     adil : TTY=pts/2 ; PWD=/home/adil ; USER=root ; COMMAND=/usr/sbin/ip route show
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1106 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=fedora addr=? terminal=/dev/pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora audit[29467]: AUDIT1104 pid=29467 uid=1000 auid=1000 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=fedora addr=? terminal=/dev/pts/2 res=success'
2026-06-18T10:02:25+03:00 fedora sudo[29467]: pam_unix(sudo:session): session opened for user root(uid=0) by adil(uid=1000)
2026-06-18T10:02:25+03:00 fedora sudo[29467]: pam_unix(sudo:session): session closed for user root
2026-06-18T10:07:41+03:00 fedora at-spi2-registryd[3892]: Disabling unresponsive app with pid 3813
2026-06-18T10:07:43+03:00 fedora gsd-power[3989]: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: Timeout was reached (g-io-error-quark, 24)
2026-06-18T10:13:34+03:00 fedora gnome-keyring-daemon[3498]: asked to register item /org/freedesktop/secrets/collection/login/69, but it's already registered
2026-06-18T10:14:51+03:00 fedora python3[29869]: detected unhandled Python exception in 'interactive mode (python - ...)'
2026-06-18T10:14:56+03:00 fedora python3[29965]: detected unhandled Python exception in 'interactive mode (python - ...)'
2026-06-18T10:15:07+03:00 fedora python3[30052]: detected unhandled Python exception in 'interactive mode (python - ...)'
2026-06-18T10:15:13+03:00 fedora sshd-session[29162]: Received disconnect from 192.168.1.28 port 45710:11: disconnected by user
2026-06-18T10:15:13+03:00 fedora sshd-session[29162]: Disconnected from user adil 192.168.1.28 port 45710
2026-06-18T11:09:59+03:00 fedora kernel: [drm] Initialized amdxdna_accel_driver 0.6.0 for 0000:06:00.1 on minor 0
2026-06-18T11:09:59+03:00 fedora kernel: typec port0: bound usb6-port1 (ops connector_ops)
2026-06-18T11:09:59+03:00 fedora kernel: typec port0: bound usb5-port1 (ops connector_ops)
2026-06-18T11:09:59+03:00 fedora kernel: input: Video Bus as /devices/pci0000:00/0000:00:08.1/acpi.video_bus.1/input/input7
2026-06-18T11:09:59+03:00 fedora kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
2026-06-18T11:09:59+03:00 fedora kernel: amdxdna 0000:06:00.1: [drm] Load firmware amdnpu/1502_00/npu_7.sbin
2026-06-18T11:09:59+03:00 fedora kernel: input: Video Bus as /devices/pci0000:00/0000:00:01.1/acpi.video_bus.0/input/input6
2026-06-18T11:09:59+03:00 fedora kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
2026-06-18T11:09:59+03:00 fedora kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines DOD but not DOS
2026-06-18T11:09:59+03:00 fedora kernel: wmi_bus wmi_bus-PNP0C14:03: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
2026-06-18T11:09:59+03:00 fedora kernel: wmi_bus wmi_bus-PNP0C14:03: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
2026-06-18T11:09:59+03:00 fedora kernel: wmi_bus wmi_bus-PNP0C14:03: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
2026-06-18T11:09:59+03:00 fedora kernel: wmi_bus wmi_bus-PNP0C14:03: [Firmware Info]: 8232DE3D-663D-4327-A8F4-E293ADB9BF05 has zero instances
2026-06-18T11:09:59+03:00 fedora kernel: ACPI: bus type thunderbolt registered
2026-06-18T11:09:58+03:00 fedora kernel: usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
2026-06-18T11:09:58+03:00 fedora kernel: usb 1-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
2026-06-18T11:09:58+03:00 fedora systemd[1]: /usr/lib/systemd/system/systemd-udevd.service:56: System call bpf cannot be resolved as libseccomp is not available, ignoring: Operation not supported
2026-06-18T11:09:58+03:00 fedora kernel: RAS: Correctable Errors collector initialized.
2026-06-18T11:09:58+03:00 fedora kernel: acpi device:32: hash matches
2026-06-18T11:09:58+03:00 fedora kernel: resctrl: L3 monitoring detected
2026-06-18T11:09:58+03:00 fedora kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
2026-06-18T11:09:58+03:00 fedora kernel: fbcon: Deferring console take-over
2026-06-18T11:09:58+03:00 fedora kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
2026-06-18T11:09:58+03:00 fedora kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
2026-06-18T11:09:58+03:00 fedora kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: battery: Slot [BAT1] (battery present)
2026-06-18T11:09:58+03:00 fedora kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: bus type drm_connector registered
2026-06-18T11:09:58+03:00 fedora kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: thermal: Thermal Zone [TZ01] (-273 C)
2026-06-18T11:09:58+03:00 fedora kernel: acpi LNXTHERM:02: registered as thermal_zone2
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: thermal: Thermal Zone [TSZ2] (20 C)
2026-06-18T11:09:58+03:00 fedora kernel: acpi LNXTHERM:01: registered as thermal_zone1
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: thermal: [Firmware Bug]: No valid trip points!
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: thermal: Thermal Zone [TSZ0] (52 C)
2026-06-18T11:09:58+03:00 fedora kernel: acpi LNXTHERM:00: registered as thermal_zone0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: button: Lid Switch [LID]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: button: Power Button [PWRB]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
2026-06-18T11:09:58+03:00 fedora kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
2026-06-18T11:09:58+03:00 fedora kernel: integrity: Machine keyring initialized
2026-06-18T11:09:58+03:00 fedora kernel: integrity: Platform Keyring initialized
2026-06-18T11:09:58+03:00 fedora kernel: Initialise system trusted keyrings
2026-06-18T11:09:58+03:00 fedora kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2026-06-18T11:09:58+03:00 fedora kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
2026-06-18T11:09:58+03:00 fedora kernel: pnp: PnP ACPI: found 1 devices
2026-06-18T11:09:58+03:00 fedora kernel: pnp: PnP ACPI init
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C01:00: Reserved [mem 0xff000000-0xffffffff]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C01:00: Could not reserve [mem 0x000e0000-0x000fffff]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0cd0-0x0cdb]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0c6f]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0c6c]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0c50-0x0c52]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0c14]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0c00-0x0c01]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x04d6]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x04d0-0x04d1]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Reserved [io  0x0400-0x04cf]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Skipped [io  0x0092]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Skipped [io  0x00b0-0x00b1]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Skipped [io  0x0080]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Skipped [io  0x0072-0x0073]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:01: Skipped [io  0x0010-0x001f]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:00: Reserved [mem 0xfee00000-0xfee00fff]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0C02:00: Could not reserve [mem 0xfec00000-0xfec01fff]
2026-06-18T11:09:58+03:00 fedora kernel: PCI: Using ACPI for IRQ routing
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: bus type USB registered
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB.PCI0.LPC0.EC0: EC: Used to handle transactions and events
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: GPE=0xb
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: event unblocked
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: interrupt unblocked
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKH disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKG disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKF disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKE disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKD disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKC disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKB disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKA disabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0A08:00: OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0A08:00: OSC: platform does not support [SHPCHotplug AER]
2026-06-18T11:09:58+03:00 fedora kernel: acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB.PCI0.GP19.XHC4.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB.PCI0.GP19.NHI1.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB.PCI0.GP19.XHC3.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP19.NHI0.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP19.XHC2.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.XHC1.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.XHC0.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.HDAU.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.AZAL.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.ACP_.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.VGA_.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP17.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP12.SWUS.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP12.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP11.SWUS.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GP11.PWRS: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GPP8.P0NV: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GPP2.PCRD.P3U1: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GPP2.PCRD.P0U1: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.GPP0.PG00: New power resource
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Enabled 5 GPEs in block 00 to 1F
2026-06-18T11:09:58+03:00 fedora kernel: PCI: Ignoring E820 reservations for host bridge windows
2026-06-18T11:09:58+03:00 fedora kernel: PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Using IOAPIC for interrupt routing
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PM: (supports S0 S4 S5)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Interpreter enabled
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: interrupt blocked
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: EC: EC started
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB_: platform OSC: OS control mask [006e7e7f]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: _SB: platform _OSC: OS support mask [006e7eff]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: 33 ACPI AML tables successfully acquired and loaded
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Added _OSI(Processor Aggregator Device)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Added _OSI(Processor Device)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Added _OSI(Module Device)
2026-06-18T11:09:58+03:00 fedora kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
2026-06-18T11:09:58+03:00 fedora kernel: ACPI FADT declares the system doesn’t support PCIe ASPM, so disable it
2026-06-18T11:09:58+03:00 fedora kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
2026-06-18T11:09:58+03:00 fedora kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
2026-06-18T11:09:58+03:00 fedora kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PM: Registering ACPI NVS region [mem 0x58f7f000-0x5af7efff] (33554432 bytes)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f3bfff] (245760 bytes)
2026-06-18T11:09:58+03:00 fedora kernel: smp: Bringing up secondary CPUs …
2026-06-18T11:09:58+03:00 fedora kernel: Speculative Return Stack Overflow: WARNING: See 
 for mitigation options.
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Core revision 20251212
2026-06-18T11:09:58+03:00 fedora kernel: Kernel command line: BOOT_IMAGE=(hd0,gpt5)/vmlinuz-7.0.12-201.fc44.x86_64 root=UUID=d000f28f-dfdf-4845-9b53-da2a2cac3619 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau,nova_core modprobe.blacklist=nouveau,nova_core nvidia-drm.modeset=1
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Using ACPI (MADT) for SMP configuration information
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: PM-Timer IO Port: 0x408
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving BGRT table memory at [mem 0x5afdb000-0x5afdb037]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af85000-0x5af85ff4]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af86000-0x5af8608c]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af87000-0x5af87967]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af88000-0x5af8896d]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af89000-0x5af8dfea]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af8e000-0x5af978bc]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af98000-0x5af98fe4]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afbd000-0x5afbd6bd]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af9a000-0x5af9a608]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af9b000-0x5af9b607]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af9c000-0x5af9c4e0]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af9d000-0x5af9e5ab]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5af9f000-0x5af9f4df]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afa0000-0x5afa0749]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving IVRS table memory at [mem 0x5afa1000-0x5afa1197]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afa2000-0x5afa436f]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving WSMT table memory at [mem 0x5afa5000-0x5afa5027]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving FPDT table memory at [mem 0x5afa7000-0x5afa7043]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afa8000-0x5afb18f5]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afb2000-0x5afb3bec]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afb4000-0x5afb4661]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afb5000-0x5afb7a9d]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afb8000-0x5afb95c7]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afba000-0x5afba779]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afbb000-0x5afbbd25]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving CDIT table memory at [mem 0x5afbc000-0x5afbc028]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving CRAT table memory at [mem 0x5affd000-0x5affdf0f]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afbe000-0x5afc347d]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afc4000-0x5afc40f7]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving VFCT table memory at [mem 0x5afc5000-0x5afc9283]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afca000-0x5afcc5fb]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afcd000-0x5afcd21d]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving MCFG table memory at [mem 0x5afdc000-0x5afdc03b]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving APIC table memory at [mem 0x5afdd000-0x5afdd137]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving HPET table memory at [mem 0x5afde000-0x5afde037]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving BOOT table memory at [mem 0x5afe0000-0x5afe0027]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving ASF! table memory at [mem 0x5afe1000-0x5afe10a4]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afe3000-0x5afe317c]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving TPM2 table memory at [mem 0x5afe4000-0x5afe4033]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afe5000-0x5afe5470]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5afe6000-0x5aff134a]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5aff2000-0x5affa415]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5affb000-0x5affb8e9]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving SSDT table memory at [mem 0x5affc000-0x5affc221]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving UEFI table memory at [mem 0x5af7e000-0x5af7e235]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving FACS table memory at [mem 0x5aeb0000-0x5aeb003f]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving DSDT table memory at [mem 0x5afce000-0x5afda64f]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Reserving FACP table memory at [mem 0x5afdf000-0x5afdf10b]
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: BGRT 0x000000005AFDB000 000038 (v01 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF85000 000FF5 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF86000 00008D (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF87000 000968 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF88000 00096E (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF89000 004FEB (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF8E000 0098BD (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF98000 000FE5 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFBD000 0006BE (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF9A000 000609 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF9B000 000608 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF9C000 0004E1 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF9D000 0015AC (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AF9F000 0004E0 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFA0000 00074A (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: IVRS 0x000000005AFA1000 000198 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFA2000 002370 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: WSMT 0x000000005AFA5000 000028 (v01 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: FPDT 0x000000005AFA7000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFA8000 0098F6 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFB2000 001BED (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFB4000 000662 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFB5000 002A9E (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFB8000 0015C8 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFBA000 00077A (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFBB000 000D26 (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: CDIT 0x000000005AFBC000 000029 (v01 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: CRAT 0x000000005AFFD000 000F10 (v01 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFBE000 00547E (v02 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFC4000 0000F8 (v01 HPQOEM 8BD4     00001000 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: VFCT 0x000000005AFC5000 004284 (v01 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFCA000 0025FC (v01 HPQOEM 8BD4     00001000 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFCD000 00021E (v01 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: MCFG 0x000000005AFDC000 00003C (v01 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: APIC 0x000000005AFDD000 000138 (v03 HPQOEM SLIC-MPC 00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: HPET 0x000000005AFDE000 000038 (v01 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: BOOT 0x000000005AFE0000 000028 (v01 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: ASF! 0x000000005AFE1000 0000A5 (v32 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFE3000 00017D (v01 HPQOEM 8BD4     00001000 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: TPM2 0x000000005AFE4000 000034 (v04 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFE5000 000471 (v01 HPQOEM 8BD4     00001000 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFE6000 00B34B (v01 HPQOEM 8BD4     00001000 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFF2000 008416 (v02 HPQOEM 8BD4     00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFFB000 0008EA (v01 HPQOEM 8BD4     00001000 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: SSDT 0x000000005AFFC000 000222 (v01 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: UEFI 0x000000005AF7E000 000236 (v01 HPQOEM 8BD4     00000001 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: FACS 0x000000005AEB0000 000040
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: DSDT 0x000000005AFCE000 00C650 (v02 HPQOEM SLIC-MPC 00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: FACP 0x000000005AFDF000 00010C (v05 HPQOEM SLIC-MPC 00000002 HP   00040000)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: XSDT 0x000000005AF99228 00019C (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: RSDP 0x000000005AFFE014 000024 (v02 HPQOEM)
2026-06-18T11:09:58+03:00 fedora kernel: ACPI: Early table checksum verification disabled
2026-06-18T11:09:58+03:00 fedora kernel: efi: ACPI=0x5affe000 ACPI 2.0=0x5affe014 ESRT=0x4e013e98 TPMFinalLog=0x5af3f000 SMBIOS=0x57622000 SMBIOS 3.0=0x5761f000 MEMATTR=0x4df98018 MOKvar=0x575f8000 RNG=0x5afa6018 TPMEventLog=0x46ad0018
2026-06-18T11:09:58+03:00 fedora kernel: BIOS-e820: [mem 0x000000005af7f000-0x000000005affefff]  ACPI data
2026-06-18T11:09:58+03:00 fedora kernel: BIOS-e820: [mem 0x0000000058f7f000-0x000000005af7efff]  ACPI NVS
2026-06-18T11:09:58+03:00 fedora kernel: BIOS-e820: [mem 0x0000000046ad0000-0x0000000046adcfff]  ACPI data
2026-06-18T11:09:58+03:00 fedora kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f3bfff]  ACPI NVS
2026-06-18T11:09:58+03:00 fedora kernel: Command line: BOOT_IMAGE=(hd0,gpt5)/vmlinuz-7.0.12-201.fc44.x86_64 root=UUID=d000f28f-dfdf-4845-9b53-da2a2cac3619 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau,nova_core modprobe.blacklist=nouveau,nova_core nvidia-drm.modeset=1
2026-06-18T09:15:18 kernel-gpu-loki user service started on fedora

Update with Mutter debug logs and scaling tests:

I did some more controlled testing with Mutter debug enabled.

I temporarily enabled:

MUTTER_DEBUG=kms,render,backend

I disabled it afterwards because it generates a very large amount of logs.

The most important new finding is that the issue seems to depend on whether the primary monitor is using fractional scaling.

Test results:

Both monitors at 100% scale:
- No repeated ClutterActor warnings.
- After the display change, the logs become quiet.

Primary monitor at 100%, secondary monitor changed to 133%:
- I get two temporary ClutterActor/stage-view warnings right after changing scale.
- Then the warnings stop.

Primary monitor changed to 133%:
- The ClutterActor/stage-view warning repeats continuously.
- This happens regardless of what scale I set on the secondary monitor.

So the current pattern seems to be:

Secondary monitor at 133%  -> only transient warnings
Primary monitor at 133%    -> repeated warnings that do not stop

Both monitors are physically configured as 2560×1440.

When the primary monitor is set to 133% scaling, Mutter logs a logical stage-view layout of 1920×1080. I think this part is expected:

2560 / 1.333 ≈ 1920
1440 / 1.333 ≈ 1080

However, around the time the warning appears, Mutter logs this:

RENDER: No direct scanout candidate: paint-box (-0,000000,32,000000,1920,000000,1049,000000) does not match stage-view layout (0,0,1920,1080)
RENDER: No fullscreen candidate: paint-box (-0,000000,32,000000,1920,000000,1049,000000) does not match stage-view layout (0,0,1920,1080)

Then the Clutter warning starts repeating:

gnome-shell: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.

The interesting part is that the stage-view layout is:

0,0,1920,1080

but the paint-box is:

0,32,1920,1049

So the physical monitor mode is 2560×1440, and Mutter correctly maps it to a 1920×1080 logical layout at 133% scaling. But when the scaled monitor is the primary monitor, the paint-box does not match the full stage-view layout, and the ClutterActor allocation warning starts repeating.

I also see KMS/direct-scanout related messages around the same time:

KMS: Posting direct scanout test update for CRTC 62 (/dev/dri/card0) synchronously
KMS: [atomic] KMS update failed: drmModeAtomicCommit: Invalid argument
RENDER: Buffer not scanout compatible (see also KMS debug topic)
RENDER: Could not acquire scanout

The setup appears to involve two DRM devices:

/dev/dri/card1 -> eDP-1
/dev/dri/card0 -> HDMI-1

From the debug output, it looks like Mutter is handling a scaled logical stage-view on the primary monitor while also attempting direct scanout / KMS atomic updates. Direct scanout failing may be normal fallback behavior, but the repeated ClutterActor/stage-view allocation warnings only seem to become persistent when the primary monitor is set to 133% scale.

My current interpretation:

The 2560×1440 -> 1920×1080 logical stage-view conversion is expected at 133% scale.
The suspicious part is that when the primary monitor uses this fractional scale, Mutter repeatedly reports that a ClutterActor cannot update stage views because it still needs an allocation.

Questions:

  1. Is it expected for changing the primary monitor to 133% scaling to cause repeated ClutterActor/stage-view allocation warnings?

  2. Could this be a Mutter bug related specifically to primary-monitor fractional scaling?

  3. Could the paint-box offset y=32 and height 1049 indicate a workarea/top-bar/logical-monitor calculation issue?

  4. Are the KMS/direct-scanout failures relevant here, or are they just normal fallback behavior?

  5. Is there a more focused Mutter debug topic I should enable for stage-view / actor allocation / logical monitor debugging without enabling the very noisy full KMS/render/backend logs?

Update:

I did some additional testing and I think the ClutterActor messages were probably not the root cause of the freezes.

I changed the display scaling back to 100% on all monitors and disabled mixed/fractional scaling. After that, the repeated GNOME Shell messages like this seem to have disappeared:

gnome-shell: Can't update stage views actor unnamed [ClutterActor] is on because it needs an allocation.

However, the actual screen freeze issue is still happening.

When the freeze occurs, the machine itself is still alive: I can SSH into it. The frozen screen usually stays stuck at the time of the freeze. Looking at the logs around the freeze time, I now consistently see NVIDIA/GSP-related kernel messages before GNOME Shell becomes unresponsive.

Example from one freeze around 14:46:

2026-06-25T14:46:25+03:00 fedora kernel: NVRM: GPU0 _kgspProcessRpcEvent: Attempted to process RPC event from GPU0: 0x101a (PFM_REQ_HNDLR_STATE_SYNC_CALLBACK) during bootup without API lock
2026-06-25T14:46:25+03:00 fedora kernel: NVRM: GPU0 nvAssertFailedNoLog: Assertion failed: 0 @ kernel_gsp.c:1447
2026-06-25T14:47:09+03:00 fedora at-spi2-registryd: Disabling unresponsive app with pid 3750
2026-06-25T14:47:22+03:00 fedora gsd-power: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: Timeout was reached

The PID reported as unresponsive was gnome-shell.

My current NVIDIA module is the open kernel module:

NVRM version: NVIDIA UNIX Open Kernel Module for x86_64 595.80
license: Dual MIT/GPL

I previously reproduced the same issue on 595.71.05 as well. I also tried adding:

nvidia.NVreg_EnableGpuFirmware=0

The parameter appeared in /proc/cmdline, and /proc/driver/nvidia/params showed:

EnableGpuFirmware: 0

but nvidia-smi -q still showed a valid GSP firmware version, so it looks like GSP is still effectively active with the open kernel module.

This NVIDIA open-gpu-kernel-modules issue looks very similar to my case:

https://github.com/NVIDIA/open-gpu-kernel-modules/issues/1064

My current suspicion is that the freeze is not caused by the ClutterActor warnings themselves, but by an NVIDIA open kernel module / GSP / runtime power management issue. GNOME Shell/Mutter seems to freeze as a result of the NVIDIA/GSP problem, not as the original cause.