This happened at a very inopportune time so apologies for the text being a bit bad. background: framework laptop 13 with 7640 u running fedora 40. ran great for a few months. issue: played some games on battery power. battery health went from mid 90’s to 43. i know playing on battery is bad for it but that is more what i’d expect if I took a hammer to it. what i’ve tried: rebooted, cleared upower history, removed 90% charge limit in bios then shut down and charged.

Any thoughts would be appreciated.

  • jrgd@lemm.ee
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    7 hours ago

    A couple things to check using a quick bash script:

    #!/usr/bin/env bash
    
    cd /sys/class/power_supply/BAT*/
    echo "Charge cycles: $(cat cycle_count)"
    printf '%s\0' 'Health: ' &
    bc <<< "scale=3; ($(cat charge_full) / $(cat charge_full_design)) * 100"
    

    That should print out the wear cycles the battery has endured and its reported capacity over design capacity. If your battery has less than 1000 cycles and the health reported from the battery is less than 80%, it might be best to contact Framework for warranty replacement as the battery is likely defective.

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    8 hours ago

    Few things:

    • What is the output wattage of your charger? You need something that can keep up with the output of the battery, so Id guess 85W or higher while gaming or under heavy util.
    • ensure your CPU governor didn’t get locked to ‘performance’ mode after gaming. Make sure you have power-profiles-daemon or similar installed to switch profiles.
    • run the reset process for the battery from Framework. You may just have. Battery that crapped out.
    • HumanPersonOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      65w. enough to run a 7600 and an igpu. i set it to performance but returned it to balanced after. what reset process?

    • HumanPersonOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      8 hours ago

      no, drains insanely fast. I think it’s limiting itself to 43% charge.