• 6 Posts
  • 145 Comments
Joined 2 年前
cake
Cake day: 2023年8月6日

help-circle

  • I had a ROG Zephyrus G14 “AMD Advantage” laptop with a AMD GPU in it that suffered from these “ring” crashes (according to dmesg). They came and went every few months sometimes with several weeks between crashes. When it would happen, audio kept playing but the display was frozen (can’t even go to tty) and I had to force poweroff. The crash could also happen on Windows (I installed it just to test repro) but Windows handled restarting the GPU so it wouldn’t freeze unlike Linux. The conclusion, at least in the community of people with that laptop, is that it was a hardware defect and the laptop needed to be RMA’d. ASUS wouldn’t do anything for mine though despite explaining the issue to them and showing it happening on Windows.

    Either way, I now own a Framework 16 with a 7000 series GPU and am very happy :)





  • mat@linux.communitytoLinux@lemmy.mlOkay why is your distro the best?
    link
    fedilink
    English
    arrow-up
    30
    arrow-down
    1
    ·
    4 天前

    I (maybe) ended distrohopping last year when I gave NixOS a shot. I can’t recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it’s a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction… I’ve only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it (“infect”) to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects… if I set up dependencies once (as a flake.nix shell), it’ll work forever and anywhere.















  • I currently host Navidrome, which has an okay web player. On Android I use “Tempo” (though it is unmaintained) to connect to it, and on Linux I use Tauon (though it has very poor playback). I could not find a native Linux client that is not buggy unfortunately, so I’m also on the lookout for better solutions! I’m not familiar with the device you are talking about but every client I tried supports MPRIS, which are the regular media controls that can be used via the playerctl command, so you should be able to hook things up that way.