[SOLVED] Slow after power loss 27 February 2022, 22:16:39 I was playing a game on my laptop and suddenly the game dropped to a really low fps. A few seconds later my laptop ran out of battery.After booting my laptop seems incredibly sluggish. Every time I reboot my cpu scaling_governor is alway set to powersave and setting it to performance only makes the computer slightly more responsive. What other steps can I take to ensure the computer is not in max power saving mode in other areas? Code: [Select]echo 'performance' | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor Last Edit: 02 March 2022, 19:52:29 by nous
Re: Slow after power loss Reply #1 – 27 February 2022, 22:25:24 when I runCode: [Select]cat /proc/cpuinfoI see some cores with cpu MHz set to 200.00. Is this normal? I'm pretty sure they used to go between 2800.00 MHz and 4000.00 MHz as needed.
Re: Slow after power loss Reply #2 – 27 February 2022, 23:05:00 I found this thread. My laptop is a framework so I might try updating the bios. https://bbs.archlinux.org/viewtopic.php?id=272928
Re: Slow after power loss Reply #3 – 28 February 2022, 01:00:21 You might get this with power supply issues, sometimes if a laptop thinks an unknown or underpowered psu is plugged in it could go into some kind of slow economy mode, I had something like that recently on a Dell booting very slowly, the BIOS showed only 200MHz for the CPU or something like that, it speeded up after the kernel had loaded and after messing about with various BIOS settings I tried another PSU which worked and spotted the cloverleaf power connector was not fully pushed in on the original, it can be a bit of a funny connection there on that particular one. 1 Likes
Re: Slow after power loss Reply #4 – 28 February 2022, 20:54:15 ^^ This. Also, the needle in the plug transmits information of the PSU wattage to the computer through a small circuit inside the power supply. If that circuit is toasted, the laptop thinks the PSU is unknown or underpowered, it will work at minimum clocks and only draw the lowest possible energy to protect it.
Re: Slow after power loss Reply #5 – 28 February 2022, 23:20:21 I was going through the process of updating the bios and before I actually did it started working again as usual. I did go through the process of updating the bios from 0.3.02 to 0.3.07 though I can't tell a difference now that it's working fine again. Thanks for the suggestions, idk why it acted this way at all.