You are not logged in.
Dithering setting is causing uneven contrast and screen flickering, i have to disable it manually on every reboot.
Is there a way to disable this setting permanently?
https://i.imgur.com/KeQigoJ.png
Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code
Last edited by sachnr (2022-05-23 19:31:44)
Offline
"nvidia-settings --help", check "-w" and "-l"
Offline
save the config and run nvidia-settings --load-config-only somewhere in a spot that is launched after xorg is started: https://wiki.archlinux.org/title/NVIDIA#nvidia-settings
Or create a configlet under /etc/X11/xorg.conf.d/11-disableDithering-nvidia.conf
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
#Drop the DP-4: if you want it to apply to every monitor
Option "FlatPanelProperties" "DP-4: Dithering = Disabled"
EndSection
Last edited by V1del (2022-05-23 19:13:18)
Online
Thanks problem solved
Offline
Please mark it as such by editing the title in your first post and prepending [SOLVED] or so
Online
Hi, @sachnr, How you solve the problem, could you briefly conclude it?
I tried to edit xprovile, add "nvidia-settings --load-config-only", still reset after reboot...
Last edited by seanc (2023-01-29 23:43:03)
Offline
your display manager probably dosent source xprofile. you could maybe try making a systemd service.
Offline