How to fix microstutter issue on Counter-Strike Global Offensive

Many have noticed the microstutter and stragne freamdrop while palying Counter-Strike Global offensive or some other heavy graphical game. I have found solution for that problem when reading tipe and trick section in arch wiki <3<3.

The proble was that graphic cards starts tearing when heavy use. So the a full composition pipeline have to be setted on by force. The command what i used shows below.

1
nvidia-settings --assign CurrentMetaMode="DVI-I-2: nvidia-auto-select +1920+30, HDMI-0: 1920x1080 +0+0 { ForceFullCompositionPipeline = On }"

The “CurrentMetaMode” is the name of the meta mode inside file "/etc/X11/xorg.conf".

You can display the metamode with command “cat /etc/X11/xorg.conf | grep metamodes”.

You can make desktop entry file by creating file which contains text below.

.config/autostart/nvidia_fix.desktop

1
2
3
4
[Desktop Entry]
Name=Disable mouse acceleration
Exec=nvidia-settings --assign CurrentMetaMode="DVI-I-2: nvidia-auto-select +1920+30, HDMI-0: 1920x1080 +0+0 { ForceFullCompositionPipeline = On }"
Type=Application
Built with Hugo
Theme Stack designed by Jimmy