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:
parent
769fc49ef2
commit
741b413fb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue