I take my shitposts very seriously.

  • 11 Posts
  • 1.02K Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle

  • At this point, the distinction between console and PC comes down to the corporate side. The PS4 and PS5 operating systems are based on a BSD (probably FreeBSD but not sure), and are capable of running a desktop OS (as long as hackers find a way to bypass Sony’s locked-down firmware). XBox One and Series use a Windows-based OS, also locked down by Microsoft to only run the applications they want.

    Everything about the Steam Deck is designed with gaming in mind, but in terms of capabilities, it’s no different from a PC. You could hook it up to a USB-C dock and use it for work. I’d sooner call it a handheld PC than a console.











  • My setup is two screens side by side and one above. KDE Plasma 6.1 can handle it without issues, and you can make panels on any screen.

    One of the most significant drawbacks of Wayland is feature fragmentation between compositors. Unlike the X11 stack of X.Org server + window manager + compositor, Wayland compositors have to implement all of Wayland in themselves. They have to serve as the display servers, plus manage window positioning, plus render the clients, and all of that within the confines of Wayland-protocols. Building a compositor is a massive task, which is why middleware like wlroots is such a big deal. It also means that WM-agnostic tools like xrandr and xdotool are more difficult, sometimes impossible to implement.

    Consider that Wayland is still heavily under development, and that new protocols have to be implemented by every compositor separately, and that the development of wayland-protocols is an ongoing fucking trainwreck – fragmentation is inevitable, and some compositors will not have the same functionality as others (GNOME being a particularly nasty sandbag). Similarly, things that don’t work as expected in one compositor might work perfectly fine in another.

    Right now I would consider KDE Plasma to be the most feature-complete compositor that is also beginner-friendly.


  • Meanwhile you get the one thing X has: It works.

    You mean I’ve been doing everything, from work through CGI to gaming (with 120 FPS mind you) on a display that doesn’t work?

    Wayland has many issues, sure, but it’s not even close to the point where “it works” can be used to distinguish it from other display protocols. We (and by we I mean anyone willing to dedicate their life to it) could do a lot to bring X11 up to modern expectations, but it’s just not worth the effort. X11 will outlive the cockroaches, but claiming that Wayland is not a functional display protocol is incorrect and uninformed.