this post was submitted on 07 Apr 2024
69 points (94.8% liked)

Linux

47361 readers
1275 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm considering switching from Windows 10 to something either using KDE or the new Cosmic DE that System76 is working on. Right now I've got a 3060TI.

you are viewing a single comment's thread
view the rest of the comments
[–] dinckelman@lemmy.world 3 points 5 months ago* (last edited 5 months ago) (1 children)

With a 1080ti, nvidia 550.67, and Plasma on Wayland, my experience is practically flawless now. The only offenders are apps that cannot run in native Wayland mode, one way or another. For example: anything on Chromium Embedded Framework, such as the Steam client. Games still run perfectly fine, but the client does flicker occasionally. For Electron apps, you usually have configs to toggle everything on

[–] hallettj@leminal.space 2 points 5 months ago

FYI I've been running Steam and Wine games in Gamescope because I'm using a window manager that doesn't implement XWayland. I don't know if that would help with Nvidia, but might be worth a try. It works ok; Gamescope has a Steam integration switch that helps.

I think Electron apps mostly switch to native Wayland mode if you set an environment variable, ELECTRON_OZONE_PLATFORM_HINT=wayland. The one I don't have working in Wayland mode is Discord. See https://wiki.archlinux.org/title/wayland#Electron