Disable mouse smoothing
Mouse smoothing is disabled by default. In case you feel it is not, you can switch it off in console:
- Press [~] key to open console.
- Type in:
m_smoothing 0
and press Enter.
“m_smooth” command adjusts the amount of smoothing if “m_smoothing” is set to 1. It can be set in the range from 1 to 8.
Disable antialiasing
May be useful when gaming on a potato pc or 8k monitor (or both). Disabling in-game AA significantly Increases sharpness but makes contrasty edges jaggy and therefore not recommended until you use better 3rd party AA methods.
- Press [~] key to open console.
- Type in:
r_antialiasing 0
and press [Enter].
- “r_antialiasing 1” command re-enables TAA.
- After disabling AA you might want to reduce the sharpening effect in game video settings.
- To automatically disable AA when the game is started, add
+r_antialiasing 0
To the game launch options in Steam (see”Skip intro” section for specifics ).
You can utilize FXAA out of ReShade instead of ingame TAA if you would like to. Last version works good with Doom Eternal, just be certain that you enabel it for Vulkan globally in the installer. But, FXAA can not remove all the jagginess in this game and SMAA does nearly nothing.