It’s actually slightly faster than Mint, nice.

I haven’t had any issues at all, even though my potato laptop has an nvidea I didn’t have to configure drivers, and unlike mint it actually knows when to automatically switch from the intergracted gpu.

Have had a couple of weird things happen with the bluetooth randomly disconnecting/reconnecting (but that also happened on Mint)

I’m scared of the more haphazard updates screwing the stability, buuut as far as I can tell there is a backup function that is automatic and can be accessed fine from the boot menu

KDE Plasma is pretty and I spent a whole day customizing that shit, it looks terrible now but it’s mine. I now have a crusty 3D geocities ass cursor. Please recommend anything cool I can do to customize this thing. Gimmie ugly widgets too.

Games run better, but I have encountered a graphical glitch in Baldurs Gate 3 where my characters helmet disappears but only when talking to Volo, which is weird. Tried three different protons and still it persists.

So far the terminal is easy but I’m not sure how I’ll go if I actually have to do more than basic things. Is there a good tutorial and learning terminal out there? I’d like to actually understand exactly what I’m doing with this thing.

Anyway expect me to come crying for help the moment I screw something up (I will)

  • ZWQbpkzl [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 days ago

    CachyOS uses fish as its default login shell instead of the default bash or the more modern zsh. Fish is definitely more “user friendly”. I use it, but I would not try to learn on it. Most of your tutorials will assume you’re working in bash or some POSIX compliant shell.

    • RedNajm [none/use any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      11
      ·
      11 days ago

      To add: Fish is wonderful as a shell but pretty meh as a scripting language. You only really need to know some stuff like piping, forking (kinda weird on fish? and your workflow will work fine. You can just use it as a prettier way to run commands.

      For actual scripting you’re better off learning something POSIX compatible like Bash, which I don’t think you’ll be needing that too much anyway Dort owl. Don’t sweat it

  • OptimusSubprime [he/him, they/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 days ago

    Hey Dort! Good for you on switching to CachyOS. I do have an update for you…

    I ran into an issue where CachyOS would not update. Thankfully it wasn’t just me having this issue, even though it was a fairly new one: https://discuss.cachyos.org/t/corrupted-linux-cachyos-when-updating-just-me/35641/19

    I used my desktop support skills and my Search-Fu in order to fix my broken update system. That shit was not fun but I learned from that. Broken shit provides the best opportunities for learning. the-more-you-know

    RE: the terminal, if you are using BASH, there are several tutorials out there. If you just want a commands cheat sheet, here you go: https://www.linuxtrainingacademy.com/linux-commands-cheat-sheet/

    For CachyOS specific commands, check out the their wiki: https://wiki.cachyos.org/

    I’m not telling you to just RTFM and SIYF, but more often then not, someone has come across an issue that you have too and has had it resolved. OR There are troubleshooting steps directly from the OS maintainers.

    Anyway, welcome!

  • I don’t like Arch, but it’s always cool seeing distrohop stories.

    Have you tried the native version of BG3 instead of running with Proton? It should have better performance too, the downside is that script extender mods don’t work.

  • QuillcrestFalconer [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 days ago

    I’m running cachyOS with KDE. The only problem I’ve had so far is that a couple of times I’ve had my laptop screen freeze, but if I have a second monitor, that one is still working. And if I then shut down the laptop it gets stuck in the shutdown sequence. Dunno if the problem is cachy, kde or my laptop

  • Itsamelemmy@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 days ago

    https://overthewire.org/wargames/bandit/

    Great little game to learn linux terminal.

    I also went to cachyos from mint recently. Other than updates, which I’ve just been letting cachy do it’s thing it seems good. Haven’t bothered to figure out if the default cachy update uses AUR which is what’s had the exploit issues recently. Definitely less user friendly than mint, but maybe it’s just I’ve used apt for so long anything different seems hard.

  • blindbunny@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    Fish is great for learning terminal. If you type something like pacman and hit tab it’ll show you all thr options as if you opened up man pages but its selectable. Have fun and use btrfs!