I’ve done some tweaks in nvidia-settings (Vblank and allow flipping to off) and to the /etc/environment file to enable the 144hz on my monitor (my second monitor is 60hz). It’s working fine all animations are runnning at max fps but after a reboot everything fells apart (windows and animations are capped at 60hz). The only way to fix it is to launch nvidia-settings and everything goes to normal. Also I’m experiencing some flickering in the top part of my monitors. It’a a black square flashing for milliseconds and it goes away.
Here is the /etc/environment:
KWIN_X11_NO_SYNC_TO_VBLANK=1
KWIN_X11_REFRESH_RATE=144000
KWIN_X11_FORCE_SOFTWARE_VSYNC=1
And this is my /etc/X11/xorg.conf file:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 530.41.03
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "AOC 24G1WG4"
HorizSync 160.0 - 160.0
VertRefresh 48.0 - 144.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce RTX 2060"
Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-2"
Option "metamodes" "DP-0: 1920x1080_144 +1440+0 {ForceCompositionPipeline=On}, HDMI-0: 1440x900_60_0 +0+180 {ForceCompositionPipeline=On}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection