My laptop is running Tumbleweed, KDE, Plasma/Wayland, and has an RTX 4080M GPU. I’ve been having trouble with the screen not turning back on after it shut off for power saving (not sleeping, nor hibernating, just screen off). The laptop is still running, and I can switch to a terminal and reboot because I know what I need to type, even though I can’t see it. Initially, I thought this was related to this thread:
Black screen on Nvidia after updating to 20260428.
My desktop had the same problem, and the workaround of downgrading the kernel to the longterm (instead of default) solved the problem on both machines. After it was patched, my desktop (Tumbleweed, KDE, Plasma/Wayland, RTX 4090) worked flawlessly. However, I discovered the other day that my laptop (also, now on default kernel) was still suffering from the problem.
I posted in that thread and it was pointed out that I still had Bumblebee installed even though it was depricated. I uninstalled. I was asked to run “inxi GSaz”, and this is the result:
~> sudo inxi -GSaz
System:
Kernel: 7.0.12-1-default arch: x86_64 bits: 64 compiler: gcc v: 15.2.1 clocksource: tsc
avail: acpi_pm parameters: BOOT_IMAGE=/boot/vmlinuz-7.0.12-1-default
root=UUID=f08edadd-5c92-45e5-84b0-eadb4d3fce2e
resume=/dev/disk/by-uuid/6dca689c-b7a3-4186-a511-b9b03033b593 splash=silent quiet
security=apparmor rd.driver.blacklist=nouveau plymouth.enable=0 mitigations=auto
Console: pty pts/3 DM: SDDM Distro: openSUSE Tumbleweed 20260612
Graphics:
Device-1: Intel Meteor Lake-P [Intel Arc Graphics] vendor: Micro-Star MSI driver: i915 v: kernel
alternate: xe arch: Xe-LPG process: Intel 4 (7nm+) built: 2023+ ports: active: eDP-1 empty: DP-1
bus-ID: 0000:00:02.0 chip-ID: 8086:7d55 class-ID: 0300
Device-2: NVIDIA AD104M [GeForce RTX 4080 Max-Q / Mobile] vendor: Micro-Star MSI
driver: nvidia v: 595.80 alternate: nouveau,nvidia_drm non-free: 550-580.xx+
status: current (as of 2025-11) arch: Lovelace code: AD1xx process: TSMC n4 (5nm) built: 2022+
ports: active: none empty: DP-2,HDMI-A-1,eDP-2 bus-ID: 0000:01:00.0 chip-ID: 10de:27a0
class-ID: 0300
Device-3: Bison FHD Camera driver: uvcvideo type: USB rev: 2.0 speed: 480 Mb/s lanes: 1
mode: 2.0 bus-ID: 3-9:5 chip-ID: 5986:1193 class-ID: fe01 serial:
Display: unspecified server: [X.org](http://X.org) v: 1.21.1.21 with: Xwayland v: 24.1.11
compositor: kwin_wayland driver: X: loaded: modesetting,nvidia alternate: intel dri: iris
gpu: i915 tty: 168x36
Monitor-1: eDP-1 model: AU Optronics 0x8ea6 built: 2022 res: 3840x2400 dpi: 284 gamma: 1.2
size: 344x215mm (13.54x8.46") diag: 406mm (16") ratio: 16:10 modes: 3840x2400
API: EGL v: 1.5 hw: drv: intel iris drv: nvidia platforms: device: 0 drv: nvidia device: 2
drv: iris device: 3 drv: swrast gbm: drv: nvidia surfaceless: drv: nvidia
inactive: wayland,x11,device-1
API: OpenGL v: 4.6.0 compat-v: 4.6 vendor: mesa v: 26.1.2 note: console (EGL sourced)
renderer: NVIDIA GeForce RTX 4080 Laptop GPU/PCIe/SSE2, Mesa Intel Arc Graphics (MTL), llvmpipe
(LLVM 22.1.6 256 bits)
API: Vulkan v: 1.4.350 layers: 4 device: 0 type: integrated-gpu name: Intel Arc Graphics (MTL)
driver: mesa intel v: 26.1.2 device-ID: 8086:7d55 surfaces: N/A device: 1 type: discrete-gpu
name: NVIDIA GeForce RTX 4080 Laptop GPU driver: nvidia v: 595.80 device-ID: 10de:27a0
surfaces: N/A device: 2 type: cpu name: llvmpipe (LLVM 22.1.6 256 bits) driver: mesa llvmpipe
v: 26.1.2 (LLVM 22.1.6) device-ID: 10005:0000 surfaces: N/A
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo de: kscreen-console,kscreen-doctor
gpu: nvidia-smi wl: wayland-info x11: xdpyinfo, xprop, xrandr
I was then asked to run lsinitrd | grep -Ei "nvidia|nouveau" to ensure that Bumblebee was fully removed. It looks like it was. But here is the result:
https://paste.opensuse.org/pastes/b93fa9b3ac21
I was also asked to run lsgpu. Here’s the output:
~> lsgpu
card0 10de:27a0 drm:/dev/dri/card0
└─renderD129 drm:/dev/dri/renderD129
card1 Intel Meteorlake (Gen12) drm:/dev/dri/card1
└─renderD128 drm:/dev/dri/renderD128
Please help