You are not logged in.

#1 2025-10-29 11:03:47

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

I am getting graphical artifacts and screen flickering running Arch Linux with the KDE Plasma desktop (Wayland) on my Tuxedo InfinityBook 14 Gen10 (AMD Ryzen AI 9 HX 370).

The issue isn't consistently reproducible, but it seems to only happen when I move something on my screen (like scrolling or moving my mouse inside of a text box)

I've tried adding some kernel parameters to fix these issues but none of them helped. I've tried adding

i915.enable_psr=0

(as suggested here, but only for Intel processors), as well as the AMD equivalent

amdgpu.dcdebugmask=0x10

I've also tried using a different kernel (6.12.55-1-lts instead of 6.17.5-arch1-1), but the problem persisted.

The Tuxedo website also mentions graphical artifacts as an issue on non-officially supported Linux distributions.

Due to this issue not being consistently reproducible, I can't fully narrow down the cause of the issue. So far, I've not been able to reproduce this issue on the Plasma X11 session, however I haven't had the chance to test it enough. If I find out anything new, I'll add it to this post.

Does anybody have any suggestions on how to fix this issue, or even has/had this issue themselves?
Thanks!

Offline

#2 2025-10-29 21:44:27

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 2,441
Website

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

Mod note: Moving to Laptop Issues.


Inofficial first vice president of the Rust Evangelism Strike Force

Offline

#3 2025-10-29 22:18:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,052

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of

xrandr --verbose

on an X11 session w/ "amdgpu.dcdebugmask=0x10" set.
Is the flicker more of an "on-off" or "forth-back"? Does the entire screen flicker or only the animated area?

tuxedo wrote:

CPU remains permanently in low power mode regardless of workload

https://wiki.archlinux.org/title/AMDGPU#Monitoring
https://wiki.archlinux.org/title/AMDGPU … nce_levels
https://wiki.archlinux.org/title/CPU_fr … ng_drivers / "cpupower frequency-info"
Is that the case?

Offline

#4 2025-10-31 15:45:02

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

I have found a way to reliably reproduce this issue in Wayland, by running fastfetch in Konsole a couple times and then scrolling up and down really fast. I have also been able to reproduce this on other KDE distros, but only on Wayland, not on X11.

seth wrote:

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of

xrandr --verbose

on an X11 session w/ "amdgpu.dcdebugmask=0x10" set.

Sure, here:
Xorg log
Xrandr output

seth wrote:

Is the flicker more of an "on-off" or "forth-back"? Does the entire screen flicker or only the animated area?

It's more of a "forth-back". The best way to explain it is that whatever is below the current window is flickering on the screen in a distorted way. But this is also just the most common problem, I believe I can remember the whole screen flickering one time too.

tuxedo wrote:

CPU remains permanently in low power mode regardless of workload

seth wrote:

Is that the case?

As far as I can tell, no, the CPU is in "balanced" mode. I might be doing something wrong though, I'm not 100% sure I understand what I need to check according to the wiki.

Offline

#5 2025-10-31 16:09:42

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,052

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

It's more of a "forth-back".

[    73.013] (==) AMDGPU(0): VariableRefresh: disabled

=> Try to enable https://wiki.archlinux.org/title/Variab … figuration
Do you get the problem on X11 as well now?
==> Get rid of every xf86-video-* package.
Do you get the problem on X11 as well now?

Correspondingly try to run kwin_wayland at 60Hz w/o VRR enabled and see whether the issue remains.

Offline

#6 2025-10-31 20:27:10

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

seth wrote:

It's more of a "forth-back".

[    73.013] (==) AMDGPU(0): VariableRefresh: disabled

=> Try to enable https://wiki.archlinux.org/title/Variab … figuration
Do you get the problem on X11 as well now?
==> Get rid of every xf86-video-* package.
Do you get the problem on X11 as well now?

Correspondingly try to run kwin_wayland at 60Hz w/o VRR enabled and see whether the issue remains.

Doing either one of these doesn't change anything, doing both causes the X11 session to break. Also, I am not even sure enabling VRR is even supported, since xrandr shows

vrr_capable: 0

Edit: The logs mention "Failed to load module "amdgpu"".

Last edited by 10Meisterbaelle (2025-10-31 20:35:19)

Offline

#7 2025-10-31 20:44:30

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,052

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

Edit: The logs mention "Failed to load module "amdgpu"".

Yes, adding an AMDGPU specific config and removing the driver will get you that.
VRR would only be supported/available if you enabled it in the AMDGPU driver.

Do you get this w/ eg. sway?
https://bbs.archlinux.org/viewtopic.php … 3#p2270583

Offline

#8 2025-10-31 21:59:26

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

seth wrote:

I can't reproduce it with Sway, but I remember it happening on Gnome as well.

Edit: I can't reproduce it on Gnome either, however, I have seen some screen flicker on Gnome too previously. While writing this on Gnome, half my screen just went white for a second.

Last edited by 10Meisterbaelle (2025-10-31 22:05:44)

Offline

#9 2025-11-03 20:28:40

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

I have found one way to fix the problem, by changing the color accuracy to prefer color accuracy in the Plasma settings. On Tuxedo OS however, this option is not necessary, so there is probably a way to fix it without changing this option.

Offline

#10 2025-11-03 20:32:23

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,052

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

Is there a visible change from that option on either OS?

Offline

#11 2025-11-03 20:51:34

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

seth wrote:

Is there a visible change from that option on either OS?

On Arch, apart from fixing the issue, it increases GPU usage, especially when there‘s a lot of things moving on the screen. On Tuxedo OS (at least on the live USB), setting this option causes the screen to constantly flash and not work properly.

Last edited by 10Meisterbaelle (2025-11-03 20:52:59)

Offline

#12 2025-11-04 20:15:29

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,052

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

https://www.phoronix.com/news/KDE-Plasm … Proto-1.16
https://bugs.kde.org/buglist.cgi?quicks … 20accuracy

It's weird that this affects only kwin_wayland, which version do you run on Tuxedo OS? (color accurcy is a pretty new feature)

Offline

#13 2025-11-05 15:40:17

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

The Tuxedo Support suggested adding this kernel parameter:

amdgpu.dcdebugmask=0x610

This seems to fix the issue, but I have no idea what this parameter even does and I can't seem to find any documentation, does anyone have any idea what it does?
If no further issues arise, I'll probably mark the issue as solved some time soon.

seth wrote:

https://www.phoronix.com/news/KDE-Plasm … Proto-1.16
https://bugs.kde.org/buglist.cgi?quicks … 20accuracy

It's weird that this affects only kwin_wayland, which version do you run on Tuxedo OS? (color accurcy is a pretty new feature)

Tuxedo OS is running kwin_wayland version 6.4.5.

Offline

#14 2025-11-05 15:43:44

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,052

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

* DC_DISABLE_PIPE_SPLIT disable pipe-splitting
* DC_FORCE_SUBVP_MCLK_SWITCH force mclk switch in subvp, even if mclk switch in vblank is possible
* DC_DISABLE_MPO disable multi-plane offloading

https://bbs.archlinux.org/viewtopic.php?id=302858

Offline

#15 2025-11-10 10:59:56

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

I'm now experiencing a different kind of screen flickering which is more of an "on-off" flickering, but it doesn't occur very commonly. I have found one way to consistently reproduce it, but unfortunately only on the Moodle server of my university. Whenever I hover over certain parts of a certain page, it causes the screen to flicker, but only on Firefox, not on Chromium. I have yet to test this more though.

Offline

#16 2025-11-10 16:48:46

10Meisterbaelle
Member
Registered: 2021-02-19
Posts: 14

Re: Graphical artifacts / Screen flickering on Tuxedo InfinityBook 14 G10

Nevermind, I can no longer reproduce it consistently. But I have tested this issue occurs on other distros too, including Tuxedo OS.

Offline

Board footer

Powered by FluxBB