ublue-os / bazzite

Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.

Home Page:https://bazzite.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank Screen with Cursor on Startup

PixelRepak opened this issue · comments

Describe the bug

The system displays a blank screen with only the mouse cursor visible upon powering up. This occurs consistently after a complete system shutdown. A forced shutdown and restart resolves the issue temporarily, allowing the login screen to appear normally.

Steps to Reproduce:

  1. Perform a complete system shutdown.
  2. Power on the system.
  3. Observe the screen

What did you expect to happen?

The login screen should appear.

Output of rpm-ostree status

State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
                   Digest: sha256:c66c919da92842b6533f79554dab9031136aa4f5798c57b851ba4cc4dbf36da9
                  Version: 40.20240427.0 (2024-04-27T22:34:11Z)

  ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
                   Digest: sha256:ebe3b398f20a2ff315cd8007dc475150b5bbe4cd8b0d0812312107a7cef2861f
                  Version: main (2024-04-25T06:46:12Z)

Hardware

Operating System: Bazzite 40
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-302.fsync.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × Intel® Core™ i7-10700KF CPU @ 3.80GHz
Memory: 62.6 GiB of RAM
Graphics Processor: AMD Radeon RX 7800 XT
Manufacturer: ASUS

Extra information or context

  • A forced shutdown and restart resolves the issue temporarily.
  • This behavior occurs every time the system is powered on after a complete shutdown.

I have the same issue, but when this issue began I also noticed extremely slow shutdown times because of something related to systemd-journal-flush.service hanging. I'm not sure if the issues could be related.

Output of rpm-ostree status

State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
                   Digest: sha256:c66c919da92842b6533f79554dab9031136aa4f5798c57b851ba4cc4dbf36da9
                  Version: 40.20240427.0 (2024-04-27T22:34:11Z)
            LocalPackages: lact-0.5.4-0.x86_64

  ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
                   Digest: sha256:fcb21048f072f4f4a19f7daf8a9edcb3f0d66f8af34b61b2700866aa6aec2f58
                  Version: nightly (2024-04-26T17:02:20Z)
            LocalPackages: lact-0.5.4-0.x86_64

Hardware

Operating System: Bazzite 40
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-302.fsync.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6750 XT
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570 AORUS ELITE WIFI

I'm also having this same issue along with the long shutdowns after updating my laptop to Bazzite 40. I've already reported the issue in the bazzite-help discord channel a few days ago and uploaded logs there, but figured I would also post that information here too. I'm also on the latest Bazzite as of posting this (40.20240427.0), not the version listed below.

rpm-ostree status output

State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:latest
                   Digest: sha256:49623772190377d10594502a9fbba719bcd549964cd8a50daa931f7b79858c55
                  Version: main (2024-04-24T17:09:10Z)
          LayeredPackages: edk2-ovmf qemu virt-manager
                Initramfs: '"-I /etc/crypttab /usr/lib/modprobe.d/nvidia.conf"' 

  ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:latest
                   Digest: sha256:fd93148ed9948d13811c14cb55d011f2ed17a061920753e841e02f4f75d8856d
                  Version: 39.20240116.0 (2024-04-19T17:16:29Z)
          LayeredPackages: edk2-ovmf qemu virt-manager
                Initramfs: '"-I /etc/crypttab /usr/lib/modprobe.d/nvidia.conf"'

Hardware
CPU: Intel i9-13950HX
RAM: 128GB DDR5 5600 MHz ECC
GPU 1: Intel Raptor Lake-S UHD Graphics
GPU 2: Nvidia RTX 5000 Ada Generation Laptop GPU
Manufacturer: LENOVO
Product Name: 21FACTO1WW
System Version: ThinkPad P16 Gen 2

Software
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-302.fsync.fc40.x86_64
Graphics Platform: X11

Logs
dmesg.txt
journalctl.txt
systemd-blame.txt

Switching to the testing branch seems to have solved both the blank screen at login and the systemd-journal-flush.service getting stuck at shut down. This is what my rpm-ostree status shows with the test version that seems to be working.

Output of rpm-ostree status

State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:testing
                   Digest: sha256:fddc4d54c584b7602ff262a0925f54a42ce470b07693f8c9af1b484d54700d54
                  Version: 40.20240429.0 (2024-04-30T00:15:21Z)

  ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
                   Digest: sha256:c66c919da92842b6533f79554dab9031136aa4f5798c57b851ba4cc4dbf36da9
                  Version: 40.20240427.0 (2024-04-27T22:34:11Z)

This should be fixed in the testing branch and will hit stable soon.