this post was submitted on 21 May 2025
27 points (90.9% liked)
Linux
56044 readers
522 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not sure if I'll be of help, but I can try. It would help to get some more information.
You're using the Breeze cursor theme, so I'll assume you're using KDE Plasma. The cursor looks like it's from Breeze 5, not 6, are you on the old Plasma 5? If you are on Plasma, you can go to settings and go to "System information" (near the bottom) or something like that. (IIRC, It was a long time ago since I last used it)
Are you using an Intel, AMD or Nvidia GPU?
Are you on X11 or Wayland? (They're different ways to handle windows, X11 is very old, but may work better in some cases. Wayland is newer, more secure, has some features that X11 lacks, like HDR & is usually better)
You can check the windowing system (X11/Wayland) by opening the terminal (the application Konsole on Plasma) and typing
echo $WAYLAND_DISPLAY
and pressing enter. If you only get an empty line, you're on X11, otherwise you're on Wayland.If you're on Wayland, go to the URL
about:support
in Firefox. Then search (ctrl+f) forWindow Protocol
. This should be Wayland, otherwise it's falling back to a X11 compatibility layer called Xwayland.Thanks for helping!
~~I'm on KDE Plasma 6.3.4 with Wayland, using an Nvidia GPU, 4080 super. Checking that about page, it says it's using wayland as well. I'm using flatpak firefox version 138.0.4.~~
~~I really can't peg what causes it. I have two monitors, and my non primary one seems worse than the other. My primary display will only do it occasionally, but scrolling through youtube on the other will basically always cause the issue. Like I said, I've only seen it happen with firefox so it has to be something weird with the install. Is there a different way to install firefox other than a flatpak? Googling that...~~
Ok, I'm not sure why I didn't try this, but I downloaded just the linux ...exe? Program? from the firefox website and it seems like the glitch is nonexistent on that version. My next question would be how different is that from the flatpak? What's the difference? Do I need to do something else for updates?
flatpak is basically linux's app store. flatpak is easier to install because it's just a button press and everything on flatpak is safe, and it handles updates for you, so try to use it as much as you can.