I’d just like to interject for a moment…

  • 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • From what i remember my experience was the same when i started my journey with PopOS. Ofcourse it probably did help that i was already an amd user when i was still using windows, i already hated nvidia years before switching lol. I went down the rabbithole and now i’m on Void linux. Also used arch and NixOS in the past. I love being able to setup these minimal distros to my liking, and after that it just works and gets out of the way.




  • From my experience your mileage may vary when it comes to being able to keep both monitors on. The concept of a primary monitor on wayland doesn’t exist, and my games always choose the wrong monitor to render on. The game will open on my primary monitor but i can only select the resolution and refreshrate of my secondary monitor in the game settings. If you have identical monitors that would probably not be an issue, but i don’t. Setting the primary xwayland display with xrandr helps for some games, but not all. The best solution for me ended up being to disable my secondary monitor when gaming.


  • I personally don’t really care much about the init system. For most of my linux journey i was using arch, then void, then nixos, and now i’m back on void, so i jumped between systemd and runit for a bit. I never chose to use void because of its init system though, i just prefer its package manager. I found both systemd and runit to be fairly simple to use and it just gets out of my way. Poettering working for microsoft has concerned me a little bit, but if i’m being honest that’s just me wearing the tin foil hat. I will say though that at this point, if something were to happen to void and i had to move back to arch, i might try using artix just for the style points, and because of me already being familiar with runit anyway.




  • I won’t bother going into technical details about x11 and wayland since other people already explained it much better than i ever could, but basically wayland is supposed to be replacing x11, because the codebase is so old now that it has become very hard to maintain and implement new features without breaking things. A window manager pretty much only handles the placement of windows on the screen, and you have to use seperate applications for setting a wallpaper, getting notifications, application launcher, etc. Whereas a desktop environment is a fully fledged out of the box experience. I personally really like window managers because i like the workflow of tiling window managers in particular, which places the windows in a predefined layout for you. Something that might be a bit confusing is that window managers on wayland are called compositors, which is because in wayland the window manager also has to do it’s own compositing. In x11 you could use something like picom, which is a seperate compositor program that you could use to add graphical effects to any window manager, but on wayland this doesn’t exist and the window manager has to implement its own compositing.