You are not logged in.
My monitor has a little stuttering with nvidia-open-dkms driver on my desktop. I tried different drivers on Arch but I noticed that all nvidia drivers on official repos with version 535 present stuttering on Arch with Wayland and Xorg. I also tried a custom EDID but never change.
I have the same problem on Fedora and OpenSuse Tumbleweed.
Differently on Debian, the monitor doesn't stutter because I installed nvidia official driver from official repos (not open version) with version 525. I saw arch doesn't have this version officially.
How can I solve this?
My Xorg for monitor:
Section "Screen"
Identifier "Screen0"
Device "nvidia" # e.g. Radeon, nvidia
Monitor "HDMI-0"
Option "CustomEDID" "MONITOR:/home/user/.config/edid/edid.bin"
EndSection
My Xorg for nvidia:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce GTX 1660 Ti"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-4"
Option "metamodes" "1920x1080_120 +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Option "VariableRefresh" "true"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
My CPU: Intel i3-8350K
My GPU: NVIDIA GeForce GTX 1660 Ti
My Kernel: 6.1.38-2-lts
My Driver Version: nvidia-open-dkms 535.86.05-1
Offline