Computer gets abnormally hot when running Doom
Computer gets abnormally hot when running Doom
FSR my laptop becomes very hot (roughly 60-70 degrees Celsius) when running Doom. Obviously the computer heats up significantly when I fire up a game like Wolfenstein: TNO but this is a 23-year old game. It doesn't heat up as much when I do other stuff, and I remember running Doom before without much heat so it's only now that it's a bit uncomfortably hot. Any suggestions?
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Computer gets abnormally hot when running Doom
Remember that ZDoom and GZDoom literally do not know when to stop using your system's power if they are uncapped. You may try cl_capfps 1, and vid_vsync 1.MJ79 wrote:FSR my laptop becomes very hot (roughly 60-70 degrees Celsius) when running Doom. Obviously the computer heats up significantly when I fire up a game like Wolfenstein: TNO but this is a 23-year old game. It doesn't heat up as much when I do other stuff, and I remember running Doom before without much heat so it's only now that it's a bit uncomfortably hot. Any suggestions?
Re: Computer gets abnormally hot when running Doom
Isn't the FPS capped to 200 by default? It is for me. I use vsync but only in GZDoom. ZDoom with vsync off is fine for me, as long as the FPS is capped too. I haven't tried it uncapped on my rig yet. I'm kinda afraid to. I'd probably get like 50000 FPS on E1M1. 

Re: Computer gets abnormally hot when running Doom
Thanks for the advice. The frame rate has somewhat dropped noticeably but the game still remains fluid enough to be playable. The temperature is also not so hot now (roughly 40-45 degrees).wildweasel wrote: Remember that ZDoom and GZDoom literally do not know when to stop using your system's power if they are uncapped. You may try cl_capfps 1, and vid_vsync 1.
- The Zombie Killer
- Posts: 1528
- Joined: Thu Jul 14, 2011 12:06 am
- Location: Gold Coast, Queensland, Australia
Re: Computer gets abnormally hot when running Doom
cl_capfps caps the FPS at 35, or rather, disables interpolation afaik
vsync is probably all you need
vsync is probably all you need
Re: Computer gets abnormally hot when running Doom
Remember computers, including laptops, are supposed to be designed to manage their temperature under full load. If it isn't, it either needs cleaning/servicing or is actually defective.
Re: Computer gets abnormally hot when running Doom
Thanks to this thread, I found out that cl_capfps actually works in OpenGL. I remember a time when it would do nothing in GZDoom.
(Not that I'd want to play Doom in 35 FPS, yuck no thank you)
(Not that I'd want to play Doom in 35 FPS, yuck no thank you)
Re: Computer gets abnormally hot when running Doom
Eh? cl_capfps always worked in GZDoom. It expressly disables the interpolator, which is not exactly renderer dependent (other than it being part of the result).
Re: Computer gets abnormally hot when running Doom
I clearly remember it not doing anything in the past. Like, 2005 past.
- Marisa the Magician
- Banned User
- Posts: 3886
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
- Contact:
Re: Computer gets abnormally hot when running Doom
Funny enough, my laptop handles Doom fine, but it fires up when undertale is running.
Re: Computer gets abnormally hot when running Doom
If you do it for a month you might come to prefer it.Nash wrote:(Not that I'd want to play Doom in 35 FPS, yuck no thank you)
35.x-ish fps with cl_capfps 1 is quite a lot better than you'd expect that framerate to be.
Unless of course you have motion sickness issues as it is, in which case yeah you're best to keep away.
Re: Computer gets abnormally hot when running Doom
Maybe installing a new fan might help?
- leileilol
- Posts: 4449
- Joined: Sun May 30, 2004 10:16 am
- Preferred Pronouns: She/Her
- Location: GNU/Hell
Re: Computer gets abnormally hot when running Doom
Maybe forcing a "max battery" profile could help.
Re: Computer gets abnormally hot when running Doom
Unfortunately, they never wanted to introduce a customizable FPS cap in the negine and I never understood why.
You can use the VSync setting, but VSync is bad and can cause input lag.
For a more global solution, I use MSI Afterburner or rather what comes with it (MSI On Screen Display server) to limit my FPS in most games.
There's actually quite a few games especially older ones that just don't cap FPS and causes your computer to sprint all day.
By the way, the temperatures are extremely normal for a laptop.
You can use the VSync setting, but VSync is bad and can cause input lag.
For a more global solution, I use MSI Afterburner or rather what comes with it (MSI On Screen Display server) to limit my FPS in most games.
There's actually quite a few games especially older ones that just don't cap FPS and causes your computer to sprint all day.
By the way, the temperatures are extremely normal for a laptop.
Re: Computer gets abnormally hot when running Doom
It doesn't really make much sense to.SFJake wrote:Unfortunately, they never wanted to introduce a customizable FPS cap in the negine and I never understood why.
With cl_capfps, as edward850 said the interpolation is disabled. At that point it is essentially half the refresh rate of most of today's monitors.
If you cap it any more than that, you're having the playsim update a lot more than it can actually render, and for Doom that actually makes it nearly unplayable. (It's why there was a "F5" detail setting in Vanilla Doom - you simply cannot play effectively below 35 fps)
With vid_vsync, you're strictly capping the framerate to your monitor's refresh rate, which itself cuts down on heat considerably, and with these two options nothing more is needed.