Wayland won't load. Plasma, sddm, nvidia errors

The system automatically starts x11. When I try to switch to wayland, a black screen and mouse cursor appears.
After the last package update, when I try to re-enter wayland, a black screen appears with text that says the following:

The screen locker is broken and cannot be used to unlock the screen. Switch to virtual terminal to unlock the screen.

But now when I press ctrl+alt+f2 nothing happens, just a black screen and that’s it. Previously, I was accessing the user login and password entry.

After several presses of ctrl+alt+f2 and waiting 10-15 seconds, the unlock screen appears, but for about a minute it won’t let me enter a password (no characters are entered).

After several switches to f3, f2 → I managed to enter the password and boot into the system interface. But no program can be started, not even terminal. The program windows are not displayed.
Switching to ctrl+alt+f2 is also impossible.

uname -r
6.13.4-1-default

The kernel parameters are set at boot time:
splash=silent quiet security=apparmor nvidia_drm.modeset=1 rd.driver.blacklist=nouveau
Tried using nvidia_drm.modeset=0, this did not help

By the way, there is such a message in the logs, why does it occur?
dmesg log:
Unknown kernel command line parameters “splash=silent”

sudo lsmod |grep nvidia

nvidia_drm            135168  0
nvidia_modeset       1826816  110 nvidia_drm
nvidia_uvm           3862528  0
nvidia              96956416  1231 nvidia_uvm,nvidia_modeset
drm_ttm_helper         16384  1 nvidia_drm
video                  81920  2 i915,nvidia_modeset

lsmod | grep drm

nvidia_drm            135168  0
nvidia_modeset       1826816  113 nvidia_drm
drm_ttm_helper         16384  1 nvidia_drm
drm_buddy              24576  1 i915
ttm                   110592  2 drm_ttm_helper,i915
drm_display_helper    278528  1 i915
cec                    94208  2 drm_display_helper,i915

sudo modinfo nvidia |head

filename:       /usr/lib/modules/6.13.4-1-default/updates/nvidia.ko
alias:          char-major-195-*
version:        570.124.04
supported:      external
license:        NVIDIA
firmware:       nvidia/570.124.04/gsp_tu10x.bin
firmware:       nvidia/570.124.04/gsp_ga10x.bin
suserelease:    openSUSE Tumbleweed
srcversion:     3D69C923874714B11E68DCA
alias:          pci:v000010DEd*sv*sd*bc06sc80i00*

inxi -G

Graphics:
  Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
  Device-2: NVIDIA GP104 [GeForce GTX 1070] driver: nvidia v: 570.124.04
  Display: x11 server: X.Org v: 21.1.15 with: Xwayland v: 24.1.6 driver: X:
    loaded: modesetting,nvidia unloaded: vesa dri: iris gpu: i915,nvidia
    resolution: 1: 3840x2160~60Hz 2: N/A
  API: EGL v: 1.5 drivers: iris,nvidia,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 570.124.04
    renderer: NVIDIA GeForce GTX 1070/PCIe/SSE2
  API: Vulkan v: 1.4.304 drivers: N/A surfaces: xcb,xlib
  Info: Tools: api: eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor gpu: nvidia-settings,nvidia-smi
    wl: wayland-info x11: xdpyinfo, xprop, xrandr

sudo zypper ref -fds
sudo zypper dup -l --allow-vendor-change

cat /etc/sddm.conf.d/kde_settings.conf

[Autologin]
Relogin=false
Session=default
User=user

[General]
HaltCommand=
RebootCommand=

[Theme]
Current=breeze

[Users]
MaximumUid=60000

Installed nvidia packages.
Latest versions.

S  | Name                             | Type    | Version                   | Arch   | Repository
---+----------------------------------+---------+---------------------------+--------+-----------
i+ | kernel-firmware-nvidia           | package | 20250206-1.1              | noarch | repo-oss
i+ | libnvidia-egl-gbm1               | package | 1.1.2-7.2                 | x86_64 | NVIDIA
i+ | libnvidia-egl-gbm1-32bit         | package | 1.1.2-7.3                 | x86_64 | NVIDIA
i+ | libnvidia-egl-wayland1           | package | 1.1.17-43.4               | x86_64 | NVIDIA
i+ | libnvidia-egl-wayland1-32bit     | package | 1.1.17-43.3               | x86_64 | NVIDIA
i+ | libnvidia-egl-x111               | package | 1.0.1-9.4                 | x86_64 | NVIDIA
i+ | libnvidia-egl-x111-32bit         | package | 1.0.1-9.4                 | x86_64 | NVIDIA
i  | nvidia-common-G06                | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | nvidia-compute-G06               | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | nvidia-compute-G06-32bit         | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | nvidia-compute-utils-G06         | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | nvidia-driver-G06-kmp-default    | package | 570.124.04_k6.13.4_1-32.1 | x86_64 | NVIDIA
i+ | nvidia-gl-G06                    | package | 570.124.04-32.1           | x86_64 | NVIDIA
i  | nvidia-gl-G06-32bit              | package | 570.124.04-32.1           | x86_64 | NVIDIA
i  | nvidia-libXNVCtrl                | package | 570.124.04-32.1           | x86_64 | NVIDIA
i  | nvidia-modprobe                  | package | 570.124.04-11.1           | x86_64 | NVIDIA
i  | nvidia-persistenced              | package | 570.124.04-2.1            | x86_64 | NVIDIA
i+ | nvidia-settings                  | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | nvidia-video-G06                 | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | nvidia-video-G06-32bit           | package | 570.124.04-32.1           | x86_64 | NVIDIA
i+ | openSUSE-repos-Tumbleweed-NVIDIA | package | 20250220.13a9986-1.1      | x86_64 | repo-oss

journalctl -u sddm --no-pager | tail -n 50

Feb 28 12:13:45 PC sddm[2218]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Feb 28 12:13:45 PC sddm[2218]: Auth: sddm-helper (--socket /tmp/sddm-auth-62d1d49d-3fc3-43b7-bdbd-65b8d41b1626 --id 2 --start /usr/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland --user user) crashed (exit code 1)
Feb 28 12:13:45 PC sddm[2218]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Feb 28 12:13:45 PC sddm[2218]: Auth: sddm-helper exited with 1
Feb 28 12:13:45 PC systemd[1]: Stopping Simple Desktop Display Manager...
Feb 28 12:13:45 PC sddm[2218]: Signal received: SIGTERM
Feb 28 12:13:45 PC sddm[2218]: Display server stopping...
Feb 28 12:13:45 PC sddm[2218]: Display server stopped.
Feb 28 12:13:45 PC sddm[2218]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
Feb 28 12:13:45 PC sddm[2218]: Socket server stopping...
Feb 28 12:13:45 PC sddm[2218]: Socket server stopped.
Feb 28 12:13:45 PC sddm[2218]: Display server stopping...
Feb 28 12:13:45 PC sddm[2218]: Display server stopped.
Feb 28 12:13:45 PC sddm[2218]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
Feb 28 12:13:45 PC systemd[1]: sddm.service: Deactivated successfully.
Feb 28 12:13:45 PC systemd[1]: Stopped Simple Desktop Display Manager.
Feb 28 12:13:45 PC systemd[1]: sddm.service: Consumed 1min 43.573s CPU time.
-- Boot 3cf4c34a38734934ba9c3f4f93da398c --
Feb 28 12:15:33 PC systemd[1]: Starting Simple Desktop Display Manager...
Feb 28 12:15:33 PC systemd[1]: Started Simple Desktop Display Manager.
Feb 28 12:15:33 PC sddm[2317]: Initializing...
Feb 28 12:15:33 PC sddm[2317]: Starting...
Feb 28 12:15:33 PC sddm[2317]: Logind interface found
Feb 28 12:15:33 PC sddm[2317]: Adding new display...
Feb 28 12:15:33 PC sddm[2317]: Loaded empty theme configuration
Feb 28 12:15:33 PC sddm[2317]: Xauthority path: "/run/sddm/xauth_JixNyg"
Feb 28 12:15:33 PC sddm[2317]: Using VT 2
Feb 28 12:15:33 PC sddm[2317]: Reading from "/usr/local/share/xsessions/default.desktop"
Feb 28 12:15:33 PC sddm[2317]: Reading from "/usr/share/xsessions/default.desktop"
Feb 28 12:15:33 PC sddm[2317]: Display server starting...
Feb 28 12:15:33 PC sddm[2317]: Writing cookie to "/run/sddm/xauth_JixNyg"
Feb 28 12:15:33 PC sddm[2317]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_JixNyg -noreset -displayfd 16
Feb 28 12:15:34 PC sddm[2317]: Setting default cursor
Feb 28 12:15:34 PC sddm[2317]: Running display setup script  "/usr/etc/X11/xdm/Xsetup"
Feb 28 12:15:34 PC sddm[2317]: Display server started.
Feb 28 12:15:34 PC sddm[2317]: Session "/usr/share/xsessions/default.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Feb 28 12:15:34 PC sddm-helper[2473]: [PAM] Starting...
Feb 28 12:15:34 PC sddm-helper[2473]: [PAM] Authenticating...
Feb 28 12:15:34 PC sddm-helper[2473]: [PAM] returning.
Feb 28 12:15:34 PC sddm[2317]: Authentication for user  "user"  successful
Feb 28 12:15:35 PC sddm-helper[2473]: pam_unix(sddm-autologin:session): session opened for user user(uid=1000) by user(uid=0)
Feb 28 12:15:35 PC sddm-helper[2473]: pam_kwallet5(sddm-autologin:session): pam_kwallet5: pam_sm_open_session
Feb 28 12:15:35 PC sddm-helper[2473]: pam_kwallet5(sddm-autologin:session): pam_kwallet5: open_session called without kwallet5_key
Feb 28 12:15:35 PC sddm-helper[2473]: [PAM] Preparing to converse...
Feb 28 12:15:35 PC sddm-helper[2473]: [PAM] Conversation with 1 messages
Feb 28 12:15:35 PC sddm[2317]: Authentication information: SDDM::Auth::INFO_UNKNOWN "Last login: Feb 28 12:10:19 MSK 2025 on tty4"
Feb 28 12:15:35 PC sddm-helper[2473]: Writing cookie to "/tmp/xauth_qyllEz"
Feb 28 12:15:35 PC sddm-helper[2473]: Starting X11 session: "" "/usr/etc/X11/xdm/Xsession \"/usr/bin/startplasma-x11\""
Feb 28 12:15:35 PC sddm[2317]: Session started true
Feb 28 12:15:35 PC sddm-helper[2473]: Failed to write utmpx:  There is no such file or directory

logs and core dumps openSUSE Paste

dmesg logs openSUSE Paste
kwin logs openSUSE Paste
sddm logs openSUSE Paste

My problem was previously described here

It could be a KDE issue with the New Driver perhaps as there were issues like this with a previous driver. Some one solved it back then with this:


Which was on this thread in the KDE Forum might be worth a try adding the fbdev=1 perhaps? See here for the full discussion on KDE Forum: https://discuss.kde.org/t/critical-black-screen-in-wayland-after-recent-update/26747/4

I tried this. i added the fbdev=1 parameter and sudo dracut -f --regenerate-all , but it didn’t solve the problem.

cat /sys/module/nvidia_drm/parameters/modeset
Y
cat /sys/module/nvidia_drm/parameters/fbdev
Y

The screen locker is broken and cannot be used to unlock the screen. Switch to virtual terminal to unlock the screen.
But now when I press ctrl+alt+f2 nothing happens, just a black screen and that’s it. Previously, I was accessing the user login and password entry.


upd. Now a new error has appeared when trying to boot into wayland

@blaspheme that error is normally seen if you have old driver remnants around…

Does the nvidia-smi command work?

You might have to go hunting through your system directories to find out if something has not been removed properly.

drm load nvidia_drm error GPU ID 0x00000100 Failed to allocate NvKmsKaliDevice
drm register_drm device Failed to register device

splash=silent quiet security=apparmor nvidia-drm.modeset=1 fbdev=1 intel_iommu=on threadirqs=on nohz=on rd.driver.blacklist=nouveau

cat /sys/module/nvidia_drm/parameters/modeset
Y

cat /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1 fbdev=1

echo $XDG_SESSION_TYPE
x11

lsmod | grep nvidia

nvidia_drm            135168  42
nvidia_modeset       1826816  119 nvidia_drm
nvidia_uvm           3862528  0
nvidia              96956416  1397 nvidia_uvm,nvidia_modeset
drm_ttm_helper         16384  2 nvidia_drm
video                  81920  2 i915,nvidia_modeset

journalctl -b -p 3

plasmashell[2810]: js: Could not find the language 'ba', did you forget to load/include a language module?
plasmashell[2810]: js: Could not find the language 'b', did you forget to load/include a language module?
plasmashell[2810]: js: Could not find the language 'bas', did you forget to load/include a language module?
plasmashell[2810]: js: Could not find the language 'b', did you forget to load/include a language module?
plasmashell[2810]: js: Could not find the language 'ba', did you forget to load/include a language module?
plasmashell[2810]: js: Uncaught (in promise) RequestError: Failed to fetch

systemctl status nvidia-suspend.service nvidia-resume.service nvidia-persistenced.service

○ nvidia-suspend.service - NVIDIA system suspend actions
     Loaded: loaded (/usr/lib/systemd/system/nvidia-suspend.service; enabled; preset: enabled)
     Active: inactive (dead)

○ nvidia-resume.service - NVIDIA system resume actions
     Loaded: loaded (/usr/lib/systemd/system/nvidia-resume.service; enabled; preset: enabled)
     Active: inactive (dead)

● nvidia-persistenced.service - NVIDIA Persistence Daemon
     Loaded: loaded (/usr/lib/systemd/system/nvidia-persistenced.service; enabled; preset: enabled)
     Active: active (running) since Sat 2025-03-01 17:54:00 MSK; 11min ago
 Invocation: 94ff171c56634b5b8161c5a14712d2c5
    Process: 2016 ExecStart=/usr/bin/nvidia-persistenced --verbose (code=exited, status=0/SUCCESS)
   Main PID: 2130 (nvidia-persiste)
      Tasks: 1 (limit: 38221)
        CPU: 11ms
     CGroup: /system.slice/nvidia-persistenced.service
             └─2130 /usr/bin/nvidia-persistenced --verbose

Mar 01 17:54:00 PC systemd[1]: Starting NVIDIA Persistence Daemon...
Mar 01 17:54:00 PC nvidia-persistenced[2130]: Verbose syslog connection opened
Mar 01 17:54:00 PC nvidia-persistenced[2130]: Directory /var/run/nvidia-persistenced will not be removed on exit
Mar 01 17:54:00 PC nvidia-persistenced[2130]: Started (2130)
Mar 01 17:54:00 PC nvidia-persistenced[2130]: device 0000:01:00.0 - registered
Mar 01 17:54:00 PC nvidia-persistenced[2130]: device 0000:01:00.0 - persistence mode enabled.
Mar 01 17:54:00 PC nvidia-persistenced[2130]: device 0000:01:00.0 - NUMA memory onlined.
Mar 01 17:54:00 PC nvidia-persistenced[2130]: Local RPC services initialized
Mar 01 17:54:00 PC systemd[1]: Started NVIDIA Persistence Daemon.

glxinfo | grep “OpenGL vendor”
OpenGL vendor string: NVIDIA Corporation

cat /etc/environment
KWIN_DRM_USE_EGL_STREAMS=1


upd. I set to force load wayland by default. After rebooting, I got into the system with wayland, but these errors appeared immediately:

https://paste.opensuse.org/pastes/1b6ccb0a0556

Terminal won’t open . crashes with this error openSUSE Paste

kiaworker crash openSUSE Paste

Many programs do not open and crash.

I uninstalled the nvidia drivers

sudo zypper rm nvidia-common-G06 nvidia-compute-G06 nvidia-compute-G06-32bit nvidia-compute-utils-G06 nvidia-driver-G06-kmp-default nvidia- gl-G06 nvidia-gl-G06-32bit nvidia-libXNVCtrl nvidia-modprobe nvidia-persistenced nvidia-settings nvidia-video-G06 nvidia-video-G06-32bit

sudo rm -rf /etc/modprobe.d/nvidia*
sudo rm -rf /etc/X11/xorg.conf.d/90-nvidia.conf
sudo rm -rf /usr/share/X11/xorg.conf.d/10-nvidia.conf
sudo rm -rf /var/lib/nvidia

sudo dracut -f
Remove this boot parameter drm.modeset=1

I started the system and reinstalled the nvidia drivers.
After rebooting the system, I tried rebooting wayland and got the black screen with text again:
Screen lock is broken and cannot be used to unlock the screen. Switch to virtual terminal to unlock the screen.

But now when I press ctrl+alt+f2 nothing happens, just a black screen and nothing else. Previously I was able to access the user login and enter the password.

@blaspheme It’s dracut -f --regenerate-all

Yeah, I did that command. It didn’t affect anything.

From a VT what happens if you login in as a user and then try starting Plasma Wayland manually with
startplasma-wayland
Do you get a working graphical session?

If not capture the logging from the systemd journal…
journalctl -b | egrep -iA2 "kwin|plasma"
The errors might help tell us what is going wrong.

Create a new user with YaST, then log in as that user form a VT. Do the same as above.

startplasma-wayland causes a black screen and nothing else can be done.

I created a new user, started startplasma-wayland, same thing - black screen.

Hardly manage to boot into wayland interface, but plasma window crashes, terminal does not start - all the same as I wrote before.

my user

https://paste.opensuse.org/pastes/2746768bb0c4

new user, kwin logs openSUSE Paste

plasma logs openSUSE Paste

New user. immediately at login I selected wayland. booted up. but applications crash and won’t start.

konsole crashes openSUSE Paste

plasma crash 1 openSUSE Paste

plasma crash 2 openSUSE Paste

Started xterm and looked at the logs

plasma openSUSE Paste

kwin openSUSE Paste

crash hs_err_pid2.log openSUSE Paste

new kwin_plasma logs openSUSE Paste

These logs seem to be related to a starting Plasma X11 sessions.

My log message from yesterday was received after uploading to wayland.

I’m not sure what you mean. The first relates to Java Runtime crash.

https://paste.opensuse.org/pastes/f77ccb6f5e78
https://paste.opensuse.org/pastes/4f7f8dd461d5

My problem is still valid

Can you tell me how your display is called in Display manager please? Wayland session.

Graphics:
Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] driver: i915 v: kernel
Device-2: NVIDIA GP104 [GeForce GTX 1070] driver: nvidia v: 570.124.04
Display: wayland server: X.org v: 1.21.1.15 with: Xwayland v: 24.1.6
compositor: kwin_wayland driver: X: loaded: modesetting,nvidia
unloaded: vesa dri: iris gpu: nvidia,nvidia-nvswitch resolution:
1: 3840x2160~60Hz 2: 3440x1440~60Hz
API: EGL v: 1.5 drivers: iris,nvidia,swrast
platforms: gbm,wayland,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 570.124.04
renderer: NVIDIA GeForce GTX 1070/PCIe/SSE2
API: Vulkan v: 1.4.304 drivers: N/A surfaces: xcb,xlib,wayland
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor gpu: nvidia-settings,nvidia-smi
wl: wayland-info x11: xdpyinfo, xprop, xrandr

мар 08 14:02:15 PC systemd-coredump[3328]: Process 3272 (Xwayland) of user 1000 dumped core.
мар 08 14:02:17 PC systemd-coredump[3856]: Process 2920 (xwaylandvideobr) of user 1000 dumped core.
мар 08 14:02:17 PC systemd-coredump[3879]: Process 3852 (Xwayland) of user 1000 dumped core.
мар 08 14:02:18 PC systemd-coredump[3933]: Process 3906 (Xwayland) of user 1000 dumped core.
мар 08 14:02:19 PC systemd-coredump[4032]: Process 4006 (Xwayland) of user 1000 dumped core.
                                      Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
мар 08 14:02:19 PC systemd-coredump[4083]: Process 4070 (Xwayland) of user 1000 dumped core.
мар 08 14:02:20 PC systemd-coredump[4140]: Process 4101 (Xwayland) of user 1000 dumped core.
мар 08 14:02:20 PC systemd-coredump[4229]: Process 4182 (Xwayland) of user 1000 dumped core

kscreen-doctor

e[01;32mOutput: e[0;0m1 DP-1
	e[01;32menablede[0;0m
	e[01;32mconnectede[0;0m
	e[01;32mpriority 2e[0;0m
	e[01;33mDisplayPorte[0;0m
	e[01;34mModes: e[0;0m 1:e[01;32m3840x2160@60*e[0;0m!  2:3840x2160@30  3:2560x1440@60  4:2048x1280@60  5:2048x1152@60  6:1920x1200@60  7:2048x1080@24  8:1920x1080@60  9:1920x1080@60  10:1920x1080@50  11:1920x1080@24  12:1600x1200@60  13:1680x1050@60  14:1280x1024@75  15:1280x1024@60  16:1280x800@60  17:1152x864@75  18:1280x720@60  19:1280x720@50  20:1024x768@75  21:1024x768@60  22:800x600@75  23:800x600@60  24:720x576@50  25:720x480@60  26:640x480@75  27:640x480@60  28:640x480@60 
e[01;33m	Geometry: e[0;0m2752,0 2195x1235
e[01;33m	Scale: e[0;0m1.75
e[01;33m	Rotation: e[0;0m1
e[01;33m	Overscan: e[0;0m0
e[01;33m	Vrr: e[0;0mincapable
e[01;33m	RgbRange: e[0;0munknown
e[01;33m	HDR: e[0;0mdisabled
e[01;33m	Wide Color Gamut: e[0;0mdisabled
e[01;33m	ICC profile: e[0;0mnone
e[01;33m	Color profile source: e[0;0msRGB
e[01;33m	Color power preference: e[0;0mprefer efficiency and performance
e[01;33m	Brightness control: e[0;0msupported, set to 42% and dimming to 100%
e[01;32mOutput: e[0;0m2 DP-2
	e[01;32menablede[0;0m
	e[01;32mconnectede[0;0m
	e[01;32mpriority 1e[0;0m
	e[01;33mDisplayPorte[0;0m
	e[01;34mModes: e[0;0m 29:3440x1440@50!  30:3840x2160@60  31:3840x2160@30  32:3440x1440@144  33:3440x1440@120  34:3440x1440@100  35:e[01;32m3440x1440@60*e[0;0m  36:2560x1080@144  37:1720x1440@60  38:1920x1200@60  39:1920x1080@120  40:1920x1080@60  41:1920x1080@60  42:1920x1080@60  43:1920x1080@50  44:1600x1200@60  45:1680x1050@60  46:1600x900@60  47:1280x1024@75  48:1280x1024@60  49:1440x900@60  50:1280x960@60  51:1280x800@60  52:1152x864@75  53:1280x720@60  54:1280x720@60  55:1280x720@50  56:1024x768@75  57:1024x768@70  58:1024x768@60  59:800x600@75  60:800x600@72  61:800x600@60  62:720x576@50  63:720x480@60  64:640x480@75  65:640x480@73  66:640x480@60  67:640x480@60  68:640x480@60 
e[01;33m	Geometry: e[0;0m0,41 2752x1152
e[01;33m	Scale: e[0;0m1.25
e[01;33m	Rotation: e[0;0m1
e[01;33m	Overscan: e[0;0m0
e[01;33m	Vrr: e[0;0mincapable
e[01;33m	RgbRange: e[0;0munknown
e[01;33m	HDR: e[0;0mdisabled
e[01;33m	Wide Color Gamut: e[0;0mincapable
e[01;33m	ICC profile: e[0;0mnone
e[01;33m	Color profile source: e[0;0msRGB
e[01;33m	Color power preference: e[0;0mprefer efficiency and performance
e[01;33m	Brightness control: e[0;0msupported, set to 50% and dimming to 100%

critical error openSUSE Paste
errors logs openSUSE Paste
drm logs openSUSE Paste
wayland logs openSUSE Paste
monitor logs openSUSE Paste
kwin logs openSUSE Paste