I have been using CachyOS for more than 6 months at this point and I’m pretty happy with it. Among the many distros I tried, this is probably my favourite arch based distro. I initially installed it because it offered Hyprland desktop, and I didn’t want to bring over my messy config nor did I want to start from scratch. But sometimes when I want to game or when I wake up my computer from sleep the display would just keep blacking out and won’t let me use it until I restart the computer (I am using an AMD GPU btw). This issue has been happening on Plamsa 6, and Gnome as well. I have tried various fixes from the ArchWiki but it’s still there. Other than that I really liked the Distro.

It’s not like changing distros can solve my moitor blacking out problem, but I’m going to try something based on Silverblue for a change. Yes, I have tried the Ublue project in the past, it was good but I couldn’t get into the whole immutable thing back then, so I hopped back to my staple Arch/Tumbleweed and carried on. Fast forward to today… I’m thinking about trying Bazzite or Aurora as the idea of having a low maintenance system is now very appealing to me.

I’m not necessarily a hardcore gamer but I do play games every other day and also run some LLMs locally every now and then. I’m not sure which one I should go for between Bazzite and Aurora. Maybe someone who has run both can give their opinion.

  • @Steamymoomilk
    link
    English
    114 days ago

    First Are you using bluebuild? There a many forks of custom image starting point. Secondly if your usijg bluebuild template. All files that specify packages and what modules should be on the recipes folder. Using recipe.yml is a very good starting point as you can specify how to install a package and what package manger to use. IE brew, rpm-ostree

    You can also add modles which you can take the bluebuild template and add a modules folder in the main tree. Bluebuild has premade modules, aswell as documentation to make a cutom module.

    And to answer your first question directly use recipe.yml in the recipes folder to specify other .yml files to be used in building. Secondly the best you can get is githubs builder in the actions tab, however some errors are BLOODY USELESS BECAUSE THERE WRONG. I have had a few times where it complained about not having a - at the top of a module. Even though there was one there, i eventually solved it after rewriting a part of my .yml i belive it was a formating issue

    • @[email protected]
      link
      fedilink
      114 days ago

      Here is my small project which I created to tackle down the issue. It is still the same, the config is really small and just tries to reinstall firefox, which was removed in secureblue.

      directly use recipe.yml in the recipes folder to specify other .yml files to be used in building.

      Interesting, will look at this.

      Lets see