this post was submitted on 15 Apr 2025
300 points (98.4% liked)

Linux

53474 readers
801 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
you are viewing a single comment's thread
view the rest of the comments
[–] juipeltje@lemmy.world 10 points 1 week ago (3 children)

Yeah it's at the point where i'm wondering if i still even need xorg. I'm still keeping it around just in case for now, but i could very easily purge it from my system anytime since i'm using nixos and all my xorg related settings are in a specific file. The main pet peeve i have with wayland is gaming related, and should hopefully improve when wine and proton go native wayland. I have a dual monitor setup and games always choose the wrong monitor by default, which means i can only use the resolution and refreshrate of the secondary monitor. I have a keybind to set the primary xwayland monitor with xrandr, which solves the problem, but it is a bit hacky. I also need to toggle vrr on and off with a keybind because it causes flickering on my monitor. It's a bit annoying but atleast it works, on xorg you can't even use vrr with multi monitor to begin with.

[–] Bulletdust@lemmy.ml 3 points 1 week ago* (last edited 1 week ago)

My biggest issue gaming under Wayland is the fact that certain games can't capture the mouse when run full screen with multiple monitors. I've got a number of games that exhibit the issue, but the easiest way to experience it is to try and run CS2 as wayland native (so not under xwayland - As the performance overheads running xwayland are notable running CS2) - Within 10 mins you'll be looking at the ground with the mouse pointer on your secondary monitor.

Furthermore, running gamescope doesn't fix the problem - And yes, I'm running the correct commands under gamescope.

I mean - This is basic functionality that should be an integral part of any modern OS. Under X11 running the same dual matched monitors everything works perfectly with great FPS.

[–] vrighter@discuss.tchncs.de 2 points 1 week ago

i deleted the x session files so they don't show up in my greeter. They got annoying by now, for me. I used to shit on wayland, but it's inching closer and closer to being usable. and i use an nvidia gtx 1080, so that's saying something

[–] NichtElias@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago) (1 children)

Have you tried running your games with gamescope?

Edit: nevermind, I think gamescope doesn't work with wayland

[–] juipeltje@lemmy.world 3 points 1 week ago

I think it does work, but from my understanding when nested inside another wayland session, thing like vrr don't work, which brings me back to the xorg problem, but my current workaround works for me, so now it's just a matter of hoping it will improve and become less tedious.