Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

kwin-6.5.5-r2 crashes after upgrading to the -r2 release

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
nvaert1986
Tux's lil' helper
Tux's lil' helper
Posts: 128
Joined: Sun May 05, 2019 12:14 pm

kwin-6.5.5-r2 crashes after upgrading to the -r2 release

  • Quote

Post by nvaert1986 » Mon Feb 09, 2026 5:01 pm

Hello everyone,

Yesterday I updated both my PC and laptop and it pulled in kde-plasma/kwin-6.5.5-r2. After this I started to notice that my whole plasma session crashes at initial startup, when clicking anywhere on the desktop or on the KDE logo or any icons on the desktop. Everything disappears for a second and then re-appears. I was wondering if anybody else encountered this issue recently and might have a solution This happens both on my laptop (Intel iGPU and NVIDIA dGPU) and my desktop (NVIDIA dGPU).

Since I'm experiencing this on both of my machines, I've also generated a bug report: https://bugs.gentoo.org/969811
Top
radio_flyer
Guru
Guru
User avatar
Posts: 321
Joined: Thu Nov 04, 2004 8:54 pm
Location: Northern California

  • Quote

Post by radio_flyer » Sat Feb 14, 2026 3:27 am

I've had the same issues recently on my amdgpu driver system with Wayland. The plasma session starts, and then crashes to a black screen with a cursor. Switching to any VT other than F1 will kill all of the VTs. I don't have the problem if I use X11 instead of Wayland as the display server.

The only clue the logs have shown me so far is "drmSetMaster failed: Device or resource busy" when it happens. Searching online, it seems multiple folks are encountering this issue with different drivers and different session setups. They all seem to be converging on some sort of race issue with the auto-reconfiguration of the fbdev and the modesetting drivers. It's random and intermittent, and started sometime within the past few weeks. I haven't had a chance to debug it further. If I can get it to consistently repeat I'm going to try pulling fbdev out of the kernel and see if that helps any.
Top
finoderi
Tux's lil' helper
Tux's lil' helper
Posts: 89
Joined: Fri Oct 29, 2021 4:26 am

  • Quote

Post by finoderi » Sat Feb 14, 2026 1:36 pm

It looks like some kind of a race condition. I also got black screen with a cursor several times, but it was still possible to log in without issues on another VT after that. And it's enough to wait a couple of seconds after prompt to enter login appears to avoid this 'empty blackness'. I use OpenRC, amdgpu driver and don't use any display manager.
Top
Goverp
Advocate
Advocate
User avatar
Posts: 2402
Joined: Wed Mar 07, 2007 6:41 pm

  • Quote

Post by Goverp » Sat Feb 14, 2026 8:14 pm

Me too.

I see the following in my stdout for the startx command (or rather, my own equivalent thereof):

Code: Select all

kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError
kf.kio.core: An error occurred during write. The worker terminates now.
QThreadStorage: entry 6 destroyed before end of thread 0x55e8bb7ce820
There's a Qt bug (with nobody taking any action) , though it's for Dolphin and may just mean it's irrelevant (why does KDE write so much cr*p to stdout and nobody bothers to fix the error messages? :-( ).

Then a trifle later:

Code: Select all

qt.dbus.integration: QDBusConnection: couldn't handle call to Teardown, no slot matched
qt.dbus.integration: Could not find slot Krunner1Adaptor::Teardown
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
(EE) failed to write to Xwayland fd: Broken pipe
The X11 connection broke (error 1). Did the X11 server die?
X connection to :0 broken (explicit kill or server shutdown).
The Wayland connection broke. Did the Wayland compositor die?
qt.qpa.wayland: Attempting wayland reconnect
Google Gemini reckons (slightly edited by me):
Based on the error logs provided, this issue represents a collision between Qt6/DBus components during session termination or suspension, specifically involving KRunner and Xwayland. This frequently results in a momentary black screen or a crash to the login screen.
...
This is a known, recent issue related to Qt6 and DBus updates in KDE Plasma. A full system update or reinstalling qt6-base and plasma-workspace typically resolves it.

Analysis of the Errors
qt.dbus.integration: Could not find slot Krunner1Adaptor::Teardown: KRunner is trying to call a "Teardown" method, but the slot does not exist in the current adaptor. This indicates a mismatch between the running KRunner binary and the adaptor definition (often due to partial updates).

(EE) failed to write to Xwayland fd: Broken pipe: The Xwayland server (which allows X11 apps to run on Wayland) has closed its end of the connection, causing a crash
This seems to be on the basis of a discussion on the Arch Linux forums, with solutions:
  • If you are on Arch Linux or a similar rolling-release distribution, this is often caused by a partial upgrade where the plasma-workspace or qt6-base packages are out of sync.
  • Wayland/NVIDIA Driver Issues - If this happens when waking up, closing a game, or turning off the screen, it may be related to driver conflicts with Xwayland.
  • If KRunner keeps crashing, you can temporarily disable it to confirm it is the source of the Teardown error: Go to System Settings > Search > KRunner and disable it, or stop the service via command line.
I'm on AMDGPU, so the second doesn't apply. I've yet to try the third. I doubt the first, unless something's nasty in the state of portage.
Greybeard
Top
myNameIsNotAvailable...
n00b
n00b
User avatar
Posts: 5
Joined: Tue Feb 17, 2026 12:49 am

  • Quote

Post by myNameIsNotAvailable... » Tue Feb 17, 2026 10:21 pm

Hello, this might be fully unrelated but downgrading mesa 25.3.X to mesa 25.2.X (updated around Feb 11 for someone in another topic, around Feb 9 for me) solved his gnome crash on log in. It also solved my external monitors not working anymore. He has an AMD GPU, I have an NVIDIA GPU so it appears to be mesa-specific.

I didn't reinstall Mesa 25.3.3 to troubleshoot further, but I don't remember seeing nouveau drivers initialized in dmesg with this mesa-25.3.3 or mesa-26.0.0 (and I do see it with mesa-25.2.8). I also remember messages about compositor crashing on screen allocation because EGL wasn't initialized yet.

This does not appear to be incompatible with the race condition (this new mesa version lazily starts EGL; leading to EGL being used prior to its initialization on kwin/gnome-shell/others... ?)

Why is it initialized after a first crash on KDE ? (it seems like this initialization does not happen at all on [gnome-43 || sway-1.11 || hyprland] && mesa-25.3)

This could also be fully unrelated...

I can provide more debugging logs later if it is helpful
There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.
Top
radio_flyer
Guru
Guru
User avatar
Posts: 321
Joined: Thu Nov 04, 2004 8:54 pm
Location: Northern California

  • Quote

Post by radio_flyer » Mon Feb 23, 2026 6:51 am

Just some more debugging. This is an intermittent problem that seems to appear mostly when doing a system reboot. I haven't seen a power-off / power-on cycle trigger it. Happened again on today's upgrade to stable kernel 6.18.12-gentoo.

Tried removing the framebuffer driver (/dev/fb0) from the kernel. Still crashed, so rebuilt it back in as a module. Still crashed.

System Info:

Code: Select all

$ inxi -G
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 14 [Radeon Pro W5500]
    driver: amdgpu v: kernel
  Device-2: Logitech HD Pro Webcam C920 driver: snd-usb-audio,uvcvideo
    type: USB
  Display: wayland server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.9
    compositor: kwin_wayland driver: X: loaded: amdgpu
    unloaded: fbdev,modesetting,radeon,vesa dri: radeonsi gpu: amdgpu
    resolution: 1: 3840x2160~60Hz 2: 3840x2160~60Hz 3: 3840x2160~60Hz
  API: EGL v: 1.5 drivers: kms_swrast,radeonsi,swrast
    platforms: gbm,wayland,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.3.3 renderer: AMD
    Radeon Pro W5500 (radeonsi navi14 LLVM 21.1.8 DRM 3.64 6.18.12-gentoo)
  API: Vulkan v: 1.4.328 drivers: radv surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo de: kscreen-console,
    kscreen-doctor, xfce4-display-settings gpu: radeontop wl: wayland-info
    x11: xdriinfo, xdpyinfo, xprop, xrandr

Code: Select all

$ emerge --info
Portage 3.0.77 (python 3.13.11-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-15, glibc-2.42-r5, 6.18.12-gentoo x86_64)
=================================================================
System uname: Linux-6.18.12-gentoo-x86_64-AMD_Ryzen_9_3950X_16-Core_Processor-with-glibc2.42
KiB Mem:    65788084 total,  56326668 free
KiB Swap:   33554428 total,  33554428 free
Timestamp of repository gentoo: Sun, 22 Feb 2026 15:15:00 +0000
Head commit of repository gentoo: 69a109a6bc2d02caf6095632942709ec21638427
sh bash 5.3_p9
ld GNU ld (Gentoo 2.45.1 p1) 2.45.1
app-misc/pax-utils:        1.3.10::gentoo
app-shells/bash:           5.3_p9::gentoo
dev-build/autoconf:        2.72-r6::gentoo
dev-build/automake:        1.18.1::gentoo
dev-build/cmake:           4.1.4::gentoo
dev-build/libtool:         2.5.4::gentoo
dev-build/make:            4.4.1-r102::gentoo
dev-build/meson:           1.9.2::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.42.0-r1::gentoo
dev-lang/python:           3.13.11::gentoo, 3.14.2::gentoo
dev-lang/rust:             1.92.0_p1-r1::gentoo
llvm-core/clang:           20.1.8::gentoo, 21.1.8::gentoo
llvm-core/lld:             20.1.8::gentoo, 21.1.8::gentoo
llvm-core/llvm:            20.1.8::gentoo, 21.1.8::gentoo
sys-apps/baselayout:       2.18::gentoo
sys-apps/openrc:           0.62.10::gentoo
sys-apps/sandbox:          2.46::gentoo
sys-devel/binutils:        2.45.1::gentoo
sys-devel/binutils-config: 5.6::gentoo
sys-devel/gcc:             15.2.1_p20260214::gentoo
sys-devel/gcc-config:      2.12.2::gentoo
sys-kernel/linux-headers:  6.18::gentoo (virtual/os-headers)
sys-libs/glibc:            2.42-r5::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.namerica.gentoo.org/gentoo-portage/
    priority: -1000
    volatile: False
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 

local
    location: /usr/local/portage
    masters: gentoo
    volatile: True

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/themes/oxygen-gtk/gtk-2.0 /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.3/ext-active/ /etc/php/cgi-php8.3/ext-active/ /etc/php/cli-php8.3/ext-active/ /etc/php/fpm-php8.3/ext-active/ /etc/php/phpdbg-php8.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=8 --load-average=32"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live compress-index config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="en en_US"
MAKEOPTS="--jobs=32 --load-average=35"
PKGDIR="/var/cache/binpkgs"
PORTAGE_COMPRESS="bzip2"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 avif bluetooth branding bzip2 cairo cdda cdr cet colord crypt cups dbus declarative doc dri dts dvd dvdr elogind encode examples exif flac fontconfig fortran gdbm gif gtk gtk-doc gui handbook iconv icu ipv6 jack java jbig jpeg jpegxl kde kwallet lcms libnotify libtirpc lzma mad mbox mng mp3 mp4 mpeg multilib ncurses nls nptl odbc ogg openexr opengl openmp pam pango pcre pdf pipewire plasma png policykit postgres ppds pulseaudio qml qt6 readline screencast sdl seccomp semantic-desktop sound source spell ssl startup-notification svg test-rust threads tiff truetype udev udisks unicode upower usb vim-syntax vorbis vulkan wayland webp widgets wxwidgets x264 xattr xcb xft xinerama xml xpm xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gcc_15" AMDGPU_TARGETS="gfx1012" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_core authn_dbd authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers http2 ident imagemap include info lbmethod_byrequests log_config log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http proxy_http2 rewrite setenvif slotmem_shm socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" APACHE2_MPMS="worker" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="canon" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oncore skytraq superstar2 tsip tripmate tnt" GRUB_PLATFORMS="efi-64" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput wacom joystick" KERNEL="linux" L10N="en en-US" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LIBREOFFICE_EXTENSIONS="nlpsolver wiki-publisher" LLVM_TARGETS="X86" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-3" POSTGRES_TARGETS="postgres17" PYTHON_SINGLE_TARGET="python3_13" PYTHON_TARGETS="python3_13" RUBY_TARGETS="ruby32 ruby33" SANE_BACKENDS="epson2" VIDEO_CARDS="amdgpu radeonsi fbdev vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
/var/log/sddm.conf shows this on a failed startup:

Code: Select all

[11:28:06.538] (II) DAEMON: Initializing...
[11:28:06.541] (II) DAEMON: Starting...
[11:28:06.541] (II) DAEMON: Logind interface found
[11:28:06.542] (II) DAEMON: Adding new display...
[11:28:06.542] (II) DAEMON: Loaded empty theme configuration
[11:28:06.542] (II) DAEMON: Xauthority path: "/run/sddm/xauth_PbxqAq"
[11:28:06.542] (II) DAEMON: Using VT 7
[11:28:06.542] (II) DAEMON: Display server starting...
[11:28:06.542] (II) DAEMON: Writing cookie to "/run/sddm/xauth_PbxqAq"
[11:28:06.542] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt7 -auth /run/sddm/xauth_PbxqAq -noreset -displayfd 16
[11:28:06.862] (EE) DAEMON: Failed to read display number from pipe
[11:28:06.862] (II) DAEMON: Display server stopping...
[11:28:06.862] (WW) DAEMON: Attempt 1 starting the Display server on vt 7 failed
The log above shows sddm dies trying to start the X server (Xwayland). /var/log/Xorg.0.log shows:

Code: Select all

[   515.516] 
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[   515.516] Current Operating System: Linux coraline 6.18.12-gentoo #3 SMP PREEMPT_DYNAMIC Sun Feb 22 11:13:38 PST 2026 x86_64
[   515.516] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.18.12-gentoo root=PARTUUID=c973d986-9982-f448-a62f-548eb7d35810 ro
[   515.516]  
[   515.516] Current version of pixman: 0.46.4
[   515.516] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   515.516] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   515.516] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 22 11:24:04 2026
[   515.516] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   515.516] (==) No Layout section.  Using the first Screen section.
[   515.516] (==) No screen section available. Using defaults.
[   515.516] (**) |-->Screen "Default Screen Section" (0)
[   515.516] (**) |   |-->Monitor "<default monitor>"
[   515.516] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   515.516] (**) Allowing byte-swapped clients
[   515.516] (==) Automatically adding devices
[   515.516] (==) Automatically enabling devices
[   515.516] (==) Automatically adding GPU devices
[   515.516] (==) Automatically binding GPU devices
[   515.516] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   515.516] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   515.516] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   515.516] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   515.516] (II) Module ABI versions:
[   515.516] 	X.Org ANSI C Emulation: 0.4
[   515.516] 	X.Org Video Driver: 25.2
[   515.516] 	X.Org XInput driver : 24.4
[   515.516] 	X.Org Server Extension : 10.0
[   515.516] (++) using VT number 7

[   515.516] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   515.517] (II) xfree86: Adding drm device (/dev/dri/card0)
[   515.517] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.0/drm/card0
[   515.523] (--) PCI:*(8@0:0:0) 1002:7341:1002:0b0c rev 0, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcd00000/524288, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[   515.523] (II) LoadModule: "glx"
[   515.523] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   515.524] (II) Module glx: vendor="X.Org Foundation"
[   515.524] 	compiled for 1.21.1.21, module version = 1.0.0
[   515.524] 	ABI class: X.Org Server Extension, version 10.0
[   515.524] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[   515.524] 	loading driver: amdgpu
[   515.524] (==) Matched amdgpu as autoconfigured driver 0
[   515.524] (==) Matched ati as autoconfigured driver 1
[   515.524] (==) Matched modesetting as autoconfigured driver 2
[   515.524] (==) Matched fbdev as autoconfigured driver 3
[   515.524] (==) Matched vesa as autoconfigured driver 4
[   515.524] (==) Assigned the driver to the xf86ConfigLayout
[   515.524] (II) LoadModule: "amdgpu"
[   515.524] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[   515.524] (II) Module amdgpu: vendor="X.Org Foundation"
[   515.524] 	compiled for 1.21.1.21, module version = 25.0.0
[   515.524] 	Module class: X.Org Video Driver
[   515.524] 	ABI class: X.Org Video Driver, version 25.2
[   515.524] (II) LoadModule: "ati"
[   515.525] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[   515.525] (II) Module ati: vendor="X.Org Foundation"
[   515.525] 	compiled for 1.21.1.21, module version = 22.0.0
[   515.525] 	Module class: X.Org Video Driver
[   515.525] 	ABI class: X.Org Video Driver, version 25.2
[   515.766] (II) LoadModule: "radeon"
[   515.766] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[   515.766] (II) Module radeon: vendor="X.Org Foundation"
[   515.766] 	compiled for 1.21.1.21, module version = 22.0.0
[   515.766] 	Module class: X.Org Video Driver
[   515.766] 	ABI class: X.Org Video Driver, version 25.2
[   515.766] (II) LoadModule: "modesetting"
[   515.767] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   515.767] (II) Module modesetting: vendor="X.Org Foundation"
[   515.767] 	compiled for 1.21.1.21, module version = 1.21.1
[   515.767] 	Module class: X.Org Video Driver
[   515.767] 	ABI class: X.Org Video Driver, version 25.2
[   515.767] (II) LoadModule: "fbdev"
[   515.767] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[   515.767] (II) Module fbdev: vendor="X.Org Foundation"
[   515.767] 	compiled for 1.21.1.21, module version = 0.5.1
[   515.767] 	Module class: X.Org Video Driver
[   515.767] 	ABI class: X.Org Video Driver, version 25.2
[   515.767] (II) LoadModule: "vesa"
[   515.767] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[   515.767] (II) Module vesa: vendor="X.Org Foundation"
[   515.767] 	compiled for 1.21.1.21, module version = 2.6.0
[   515.767] 	Module class: X.Org Video Driver
[   515.767] 	ABI class: X.Org Video Driver, version 25.2
[   515.767] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   515.767] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[   515.768] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   515.768] (II) FBDEV: driver for framebuffer: fbdev
[   515.768] (II) VESA: driver for VESA chipsets: vesa
[   515.775] (EE) AMDGPU(0): [drm] device is not DRM master.
[   515.776] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[   515.776] (EE) AMDGPU(1): [drm] device is not DRM master.
[   515.777] (II) modeset(2): using drv /dev/dri/card0
[   515.777] (WW) Falling back to old probe method for fbdev
[   515.777] (II) Loading sub module "fbdevhw"
[   515.777] (II) LoadModule: "fbdevhw"
[   515.777] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[   515.777] (II) Module fbdevhw: vendor="X.Org Foundation"
[   515.777] 	compiled for 1.21.1.21, module version = 0.0.2
[   515.777] 	ABI class: X.Org Video Driver, version 25.2
[   515.777] (EE) Screen 0 deleted because of no matching config section.
[   515.777] (II) UnloadModule: "amdgpu"
[   515.777] (EE) Screen 0 deleted because of no matching config section.
[   515.777] (II) UnloadModule: "amdgpu"
[   515.777] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   515.777] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   515.777] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
[   515.777] (==) modeset(0): RGB weight 888
[   515.777] (==) modeset(0): Default visual is TrueColor
[   515.777] (II) Loading sub module "glamoregl"
[   515.777] (II) LoadModule: "glamoregl"
[   515.777] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   515.779] (II) Module glamoregl: vendor="X.Org Foundation"
[   515.779] 	compiled for 1.21.1.21, module version = 1.0.1
[   515.779] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   515.808] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[   515.808] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Pro W5500 (radeonsi, navi14, LLVM 21.1.8, DRM 3.64, 6.18.12-gentoo)
[   515.808] (II) modeset(0): glamor initialized
[   515.808] (==) modeset(0): VariableRefresh: disabled
[   515.808] (==) modeset(0): AsyncFlipSecondaries: disabled
[   515.821] (II) modeset(0): Output DP-1 has no monitor section
[   515.821] (II) modeset(0): Output DP-2 has no monitor section
[   515.821] (II) modeset(0): Output DP-3 has no monitor section
[   515.821] (II) modeset(0): Output DP-4 has no monitor section
...
(Snipped lots of non-pertinent info)
...
[   515.826] (II) modeset(0): Output DP-1 connected
[   515.826] (II) modeset(0): Output DP-2 connected
[   515.826] (II) modeset(0): Output DP-3 connected
[   515.826] (II) modeset(0): Output DP-4 disconnected
[   515.826] (II) modeset(0): Using spanning desktop for initial modes
[   515.826] (II) modeset(0): Output DP-1 using initial mode 3840x2160 +0+0
[   515.826] (II) modeset(0): Output DP-2 using initial mode 3840x2160 +3840+0
[   515.826] (II) modeset(0): Output DP-3 using initial mode 3840x2160 +7680+0
[   515.826] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   515.826] (==) modeset(0): DPI set to (96, 96)
[   515.826] (II) Loading sub module "fb"
[   515.826] (II) LoadModule: "fb"
[   515.826] (II) Module "fb" already built-in
[   515.826] (II) UnloadModule: "radeon"
[   515.826] (II) Unloading radeon
[   515.827] (II) UnloadModule: "fbdev"
[   515.827] (II) Unloading fbdev
[   515.827] (II) UnloadSubModule: "fbdevhw"
[   515.827] (II) Unloading fbdevhw
[   515.827] (II) UnloadModule: "vesa"
[   515.827] (II) Unloading vesa
[   515.827] (EE) modeset(0): drmSetMaster failed: Device or resource busy
[   515.827] (EE) 
Fatal server error:
[   515.827] (EE) AddScreen/ScreenInit failed for driver 0
[   515.827] (EE) 
[   515.827] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   515.827] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   515.827] (EE) 
[   515.852] (EE) Server terminated with error (1). Closing log file.
The Xorg log shows that things start going wrong at "(EE) AMDGPU(0): [drm] device is not DRM master.", AMDGPU(0) becomes modeset(0), and it goes sideways from that point on.

Trying "rc-service display-manager restart" usually succeeds in killing all the VTs at this point and ALT-PRTSCR-S/U/B is needed to reboot.

After more reboots, eventually X succeeds and that looks like this in sddm.log:

Code: Select all

[11:33:24.260] (II) DAEMON: Initializing...
[11:33:24.276] (II) DAEMON: Starting...
[11:33:24.276] (II) DAEMON: Logind interface found
[11:33:24.277] (II) DAEMON: Adding new display...
[11:33:24.311] (II) DAEMON: Loaded empty theme configuration
[11:33:24.311] (II) DAEMON: Xauthority path: "/run/sddm/xauth_GIoXZd"
[11:33:24.312] (II) DAEMON: Using VT 2
[11:33:24.312] (II) DAEMON: Display server starting...
[11:33:24.312] (II) DAEMON: Writing cookie to "/run/sddm/xauth_GIoXZd"
[11:33:24.312] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_GIoXZd -noreset -displayfd 16
[11:33:25.619] (II) DAEMON: Setting default cursor
[11:33:25.635] (II) DAEMON: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
[11:33:25.640] (II) DAEMON: Display server started.
[11:33:25.640] (II) DAEMON: Socket server starting...
[11:33:25.640] (II) DAEMON: Socket server started.
[11:33:25.640] (II) DAEMON: Loaded empty theme configuration
[11:33:25.641] (II) DAEMON: Greeter starting...
[11:33:25.650] (II) HELPER: [PAM] Starting...
[11:33:25.650] (II) HELPER: [PAM] Authenticating...
[11:33:25.650] (II) HELPER: [PAM] returning.
[11:33:25.675] (II) HELPER: Writing cookie to "/tmp/xauth_LPraHx"
[11:33:25.675] (II) HELPER: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-kITCnR"
[11:33:25.677] (II) DAEMON: Greeter session started successfully
[11:33:25.868] (II) DAEMON: Message received from greeter: Connect
[13:57:09.337] (II) DAEMON: Message received from greeter: Login
[13:57:09.337] (II) DAEMON: Reading from "/usr/share/wayland-sessions/plasma.desktop"
[13:57:09.338] (II) DAEMON: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 7
And in Xorg.0.log:

Code: Select all

[   290.598] 
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[   290.598] Current Operating System: Linux coraline 6.18.12-gentoo #3 SMP PREEMPT_DYNAMIC Sun Feb 22 11:13:38 PST 2026 x86_64
[   290.598] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.18.12-gentoo root=PARTUUID=c973d986-9982-f448-a62f-548eb7d35810 ro
[   290.598]  
[   290.598] Current version of pixman: 0.46.4
[   290.598] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   290.598] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   290.598] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 22 14:20:06 2026
[   290.598] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   290.598] (==) No Layout section.  Using the first Screen section.
[   290.598] (==) No screen section available. Using defaults.
[   290.598] (**) |-->Screen "Default Screen Section" (0)
[   290.598] (**) |   |-->Monitor "<default monitor>"
[   290.598] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   290.598] (**) Allowing byte-swapped clients
[   290.598] (==) Automatically adding devices
[   290.598] (==) Automatically enabling devices
[   290.598] (==) Automatically adding GPU devices
[   290.598] (==) Automatically binding GPU devices
[   290.598] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   290.598] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   290.598] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   290.598] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   290.598] (II) Module ABI versions:
[   290.598] 	X.Org ANSI C Emulation: 0.4
[   290.598] 	X.Org Video Driver: 25.2
[   290.598] 	X.Org XInput driver : 24.4
[   290.598] 	X.Org Server Extension : 10.0
[   290.598] (++) using VT number 8

[   290.598] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   290.599] (II) xfree86: Adding drm device (/dev/dri/card0)
[   290.599] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.0/drm/card0
[   290.613] (--) PCI:*(8@0:0:0) 1002:7341:1002:0b0c rev 0, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcd00000/524288, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[   290.613] (II) LoadModule: "glx"
[   290.613] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   290.614] (II) Module glx: vendor="X.Org Foundation"
[   290.614] 	compiled for 1.21.1.21, module version = 1.0.0
[   290.614] 	ABI class: X.Org Server Extension, version 10.0
[   290.614] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[   290.614] 	loading driver: amdgpu
[   290.614] (==) Matched amdgpu as autoconfigured driver 0
[   290.614] (==) Matched ati as autoconfigured driver 1
[   290.614] (==) Matched modesetting as autoconfigured driver 2
[   290.614] (==) Matched fbdev as autoconfigured driver 3
[   290.614] (==) Matched vesa as autoconfigured driver 4
[   290.614] (==) Assigned the driver to the xf86ConfigLayout
[   290.614] (II) LoadModule: "amdgpu"
[   290.614] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[   290.614] (II) Module amdgpu: vendor="X.Org Foundation"
[   290.614] 	compiled for 1.21.1.21, module version = 25.0.0
[   290.614] 	Module class: X.Org Video Driver
[   290.614] 	ABI class: X.Org Video Driver, version 25.2
[   290.614] (II) LoadModule: "ati"
[   290.614] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[   290.615] (II) Module ati: vendor="X.Org Foundation"
[   290.615] 	compiled for 1.21.1.21, module version = 22.0.0
[   290.615] 	Module class: X.Org Video Driver
[   290.615] 	ABI class: X.Org Video Driver, version 25.2
[   290.866] (II) LoadModule: "radeon"
[   290.866] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[   290.867] (II) Module radeon: vendor="X.Org Foundation"
[   290.867] 	compiled for 1.21.1.21, module version = 22.0.0
[   290.867] 	Module class: X.Org Video Driver
[   290.867] 	ABI class: X.Org Video Driver, version 25.2
[   290.867] (II) LoadModule: "modesetting"
[   290.867] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   290.867] (II) Module modesetting: vendor="X.Org Foundation"
[   290.867] 	compiled for 1.21.1.21, module version = 1.21.1
[   290.867] 	Module class: X.Org Video Driver
[   290.867] 	ABI class: X.Org Video Driver, version 25.2
[   290.867] (II) LoadModule: "fbdev"
[   290.867] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[   290.867] (II) Module fbdev: vendor="X.Org Foundation"
[   290.867] 	compiled for 1.21.1.21, module version = 0.5.1
[   290.867] 	Module class: X.Org Video Driver
[   290.867] 	ABI class: X.Org Video Driver, version 25.2
[   290.867] (II) LoadModule: "vesa"
[   290.867] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[   290.867] (II) Module vesa: vendor="X.Org Foundation"
[   290.867] 	compiled for 1.21.1.21, module version = 2.6.0
[   290.867] 	Module class: X.Org Video Driver
[   290.867] 	ABI class: X.Org Video Driver, version 25.2
[   290.867] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   290.867] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[   290.868] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   290.868] (II) FBDEV: driver for framebuffer: fbdev
[   290.868] (II) VESA: driver for VESA chipsets: vesa
[   290.895] (WW) Falling back to old probe method for modesetting
[   290.895] (WW) Falling back to old probe method for fbdev
[   290.895] (II) Loading sub module "fbdevhw"
[   290.895] (II) LoadModule: "fbdevhw"
[   290.895] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[   290.895] (II) Module fbdevhw: vendor="X.Org Foundation"
[   290.895] 	compiled for 1.21.1.21, module version = 0.0.2
[   290.895] 	ABI class: X.Org Video Driver, version 25.2
[   290.895] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   290.895] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   290.895] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   290.895] (==) AMDGPU(0): Default visual is TrueColor
[   290.895] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0
[   290.895] (==) AMDGPU(0): RGB weight 888
[   290.895] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   290.895] (--) AMDGPU(0): Chipset: "AMD Radeon Pro W5500" (ChipID = 0x7341)
[   290.895] (II) Loading sub module "fb"
[   290.895] (II) LoadModule: "fb"
[   290.895] (II) Module "fb" already built-in
[   290.895] (II) Loading sub module "dri2"
[   290.895] (II) LoadModule: "dri2"
[   290.895] (II) Module "dri2" already built-in
[   290.923] (II) Loading sub module "glamoregl"
[   290.923] (II) LoadModule: "glamoregl"
[   290.923] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   290.924] (II) Module glamoregl: vendor="X.Org Foundation"
[   290.924] 	compiled for 1.21.1.21, module version = 1.0.1
[   290.924] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   290.932] (II) AMDGPU(0): glamor: Using OpenGL 4.6 context.
[   290.932] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Pro W5500 (radeonsi, navi14, LLVM 21.1.8, DRM 3.64, 6.18.12-gentoo)
[   290.932] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   290.932] (==) AMDGPU(0): TearFree property default: auto
[   290.932] (==) AMDGPU(0): VariableRefresh: disabled
[   290.932] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[   290.932] (II) AMDGPU(0): KMS Pageflipping: enabled
[   290.934] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[   290.941] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[   290.942] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[   290.943] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section

... And AMDGPU(0) continues on to init everything properly ...
So far neither google nor its AI doppelganger have pointed me to a reason why X is failing to recognize my AMD video card randomly after a reboot, when it had no problem doing so before. I'm running OpenRC not systemd, and I haven't used (or needed) an xorg.conf file for a few years now, and twiddling with those two things are the most commonly recommended options.

BTW, the successes always happen when sddm tries to start X on vt2, and the failures when it tries to launch on vt7. There's this forum post:
https://forums.gentoo.org/viewtopic-t- ... rt-0.html

and this bug report:

https://bugs.gentoo.org/913862


However, no one seems to know exactly what's going on. The debugging continues...
Top
Post Reply

6 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic