Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BA
Posts
1
Comments
40
Joined
2 yr. ago

  • Most distros use systemd and its logging solution: journald. You can use journalctl to read the logs around the time of the crash for e.g.:

    • journalctl -S -5m this shows the last 5 minutes. Use this when a game crashes but the system continues working and did not reboot.
    • journalctl -b -1 -S -10m this shows the last 10 minutes from the previous boot. Use this if the crash froze the whole system and rebooted.

    Look for red lines (errors) and what wrote them. AMD GPU faults usually have the 'amdgpu' mentioned, memory errors could appear as 'protection fault'.

  • Did you check the system logs to see what caused it?

    Many things can result in seemingliy random crashes. Any overclock (including XMP and Expo) or undervolt or even a bios version can be problematic.

    I would check first if it's stable on windows.

  • With the currently available Android tablets the software really limits its uses. Many of the higher quality product focus too much on productivity without success. But this creeps up the prices so much that makes them hard to justify for entertainment.

    I think there are only a few use cases where tablets shine:

    • A small (and cheap) reader that's a comfortable in one hand with a decent screen resolution. It works great as a big phone to enjoy reading comics, books, websites or browsing social media. The Tab S6 Lite 2022 is a solid 10" option and chinese brands offer 8" tabs like the Doogee T20 Mini. You won't get long software support but the price makes it somewhat acceptable.
    • An Oled multimedia screen. These are great for all kinds of videos, movies and series. There are just a few options like the P11 Pro Gen2 that are affordable.

    Longer software support is only available from just Samsung or Google and I can't justify the prices of those if a laptop can replace it. Here a Pixel Tablet or a Tab S9 costs the same as 13" laptop with oled screen (Zenbook S 13) with "unlimited" software support.

    I do own a T20 Mini and an old ThinkPad and I really like reading on the Android tablet even with the slow SoC and medicore screen, but bring a real laptop along for longer trips.

  • Do I need to disable compression on my swap subvolume?

    Short: No

    Long: it doesn't matter when mounting multiple subvolumes of the same btrfs partition the options from the first one (usually /) will apply to all. So even if you disable it, that will be ignored.

    The old way of creating swap shows the chattr +C line which disables CoW. The same method should work for your Downloads folder since CoW is needed for snapshotting.

  • No, there isn't any more risk buying a mining card than any other used card. In both cases you should use a platform/marketplace with buyer protection options. Maybe one additional step is checking the VBIOS when testing.

    The non XT is the best value of the 6600 family but depending on local pricing the 6600XT, 6650XT and even the 7600 could make sense. Just keep in mind that these are the same performance class. Some charts show the mentioned GPUs.

  • There are some used options e.g. 5700 XT-s are really cheap because many of them were mining card. For new cards there aren't many options RX 6600 has relatively good value, but it's only worth it if efficiency or features like hw video codecs are important for you.

  • Was that gigabyte's answer to your rma request?

    If that's the case you should follow up while playing dumb like "it got worse. every game crashes after 2 minutes". No need for specifics, just exaggerate the symptom a bit.

    High junction temp indicates wrong cooler contact or paste dry out. You can't fix those without damaging your "warrany void" sticker.

  • Filesystem permissions

    For many apps it is not an issue and provides additional security but in other cases it's very annoying and not trivial to fix.

    Example1: opening a .docx from Thunderbird flatpak with OnlyOffice flatpak does not work out of the box.

    Example2: mpv and VLC flatpaks work well for local files, but fail to open network shares from Dolphin.

    I think a possible solution would be runtime permission dialogs when denied access.

  • It is not necessary but still better to run both online discard and batched fstrim. from man:

    Also, a device may ignore the TRIM command if the range is too small, so running a batch discard has a greater probability of actually discarding the blocks.

  • No it's not wrong to use a single cable, it's just not ideal. Depending on the quality of the cable and the connectors it may help a bit. 2 cables will always have lower resistance than a single one.

  • I'm not 100% sure, but for me it caused a similar "freezing" or unresponsive experience when the daily cleanups run in the morning. If there was a freeze after every (even short) sleep and resume that might be a different issue.

  • Yeah it's disappointing that such an annoying bug is still present and quotas are enabled without warnings. You could continue using Timeshift, the only feature quotas provide is the individual disk usage of the snapshots.

    Anyone looking for the solution: https://www.suse.com/support/kb/doc/?id=000020696