What do Computer power supply issues look like?
from sem@piefed.blahaj.zone to nostupidquestions@lemmy.world on 20 Feb 23:04
https://piefed.blahaj.zone/c/nostupidquestions/p/593476/what-do-computer-power-supply-issues-look-like

When I open apps on my computer, the GPU temporarily spikes to 100, and my cursor slows down audio stutters and stuff like that. Is this a sign that the power supply is not powerful enough to supply the power for the

#nostupidquestions

threaded - newest

AyuTsukasa@lemmy.zip on 20 Feb 23:24 next collapse

When my power supply wasn’t enough it would just turn on for like a second then die before the monitor could pick up a signal.

Rhynoplaz@lemmy.world on 20 Feb 23:38 next collapse

When my PSU was going bad, it would shut off when I tried to run high-intensity programs like games.

cecilkorik@lemmy.ca on 20 Feb 23:38 next collapse

Unlikely. Power supplies usually have internal protection, and as a result, if they become overloaded, they will trip off (and the whole computer either shuts down or reboots). Is it possible the internal protection is not working? Maybe. But it is far more likely the issue is with other hardware, or even more likely, with software/device driver issues. Try booting a LiveCD/LiveUSB with Linux on it or something and see if the problem goes away.

Otherbarry@lemmy.frozeninferno.xyz on 20 Feb 23:38 next collapse

With PSU issues your system wouldn’t be able to boot up. Or if there was some sort of load issue in the middle of usage you’d just see your computer turn off / restart.

What you’re describing is some sort of software or driver problem.

Delta_V@lemmy.world on 20 Feb 23:56 next collapse

a blue flash, a pop, a wisp of smoke, and then your computer never turns on again

meathorse@lemmy.world on 20 Feb 23:58 next collapse

A bad PSU will usually result in boot problems or general instability - applications or OS crashing, bsod etc particularly when power demand spikes (gaming, heavy disk use etc).

Assuming you’re not running out of RAM, this sounds like a software issue. It could be drivers as others mentioned, some background software interfering or perhaps even malware. As a just in case: have you fiddled with process priorities in task manager?

If you’ve got a spare hdd, you could swap that in and do a clean install of your OS. If the issues remain, it’s a hardware problem, if they disappear then it’s something software or config in your current install

NorthWestWind@lemmy.world on 21 Feb 01:54 next collapse

You’d see fireworks

Romkslrqusz@lemmy.zip on 24 Feb 18:59 collapse

👋 Repair shop owner / operator here

The two most common symptom manifestations of a defective power supply are abrupt shutdowns while in use or inability to power on whatsoever.

We’ve had some edge case scenarios with weirder behaviors. In one case, power delivery to the GPU would randomly drop out which manifested as an abrupt cut to a blank screen, almost as though the GPU has been abruptly removed. In another case, a system would occasionally suffer an abrupt reboot when waking from sleep.

Cases of BSODs, stuttering, or other instability diagnosed as the power supply have been few and far between, but they do exist.

Fortunately, that hypothesis is pretty easy to test for. Power supplies aren’t terribly expensive, you can sit one next to an open chassis and satisfy its connections without completely installing it so it’s not a huge ordeal / time sink to isolate for a problem with that part.

For the most part, stutters like you describe are often the result of corruption in the software environment, largely as a result of a defect in storage and memory (though, importantly, not always)

sem@piefed.blahaj.zone on 24 Feb 20:22 collapse

It’s a relatively fresh install of Ubuntu 24.04 with NVIDIA drivers. I can run memtest. Thanks for sharing this knowledge!