Force explicit mode for my TV

Left to its own devices, my TV will default to a mode that runs at
59Hz. This can, in some situations, cause really weird input latency
issues on both displays as they're running at different refresh
rates. So this forces my TV to 60Hz to match my main displays.

This is system-specific and should possibly go into some imported
"local" file but meh.
This commit is contained in:
Trysdyn Black 2024-01-08 11:20:23 -08:00
parent 769fc49ef2
commit 741b413fb3

View file

@ -197,7 +197,7 @@ input * {
# Set up displays (main desktop, main and TV)
output "Samsung Electric Company T24B350 Unknown" pos -1920 0
output "Ancor Communications Inc VE247 G6LMQS117385" transform 270 pos 0 0
output "Synaptics Inc 232-S13 0x000001B0" pos 1080 0
output "Synaptics Inc 232-S13 0x000001B0" pos 1080 0 mode 1280x720@60.000Hz
# Execute dbus environment stuff
# This makes the user keychain work among other things