dermodemon wrote: ↑11 Jan 2025, 14:52
So i don't know how to explain this but i suffered many years by this weird stuttering and input delay problem. Mouse felt like i am playing with vsync on and i had huge amount of stuttering (especially in unreal engine titles).
Basically how i fixed it:
1) I turned off afterburner power monitoring(i found a video about how to do it in here:
https://youtu.be/bQH3DYNboM0?list=LL&t=611).
2) Next thing i did - disable FSO with this reg file:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_DXGIHonorFSEWindowsCompatible"=dword:00000001
"GameDVR_FSEBehavior"=dword:00000002
"GameDVR_FSEBehaviorMode"=dword:00000002
"GameDVR_HonorUserFSEBehaviorMode"=dword:00000001
3) Than i disabled MPO with this reg file:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"OverlayTestMode"=dword:00000005
4) I also enabled resizable bar and HAGS + disabled setting called "optimizations for windowed games"
I don't know what exactly fixed my issue but after many years of trying every single fix i found here and reddit i am currently feel happy.
Games now feel completely smooth and sharp and no more floaty mouse feeling. I want to cry
Specs:
CPU: Ryzen 5600x
GPU: RTX 3080
RAM: 32gb ddr4 3600mhz
MOBO: B450m PRO4-F (Asrock)
Windows 11 24h2
GSYNC on or off, no matter what - i don't feel anymore stuttering and mouse problems
Hi
#1 for me you must run only steam and then cs2.exe the only software running on pc must be steam nothing more(while gaming)
#2 you are running settings that make fullscreen exclusive mode.i will show the script + source for it to confirm it.
#3 i also use this.i will show one source that show this setting as a "tweak"
and about above 4 g decoding and resizeble bar mine is off i test in benchmark no change in fps but its better when resizble bar and above 4g are disabled.
fse source
https://youtu.be/PlACZ9Gp1xo?t=7439
# fullscreen exclusive fse regedit
reg add "HKCU\System\GameConfigStore" /v "GameDVR_DXGIHonorFSEWindowsCompatible" /t REG_DWORD /d "1" /f | Out-Null
reg add "HKCU\System\GameConfigStore" /v "GameDVR_FSEBehaviorMode" /t REG_DWORD /d "2" /f | Out-Null
reg add "HKCU\System\GameConfigStore" /v "GameDVR_FSEBehavior" /t REG_DWORD /d "2" /f | Out-Null
reg add "HKCU\System\GameConfigStore" /v "GameDVR_HonorUserFSEBehaviorMode" /t REG_DWORD /d "1" /f | Out-Null
Write-Host "May also be required:"
Write-Host "-game.exe"
Write-Host "-properties"
Write-Host "-compatibility"
Write-Host "-disable fullscreen optimizations"
Write-Host "-apply"
Write-Host ""
Write-Host "DX12 engines do not support fullscreen exclusive mode."
Write-Host ""
Write-Host "Press any key to continue . . ."
@source the is fr33thys youtube.
disable mpo :
https://www.youtube.com/watch?v=fw_xv1Id6UM