I’d just like to interject for a moment…

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

help-circle









  • I think both Artix and Void have also said that they do not plan to implement age attestation. I haven’t used Artix all that much aside from playing around with it in a vm, but i have daily driven Void for about 2 years total probably. Artix is probably the easiest to install if you choose the gui installer. Void has a guided ncurses installer and it isn’t super difficult, but it does help if you have some experience with manually installing arch. In particular they’ll ask you to format your drive using a cli tool. Void does offer an xfce image though, so once you get it installed you’ve got a gui ready to go. Runit is pretty simple to use. It uses shell scripts so that’s something to keep in mind if you want to create a custom service, but other than that you basically just use ln -s commands to enable services, sv down to stop, and sv up to start a service.



  • juipeltje@lemmy.worldtoLinux@lemmy.mlRTFM
    link
    fedilink
    arrow-up
    3
    ·
    10 days ago

    If it’s a more complex subject matter i can understand people asking questions, because in those cases the documentation can also be more difficult to understand. I’ve asked questions in those situations myself as well, and a video of someone walking you through it can be very helpful. When someone asks the most basic questions ever i tend to be more on the RTFM side of things though. If you ask a question that literally has like a oneliner answer in the manual it seems to me like you didn’t put in that much effort before posting. I never actually RTFM’d someone though. I either answer anyway if i feel generous, or i just ignore it lol.



  • It’s hard to say for sure what’s causing the issue, but it’s definitely possible that it’s kernel related. I’ve never used cachyOS, but when i was still using Arch i’ve had issues with newer kernels multiple times. Switching to the LTS kernel would usually fix the problem though. I’m actually facing a weird issue myself right now on GNU Guix, where my pc has randomly rebooted itself multiple times over the past few weeks. My first thought was the kernel since Guix is also rolling release, but i haven’t tried the LTS kernel yet because the nonguix substitute servers are having issues, so i would have to wait for it to compile lol.

    Oh btw regarding your question, i don’t know if cachy offers the regular arch kernel in its repos as well, but generally speaking kernels should be pretty compatible regardless of distro. You can also install the cachy kernel on NixOS for example.


  • If you mean running a game directly without any display server of whatever running, i don’t think that’s possible, but the closest thing to that might be gamescope i think? Gamescope should be able to run directly as a graphical session instead of it being nested inside an X server/wayland compositor, but gamescope still runs on wayland regardless.