For anyone else wondering, this is a X11 vs Wayland meme - i.e. desktop window managers. Yeah.
Neither of them are window managers, they are windowing systems. A window manager is the part that actually lets you move around windows and draws the borders and stuff, like kwin, mutter, xfwm, i3, etc
As I typed my comment, I realised someone would correct me with hyperspecific linux terminology. But I support your correction good sir.
Yeah? Well you too, Nerd!
Y’all arguing about window managers and I’m just trying to connect my shit-ass bt headset to my PC.
does Wayland even have a built in DWM? Because both are session manager.
No, Wayland is just a protocol, and the things that implement it are compositors, not WMs
Also, there’s no such thing as a DWM, except for the WM called dwm
X11 vs Wayland meme - i.e. desktop window managers
eye twitch
Legacy dependancies
depen dancies
dancies - little dances :]
deleted by creator
Ink erasers are depens. If you want to remove what a pen did to your paper, you depen it.
they’re doing their dancies on the pen’s ink
Mir for me
Stupid Nvidia Ink Cartridges…
Well the tearing fixes would definitely help.
for fuck sake shut up LMAO
Shouldn’t it be 8.5XFree86 in the land of freedom™?
HDR for Wayland when?
Early Febuary 2024 if all goes well.
@Klaymore
Two Questions:
* Why is it needed to set up resolutions If you work with screens in these Modern days. There should only be zooming?
* I have two screens one HD and one 4K. Why could I not set both screens as same physical high or same width?I’m starting to think Wayland is the systemd of desktop graphic environments. Might be amazing eventually, but pushed onto the community too soon by opinionated devs who have fallen victim to the second-system effect.
Mod me down, don’t care.
Edit: Woohoo, into the ground! Mod me down further, and I will become more powerful than you can possibly imagine :p
I don’t troll often, but when I do… it’s about Wayland and systemd. Nyah nyah.
Honestly if Wayland will work 100% on my next setup and apps appear as expected, I won’t give a damn what system I’m using.
It was pushed way too soon. It’s just not too soon anymore, that’s why everybody is moving now.
I sincerely hope it turns out to be the case. I don’t pretend I haven’t torn out my hair on multiple occasions fighting with xorg.conf… that’s for sure.
Just being provocative for the lulz on a memepost, mostly :)
I actually quite like Wayland. I have not had a problem. Except with the discord application cause they are too lazy to fix their screen recording bug
:) I’ll try it again, promise. I just didn’t have a good experience around two years ago. I do hear it’s much better now.
I’ll confess I’ve avoided systemd to this day however. Devuan/Funtoo are fine, and I don’t miss any of the supposed improvements systemd brings. So I’ll probably be rocking Wayland/open-rc or Wayland/sysv-init until I drop dead.
Systemd is great for process management. It’s fault is trying to do too much.
Is there a Systemd fork that is unix philosophy compliant?
I don’t think you can change foundational architectural things like that in a fork. A lot of systemd’s strengths also come from the integration of doing many things, e.g. process management and the sandboxing features together are certainly easier to read and write than having the process management call some sort of external sandboxing tool (potentially multiple nested ones) with a bazillion parameters all in the ExecStart line of the systemd unit.
Wayland is the complete oposite of that crap.
I like both Wayland and systemd
Name one init system that boots as fast as systemd on a modern distro with many services. Then name a display server that’s actually easy to maintain and to develop client applications for
The current issues with Wayland are due to it being new, X11 fanboys not wanting to explore the idea of contributing to Wayland, and client applications that are poorly designed
X11 fanboys not wanting to explore the idea of contributing to Wayland,
People have tried that, those projects are all dead for 3-5 years now because Wayland’s design turned out to be so much more flawed than originally expected with its “Oh, you know all that stuff the X server used to do, you now have to do all of that yourself in your compositor even though you don’t care about any of it and there is no benefit from having multiple implementations” approach.