惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
IT之家
IT之家
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research

Arch Linux Forums

Gnome desktop mouse cursor zoom issues / Newbie Corner Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
Video Output Failure on nvidia-580xx-dkms on TTY --> Desk...
ColinVortex · 2026-06-05 · via Arch Linux Forums

#26 2026-06-08 14:30:04

ColinVortex
Member
Registered: 2026-05-26
Posts: 16

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

Thank you, and your systemd service works for me in regards of terminal resolution.

I assume KDE and plasma login manager to be out of the equation since switching to weston was not possible as well, after trying to run konsole in another TTY

Last edited by ColinVortex (2026-06-08 14:33:56)

#27 2026-06-08 14:38:34

tekstryder
Member
Registered: 2013-02-14
Posts: 547

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

ColinVortex wrote:

I assume KDE and plasma login manager to be out of the equation

But you said upthread:

ColinVortex wrote:

switching to plasma AND weston NOT possible anymore

So, as a test to find the root cause, I'm suggesting:

1) disable whatever DM plasma uses temporarily
2) boot to multi-user target
3) start weston session on TTY1
4) start sway session on TTY2

Can you then switch back and forth without issue?

If yes... KDE/plasma/DM is the likely culprit to investigate further (with seth smile)

#28 2026-06-08 14:42:39

ColinVortex
Member
Registered: 2026-05-26
Posts: 16

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

@tekstryder while you were posting I tried to get rid of drkonqi as seth suggested. Uninstalled with pacman and all the issues are gone now.
I have no explanation for this. I'll post the journal.
https://paste.c-net.org/BimboSidewalk

I can also confirm that it's not due to your systemd service, disabled it and everything still works

Last edited by ColinVortex (2026-06-08 14:48:33)

#29 2026-06-08 15:07:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

Uninstalled with pacman and all the issues are gone now.

Including the original, VRR related one?
I can see where kwhatever tries to use the wayland server, fails, aborts, triggers drkonqi and that wants to show a dialog or otherwise occupies a wayland resource (socket?) but doesn't crash or so (nb that this is a hypothesis based on absolutely no evidence) - but I don't quite see how this ties in w/ the VRR situation.

https://bugs.kde.org/buglist.cgi?compon … esolution=---

#30 2026-06-08 15:15:16

ColinVortex
Member
Registered: 2026-05-26
Posts: 16

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

I see.
So I was really happy that it worked (also with VRR enabled) until it did not anymore.
I just tried a lot of combinations.
Installed sway, disabled plasma login manager and switched to multi-user target. Switching between console-launched weston and sway without problems (I don't know if sway enables VRR or not, since my monitor always shows "enabled" in HUD when Linux is running.
Switched back to graphical target, enabled plasma login manager and sometimes it works now and sometimes the system still freezes. It feels more likely when VRR is enabled but I really couldn't figure out a pattern.

The log of the last failure:
https://paste.c-net.org/ChimesTyping

Is it worth trying to use sddm instead of plasma login manager?

Last edited by ColinVortex (2026-06-08 15:22:22)

#31 2026-06-08 18:39:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

You could test whether SDDM w/ the default X11 backend, weston and using https://wiki.archlinux.org/title/SDDM#KDE_Plasma_/_KWin makes a difference hmm

#32 Today 08:40:06

ColinVortex
Member
Registered: 2026-05-26
Posts: 16

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch

So while I have yet to try using SDDM (or X11 instead of wayland) I set up a hyprland environment.
Until then I figured the module parameter

nvidia_modeset.conceal_vrr_caps=1

to be a reliable workaround. My display then reported a fixed refresh rate in OSD instead of "freesync". I had no problems frequently switching between TTY's and even running plasma and hyprland simultaneously worked (as bad as can be expected, but at least no system crash).
Then I removed the parameter again and enabled VRR in hyprland and tailed the journal via ssh. On TTY-switching the "pageflip timeout" error arbitrarily occurred but I could not let it crash the system in a way it does under kwin.
So I suppose kde/kwin is not entirely the root cause?

Nevertheless I figured that even when enabled, VRR in fact is not working at all. Both vrrtest and gl-gsync-demo suffer from severe stuttering.

#33 Today 11:09:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,933

Re: Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch