this post was submitted on 08 Jul 2026
239 points (99.6% liked)

Linux

14286 readers
226 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 3 years ago
MODERATORS
top 33 comments
sorted by: hot top controversial new old
[–] ZC3rr0r@piefed.ca 51 points 5 days ago (4 children)

Finally! I really wanted to like Mint, but on multi-monitor setups with different scaling per monitor X11 was really struggling and eating up like 30-40% of my CPU.

[–] northendtrooper@lemmy.ca 17 points 5 days ago

Oh I didn't know Wayland supported multi monitor. This makes me happy to see Mint finally getting it.

[–] binarytobis@lemmy.world 9 points 5 days ago

This might explain some of the weirdness I’ve seen on Mint.

[–] ilinamorato@lemmy.world 4 points 4 days ago (1 children)

Yeah, I had to switch to Fedora because my three monitors with two different scaling factors and three different aspect ratios never played nice with Mint. I recognize that this was a bit excessive, but I'm still glad this is going to be fixed.

[–] ZC3rr0r@piefed.ca 2 points 4 days ago

I have a very similar setup, and ended up on Fedora as well. I'll give Mint another go soon though, I still really like the simplicity of Debian's package management and the design decisions by the Mint team.

[–] mereo@piefed.ca 0 points 5 days ago

And it doesn't support different refresh rates. The refresh rates needs to be the minimum that the monitor supports.

[–] knatschus@discuss.tchncs.de 32 points 5 days ago (4 children)

Yay!

Why would i want wayland?

[–] YaBoyMax@programming.dev 52 points 5 days ago

Better security, better fractional scaling, and proper support for mixed refresh rates and VRR, to name some of the bigger reasons.

[–] Dettweiler42@lemmy.dbzer0.com 28 points 5 days ago (2 children)
[–] binarytobis@lemmy.world 8 points 5 days ago (2 children)

I started up Steam VR with my Vive a week ago, for the first time since installing Mint. Spent forever trying to get it to work. Eventually got it to connect sometimes when I start Mint in “software rendering” mode. I’m not linux literate enough to know what that means, but man do I see some fun new ways the OS breaks. Usually right after I turn off my headset, so it’s OK.

[–] ohshit604@sh.itjust.works 2 points 5 days ago* (last edited 5 days ago) (1 children)

Software rendering is slower than hardware rendering, this is certainly not a Linux exclusive.

You’re essentially telling it “Hey! I have no graphical processor or that my graphical processor is so underpowered that I need my CPU to do the rendering at an attempt to speed things up.”

Suggest you sort out your GPU and or GPU drivers because you should not be using software rendering.

[–] waldfee@feddit.org 3 points 5 days ago

I think in this specific context software rendering actually means that SteamVR is having to coordinate with the window manger or whatever to draw the game to the headset's screens rather than rendering directly to them

[–] ElectroLisa@piefed.blahaj.zone 3 points 5 days ago (1 children)

SteamVR as of today cannot do desktop capturing on Wayland, as opposed to X11

SteamVR on Wayland environments requires a support for DRM leasing, which to my knowledge is supported by Plasma only (my knowledge here may be out of date though)

[–] Dettweiler42@lemmy.dbzer0.com 3 points 5 days ago

First time I fired up my Index on Linux, I was on a fresh install of Zorin. The SteamVR app said it required a Plasma Wayland desktop session. Thankfully, it linked to a guide an moments later I understood a little bit more about the ease of Linux customization.

Since Mint tends to advertise itself as being gaming friendly, or at least people say it is, it would be nice to see them add that desktop to Mint.

[–] megopie@beehaw.org 6 points 5 days ago* (last edited 5 days ago) (1 children)

X11 and Wayland are the bits that handle windows, mouse inputs and stuff around graphical user interfaces. They’re what makes GUIs work.

X has been around since the 80s and is throughly decrepit and just does not support a lot of modern functionality. If you’ve had some issue with your windows and display being janky or monitors not working properly, it’s probably due to X11. It works for the most part, but there are just a lot of situations where it creates issues.

Wayland fixes a lot off issues because it is built to handle modern situations better. If you want to see an easy example, if you’re on mint with X11, go to settings and set your UI scaling to some uneven value like 136%, you’ll probably see some weird buggy stuff happen. That’s the kind of thing Wayland fixes.

[–] LincolnsDogFido@lemmy.zip 1 points 4 days ago

I was shocked to learn a couple days ago when I installed Mint on my wife's Surface laptop that the UI scaling only had 2 options for scaling in the basic settings. 100% and 200%. I had to click advanced settings, enable fractional scaling or something similar, go back and then I had options for 50, 75, 125, 150, etc. i don't remember if I saw a box for custom values though.

[–] teawrecks@sopuli.xyz 3 points 5 days ago

It's supported.

[–] friend_of_satan@lemmy.world 10 points 5 days ago

I recently loaded T2-Linux Mint Cinnamon onto a 2017 Macbook Pro and honestly it's a really rad distro. I'd never used it before, but now I think I may give it to my dad to replace is shitty windows install that always gives him grief.

[–] lvxferre@mander.xyz 10 points 5 days ago (3 children)

At those times I'm fucking glad I overengineered my autoclicker script. This means, once Wayland hits me, switching from xdotool to ydotool won't cause me too much pain. (Most of the script stays as it is, only base functions like "Click" get remade. And yes, I'm lazy.)

[–] The_Decryptor@aussie.zone 10 points 4 days ago

I'd call that plain engineering; you've separated out the independent logic from the point where it actually touches the system. That's how stuff should be built and operate.

[–] somegeek@programming.dev 4 points 4 days ago (1 children)

What kinds of things do you guys automate?

[–] lvxferre@mander.xyz 3 points 4 days ago* (last edited 4 days ago)
  1. With mkvtoolnix-gui. I'm often editing anime episodes; adding/removing subtitles, removing non-native audio, removing those "ENCODED BY JOHN SMITH", etc. Often the checkboxes I need to click are predictably placed, so I use an autoclicker to do it once instead of clicking multiple checkboxes 12~24 times in a row.
  1. Cheating on a shitty online gacha game I'll never pour any money into.
[–] megopie@beehaw.org 4 points 5 days ago (1 children)

Ah, I hadn’t even considered that Xdotool would be… well for X11. Thanks mentioning this, so I’ll know what the problem is next time I try to use my auto clicker script and it doesn’t work.

[–] lvxferre@mander.xyz 5 points 4 days ago

Yup.

On a lighter side, apparently ydotool has a smarter design; instead of sending events to the X server like xdotool does, it emulates an input device. This means you can start using it before migrating to Wayland, and in case the Linux community eventually deprecates Wayland for something else, it should still work.

Now I just need a Wayland equivalent to grabc. A lot of my autoclicker scripts relies on it for dynamic behaviour, like "keep clicking $pixel1 until $pixel2 changes colour".

[–] Valmond@lemmy.dbzer0.com 3 points 4 days ago (2 children)

Can someone please explain what a lambda user like myself will experience, or might experience?

I'm on Mint Cinnamon, I have no clue about windows managers etc.

[–] emergencyfood@sh.itjust.works 2 points 4 days ago

Ideally, nothing should change for you. The Linux Mint team tends to be conservative and responsible in their software choices. If they think Wayland is ready for public use, it probably is.

But if something breaks, you can always go back to X.

[–] ikidd@lemmy.dbzer0.com 2 points 4 days ago

If you use anything that depends on screen sharing or windows being able to talk to each other like a password manager that's non-compliant, you might need to upgrade or change those applications. Otherwise, it should work better than X11, and be more secure.

[–] Cardboardboxo@sopuli.xyz 3 points 5 days ago* (last edited 5 days ago)

Does this mean I can use HDR for games now? Its been the one thing from Windows I miss. I know there are ways to make it work or other distros but I don't want to deal with all that.