Just a silly feller

  • 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle










  • Yes, I’ve been trying hard to squeeze some linux into my life, currently trying to turn an old laptop into a little music machine for jamming with on me midi keyboard. I’ve run across quite a few issues just trying to get specific software working. I did cave at one point and try to use windows 10 but their installation media tool would fail every time I tried and the hardware is too old for windows 11 lol. It also triggered my gag reflex just thinking of all the ads it would feed me and all the bullshit I’d have to disable to make it respect my privacy. A number of different distros just worked flawlessly, though, and if all I needed to do was simple computer things and web I’d be laughing.









  • This is a bit different to DEs. X11 and Wayland are display server protocols. For some time all DEs used X11, but it wasn’t perfect and had some issues, so some folks came up with Wayland to replace it. I don’t know a lot about the differences but one example I have is that you can’t have two monitors with different resolution scaling on X11. Wayland solves that issue.

    X11 has been around for a long time, though, and does a lot of stuff, probably more stuff than a display server should. and so a lot of Linux programs have come to rely on those things. This means that the change to Wayland is not straight forward, it meant rewriting a whole bunch of X11 functionality that Wayland would never add.

    This will probably be a good thing in the long run, but as of now a lot of people are still not ready to change. And to mirror your sentiment, nor should they have to.

    Also: I probably don’t know as much about this topic as some others, so correct me at will.