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

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

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 Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware 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
[SOLVED] Asus monitor suspend results in on/off cycling /...
ua4000 · 2026-06-01 · via Arch Linux Forums

#1 2026-05-30 13:12:10

ua4000
Member
Registered: 2015-10-14
Posts: 558

[SOLVED] Asus monitor suspend results in on/off cycling

I recently switched permanently to LxQt Wayland (lxqt-wayland-session labwc ) and starting the session with startlxqtwayland.
All is fine, except monitor suspend is not working:

sleep 2; wlopm --off '*'; read x; wlopm --on '*'

results in:
- monitor osd states "DisplayPort no signal"
- monitor goes off for 23 seconds
- monitor goes on: monitor osd states "DisplayPort no signal"
- monitor goes off for 13 seconds
- monitor goes on: monitor osd states "DisplayPort no signal"
- monitor goes off for 13 seconds
- monitor goes on: monitor osd states "DisplayPort no signal"
...

Hardware: Asus PA248, DisplayPort used, monitor has no automatic input switch for vga<>dp<>hdmi<>dvi.

Same issue with

sleep 2; wlr-randr --output DP-1 --off; read x; wlr-randr --output DP-1 --on

Interesting for both cases: the 1st off interval is 20-40 seconds, then further off cycles are only ~13 seconds long.

Found this with no solution:
"Monitor put to power off state but powers back on in seconds (wayland)" https://bbs.archlinux.org/viewtopic.php?id=298660

Under X11 dpms has worked, but as far as I understand this is not implemented in labwc, but instead via "zwlr-output-power-management-v1".

Does anybody has the same issue or an idea, or a solution ?
Thanks!

Edit: changed subject from wayland to Asus, striking false X11 oberservation

Last edited by ua4000 (2026-06-01 10:17:52)

#2 2026-05-30 13:48:36

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

Re: [SOLVED] Asus monitor suspend results in on/off cycling

https://bbs.archlinux.org/viewtopic.php … 2#p2299612 - does the output presence flicker when entering DPMS (udevadm monitor will work regardless of display server)

#3 2026-05-30 14:58:46

ua4000
Member
Registered: 2015-10-14
Posts: 558

Re: [SOLVED] Asus monitor suspend results in on/off cycling

Thanks seth,
udevadm monitor --kernel --property  does not produce any lines when using wlopm --off and waiting several minutes, while the monitor on/off cycling is happening.

Countercheck: switching the monitor with it's power button off, then on will produce two events:

$ udevadm monitor --kernel --property 
monitor will print the received events for:
KERNEL - the kernel uevent

KERNEL[21085.821886] change   /devices/pci0000:00/0000:00:02.0/drm/card1 (drm)
ACTION=change
DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card1
SUBSYSTEM=drm
HOTPLUG=1
CONNECTOR=262
DEVNAME=/dev/dri/card1
DEVTYPE=drm_minor
SEQNUM=4312
MAJOR=226
MINOR=1

KERNEL[21100.673712] change   /devices/pci0000:00/0000:00:02.0/drm/card1 (drm)
ACTION=change
DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card1
SUBSYSTEM=drm
HOTPLUG=1
CONNECTOR=262
DEVNAME=/dev/dri/card1
DEVTYPE=drm_minor
SEQNUM=4313
MAJOR=226
MINOR=1

I forget to write about my gpu

Intel Corporation Raptor Lake-P [Iris Xe Graphics] (rev 04)
Kernel driver in use: i915

Edit:
I cannot notice any flickering, the monitor is simply turning off and on in long ~13s intervalls.

Last edited by ua4000 (2026-05-30 15:01:09)

#4 2026-05-31 07:02:53

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

Re: [SOLVED] Asus monitor suspend results in on/off cycling

hmm

Does the output behave similar on X11 for either of

xset dpms force off
xset dpms force suspend
xset dpms force standby

?

The normal™ behavior is to standby, suspend and then off after some seconds of inactivity each.

Does the monitor come w/ a usb hub? Are any devices attached there?

#5 2026-05-31 13:41:06

ua4000
Member
Registered: 2015-10-14
Posts: 558

Re: [SOLVED] Asus monitor suspend results in on/off cycling

Arg, I have to correct myself:
I remembered wrong: in X11 I have the same problem: monitor is cycling on/off in long intervals.
Happens on all above xset commands with same outcome.

The Asus PA248 is with a USB 3 Hub, but the hub is not in use and not connected to the machine.

In X11 the issue was hidden by my "xset dpms 601 602 603" - where I now noticed the monitor wrongly wakes up too, but then the cycles are much longer, and the monitor showing a black screen with backgroundlight on.

Did a new google search:

Maybe a specific hardware issue with my old Asus + Display Port + buggy DP 1.2 version...

options i915 enable_psr=0

Did not help.

Not tested yet, I can't find a docu, what it's doing exactly.

... ah .. seems to work at a first glance, X11 and wayland...

I will test + observe longer.

#6 2026-05-31 14:22:35

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

Re: [SOLVED] Asus monitor suspend results in on/off cycling

#7 2026-06-01 10:20:40

ua4000
Member
Registered: 2015-10-14
Posts: 558

Re: [SOLVED] Asus monitor suspend results in on/off cycling

setting can be changed and queried also via

/sys/module/drm_kms_helper/parameters/poll

For me it's now working fine.
Thanks for your time seth, and pushing me to recheck x11.
Marked as solved.

P.S.: is there a place in the wiki, where this would fit ? Or is this too hardware specific ?

Last edited by ua4000 (2026-06-01 10:21:46)

#8 2026-06-01 14:38:02

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

Re: [SOLVED] Asus monitor suspend results in on/off cycling

You could add a troubleshooting section to https://wiki.archlinux.org/title/Displa … _Signaling and explain the general phenomenon and mitigation.
Sure, it'll affect few HW combos but if most problems were common they would not have to be wiki'd but just be fixed wink