this post was submitted on 10 Oct 2023
361 points (98.4% liked)
Linux
48240 readers
605 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Endeavour has been great with Plasma. That's how I've always configured it.
I can't wait until they push the big Wayland update with KDE; I am using Wayland with an Nvidia card and it can be a bit unpredictable.
What big update? Wayland has been pretty usable (on AMD, anyway) for a while now.
It's not great on Nvidia. KDE's dev team have announced a big Plasma update, specifically focused on Wayland support to be released around February.
I have a 3090 and some stuff works, some stuff doesn't. I am forced to use it because X will lock refresh rates to the rate of the lowest monitor, so my 165hz screens were not being used to their fullest until I swapped over to Wayland which supports multiple monitor refresh rates.
Often I will find system components freezing up. The task bar, for example, will often stop being useable and freeze up. I have had the digital clock widget freeze up on me, which requires a relog to fix. It also doesn't totally work on transparent themes, rendering them without the translucency.
Thankfully this has been tracked down, and will be fixed for Plasma 6. If you run into it, you can hit Alt+F2 and run
kwin_wayland --replace
which will restart the shell.If you go into edit mode, and edit the task bar widget that shows your running applications, disable the option that shows window previews upon hovering over the application. Apparently that is the thing that causes the renderer to fail on non Intel GPU systems. Here's the bug report that goes over the whole history if you're interested.
Definitely feel you on the overall Nvidia Wayland KDE issues. I really wish I was in a position to be able to pickup an AMD GPU.
Awesome, thanks!