I’d just like to interject for a moment…

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

help-circle

  • I don’t know how to feel about it tbh. My steam deck and vita have oled displays, the tv downstairs has hdr, but it never made as much of a difference imo. Like when i’m sitting at my va monitor i don’t feel like i’m missing anything. Maybe it’s just a personal thing in terms of what you’re most sensitive to. I feel like i’m most sensitive towards refreshrate. I also don’t bother with ray tracing cause even in the best examples like cyberpunk, people usually have to point out the difference to me because i barely notice it.


  • I really love bash scripting. I use it to symlink my dotfiles from my git repo, to configure my void system the way i like it, dmenu scripts, and i also use it on my laptop to send me notifications when my battery is almost empty, when i plug/unplug the charger, when it’s fully charged, and to hibernate when it’s lower than 5%. For some reason apps like upower don’t seem to work on my laptop so bash offered a solution.


  • I didn’t know about bazzite not supporting ntfs. I do agree with you that it’s silly that they don’t allow you to use it, but from my own experience i will say that they are probably right about ntfs having issues in linux. I was using an external drive formatted to ntfs to move stuff between windows and linux, and at one point the entire partition just broke when it was connected to linux. It didn’t seem to be a faulty drive cause after a reformat it worked just fine, but i try to avoid ntfs as much as possible now.










  • 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.