You are not logged in.
Pages: 1
Nvidia RTX3090 always boot with vsync enabled, which I don't want. It isn't persistent if I change it in the nvidia-settings application.
I can make it persistent with a quick bash script set to run at boot (XFCE4)
#!/bin/bash
sleep 30
/usr/bin/nvidia-settings -a 'SyncToVBlank=0'
/usr/bin/nvidia-settings -a 'AllowFlipping=0'which does the job, but seems like useless crud.
EDIT - the sleep is to make sure that everything has time to load up.
Is there a cleaner way to make vsync=off persistent?
Last edited by Roken (2026-04-10 18:57:48)
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
Pages: 1