Skip Navigation

Posts
0
Comments
629
Joined
2 yr. ago

Amd fan

Jump
  • You might want to go through the trouble of extending that radiator loop all the way out through a window.

  • Likewise. I also have a glut of really cool new indie games from the last couple of months to catch up on.

  • How many engineers can Canonical yeet now that they can skip on testing and backporting fixes to their own stable kernel?

    Are they also going to tell Joe average user to just submit any bugs to LKML?

  • ExFAT is the LCD filesystem for flash sticks. FAT32 is the filesystem that you have to use for devices designed back when Microsoft was awful about Exfat licensing.

    Everywhere else, Btrfs. If Oracle didn't poison-pill ZFS licensing and it was common on Linux, I would be using that instead. Basically, taking it on faith that a drive didn't fuck up your data is crazy. The most basic responsibility for a filesystem should be ensuring that "the files come out exactly the same as when they went in".

  • By default, windows does "Fast Boot" which doesn't make booting any faster, but does have the benefit of leaving the volume in a mounted state when you shut it down.

  • Oof, that sounds like an appimage alright.

  • If you haven't seen the first one, I can't imagine what sidereochronological phenomenon you've been lost in for the last decade and a half. It's a bridge-building game, but the bridge is made out of nodes of goo. The goo is both cute and not an ideal construction material.

  • If Apple would stop breaking game APIs for a second, then yes

  • Yeah, the problem is that there is a well-set standard for VRR on a regular DP connection, there's a so-so standard for VRR on HDMI, but there isn't a good standard for communicating VRR through an internal connection. The market is at a standstill with not enough tablet vendors asking for VRR, and neither the SoC vendors or the panel vendors want to be the first one to build only half of the solution. Apple or Samsung could build a full solution on their own and jumpstart that market, but can't be arsed.

  • JNot sure if the flash is "gone", the drive does still believe it has 256GB. I have seen drives die to where they completely forget their identity and are now "Phison controller with 32KB storage". All they have left is either some absurd concept of falling back to using the controller's on-die EEPROM, or they're telling you they have the smallest possible CHS size that isn't 0 just as a courtesy.

    But yeah, the drive does look too mentally broken to continue.

  • You cut off the enumeration bit, but SMI01 USB DISK01 doesn't look like any brand I recognize. Flash sticks are cheap and pretty amazing, but one thing they are not is "terribly reliable". Better luck with the next stick, I mildly recommend making it a Samsung or Sandisk.

  • Also do "dmesg | grep -i firmware" to see what firmware loads the kernel squirted into the various device controllers.

  • I would recommend against installing ppas in general.

    I think that Kubuntu/ubuntu Noble is on a pretty recent stable kernel as is. There would be something even fresher in the HWE track, dunno if that exists for noble yet. The DXVK version is up to Proton (so Proton-GE would be slightly fresher).

    The Mesa version, I'm not sure where that comes from. You have an OS installed copy, you have a flatpak/snap version, but aiui Steam Runtime and/or Proton also likes to bring its own version.

    Better gpu crash handling is a todo on Linux.

    https://ubuntu.com/kernel/lifecycle https://www.phoronix.com/news/AMDGPU-Per-Ring-Resets

  • If the distro just boots into a live session, you can get a pretty good idea there. They're all working off of roughly the same kernel and driver and firmware sets, give or take some distros being a year out of date. The slower distros have something like "backports" or "enablement kernels" to still give you the option of pulling in newer stuff.

    The graphics situation (compositor and mesa and kernel drivers and userland driver libraries) is more complicated. Especially with Nvidia. Your distro choice makes a much bigger impact there.

  • Ubuntu has its ups and downs when you're actually living with it, but they have a fantastic installer experience. I have had my fair share of bizarre dead ends with other distro installers, like Bazzite telling me "you need -860GB more space". Ubuntu puts you in a solid live-iso OS where the installer is just an app that you can drag to one side and run other tools before continuing. It tends to do sensible things if I go off the beaten path with a more advanced install.

    Nowadays, I am happy with debootstrapping or btrfs send'ing an existing Debian install to set up a new system for myself. I still think that Ubuntu is reasonably likely to be a good experience for a newcomer.

  • The main thing that a bad actor would gain is "being kicked off of the steam store". The bigger threat would be if Gabe figures out which is the bad actor's main account. Losing all their games would be pretty big blowback for such an attacker.

  • The problem is that SteamOS doesn't have a whole lot of boot options besides "start up directly into Game Mode successfully". If Steam chokes while ingesting any of its config or any metadata in your library, that's the end of it. You can hold a button to wipe everything (the Playstation solution), or you can figure out how to boot a live-iso and fix "the problem". Not everybody has the skills to fix stuff in Linux, heck not everybody has the ability to "boot up from a usb stick and have a working keyboard, using only one USB hole".

  • When you change your nvidia driver version, you also need to do a "flatpak update" so that you have the matching nvidia library version.