this post was submitted on 16 Feb 2025
17 points (100.0% liked)
Linux Gaming
16351 readers
247 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is this in games?
I'm guessing, but that might be your GPU overheating, and the laptop not having sufficient cooling to keep it from doing so and/or the fan settings not being aggressive enough. I assume that the monitor is a higher refresh rate and/or resolution than your laptop's display, which is why you're using it.
Does the problem go away if you set the external monitor to a low resolution/refresh rate?
EDIT: If so, while I don't have experience with the utility myself, it looks like it's possible to adjust throttling on Nvidia GPUs via the
nvidia-smi
utility (nvidia-smi -pl
), if you can't improve the cooling situation.Thanks for the reply, but no, it's at all times on the ultrawide monitor, even just sitting on the desktop
Maybe this bug?
https://old.reddit.com/r/kde/comments/1dzd1a3/weird_external_monitor_screen_flickerartifacts/
I don't really understand the solution there, how do I apply that flag? How do I even know if I'm using plasma?
It's part of KDE, if you're using that. The default in Fedora is GNOME, but you may have selected KDE when installing Fedora.
I don't, myself, use KDE, so I'm afraid that I can't describe what it looks like.
It looks like the convention is for the display manager to source /etc/profile and files in /etc/profile.d prior to starting the desktop environment.
So, as root, create a text file called something like /etc/profile.d/plasma-triplebuffer-fix.sh that contains:
Then log out and log in again. If it's worked correctly, then that environment variable will set set in all programs after you've logged in: if you run, in a shell,
set|grep KWIN_DRM
and it should show that value set.If it doesn't fix the problem, then just go ahead and delete the file.
EDIT: If you are using Plasma, I'd check the version first, because they say that they're gonna have a workaround in 6.1.3.
I see, I am using gnome.
kde plasma is a desktop environment, but looks like you are using gnome