Linux
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
If you're playing competitive FPS games then Wayland still isn't there, use X11 instead. Outside of it, I'd say it's worth a shot, it goes especially well with FreeSync monitors.
Your experience will vary from your GPU vendor too. I have an AMD card so Wayland is a smooth experience for me, if you're on Nvidia then you will most likely face issues.
I've noticed a bug where in GPU bound scenarios entire desktop is lagging. This issue happens for me on Wayland but not X11. I don't know what's causing it, could be my graphics card running out of its 4 GB of VRAM.
TL;DR give it a try, you can easily switch between X11 and Wayland.
I would say the exact opposite if you're playing competitive FPS. Xorg tears and is super jittery like a motherfucker. Wayland is the only thing that properly drives my 240hz monitor.
I play exclusively on kde wayland and I am really happy with it, I don’t have to mess with anything and everything works. The only thing that comes to mind is that Steam isn’t wayland native so you have to set an environment variable to set scaling on hidpi screens. Other than that everything works really fine!
How do you set that environment variable for Steam?
I set STEAM_FORCE_DESKTOPUI_SCALING=2.0 in /etc/environment
Is that within a Steam configuration file?
No, it's a file in your computer, located at /etc/environment, you need to edit it and add the env variable I posted earlier
Great, thanks! I'll give it a try
You're welcome!