• 1 Post
  • 50 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle



  • ozymandias117@lemmy.worldtoLinux@lemmy.mlRDSEED 32 is broken.
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    15 days ago

    If your motherboard manufacturer releases firmware through LVFS, you can use

    sudo fwupdmgr refresh --force sudo fwupdmgr update

    But that should normally be offered through the GNOME or KDE update utility.

    I’m assuming your motherboard manufacturer doesn’t support updating through the OS (or hasn’t released a new enough AGESA build) based off your issue













  • Because they’re objectively better on a desktop.

    Your compositor should control the window - if the poorly implemented client hangs, you can just click the server-side close button a couple times and get the “shall I force close this?” popup

    The only reason for CSD is touch interfaces on small screens. In that case, you still need some other interface to handle misbehaving applications, but they tend to be harder to use, e.g. the removal of home/back buttons on Android

    Edit: If you’re trying to improve on SSD, you could consider some model where the client can register some actions it would like to have displayed to the compositor, and the compositor can relay clicks back to the client. In this scheme, the compositor still owns the title bar, but the client can request special decorations





  • Maybe easier to another suggestion, you’re probably using a systemd based distros -

    journalctl -b -1 will show you the logs from the previous boot, so you could check that after resetting to see if anything was logged

    For some other ideas to narrow down where the issue is…

    If you’re stuck in the frozen state, you can Ctrl+alt+delete 7+ times quickly to tell systemd to try to restart the system. If this works, it means init was still able to process messages

    If that doesn’t work, you could enable Magic Sysrq Key (if disabled in your distro), and then use the key sequence REISUB to try to see if the kernel is still responding and can reset the system