this post was submitted on 08 Feb 2026
99 points (95.4% liked)

Linux

12742 readers
209 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Just installed KDE Plasma on my Ubuntu system to replace GNOME and Wayland. Mainly to get rid of an issue where my games would lose mouse lock, but now I can have two different wallpapers on both monitors and have a clock on my second monitor which is AWESOME.

I WISH I INSTALLED IT SOONER, I LOVE IT.

you are viewing a single comment's thread
view the rest of the comments
[–] Mihies@programming.dev 20 points 1 month ago (4 children)

Plasma uses Wayland, doesn't it?

[–] who@feddit.org 22 points 1 month ago (1 children)

Existing versions support both X11 and Wayland. New versions will only support Wayland.

[–] Mihies@programming.dev 1 points 1 month ago (1 children)

But X support is through Wayland, at just that was my impression. I mean it's not using X11 directly, or is it?

[–] klangcola@reddthat.com 10 points 1 month ago

It is, up untill Plasma 6.8 (estimated release early 2027) Plasma can do both direct to X11, or direct wayland with xwayland support for legacy apps.

[–] snoons@lemmy.ca 7 points 1 month ago (1 children)

oh shit, it does hahah. I guess it's not a wayland issue then. :s

[–] teawrecks@sopuli.xyz 4 points 1 month ago (1 children)

The issue is that full screen games wouldn't hold onto the mouse? Are these games running through proton (windows games being launched through steam)? If so, I know there's an option in protontricks to tweak this behavior per game. "Automatically capture the mouse in full screen windows" in winecfg.

Alternatively, you can try tweaking your steam launch params to use gamescope. Ex.

gamescope -W 1920 -H 1080 -r 60 -- %command%

Where the params denote the resolution and refresh rate of the window. You may need to install gamescope from your package manager.

[–] Neptr@lemmy.blahaj.zone 4 points 1 month ago (1 children)

It (Wayland) is the default session, but supports both for now. OP mentioned they chose the X11 session because games lose mouse lock, which is why GNOME wasn't an option since it doesnt support X11.

[–] Mihies@programming.dev 1 points 1 month ago (1 children)

It supports both, but X is going through Wayland, not a direct support. At least that's how I understand it.

[–] hexagonwin@lemmy.today 4 points 1 month ago (2 children)

no. i believe you're talking about how existing x11 programs can run under wayland through xwayland. kde plasma as of now can still operate as an X11 DE.

[–] Neptr@lemmy.blahaj.zone 3 points 1 month ago

To clarify: KDE Plasma has both an X11 and Wayland session, on the Wayland session X11 apps run using the provided Xwayland server.

The difference is that there are some restrictions for X11 apps, like on many distros X11 apps can't detect all keypresses when not focused or steal mouse focus.

[–] Mihies@programming.dev 2 points 1 month ago

Ah, ok, makes sense.