It looks like the best way to handle this is to use xrandr to set the video timing. I'm currently using the following three commands and they seem to do the trick.
Thanks all for the tips and suggestions.
Code:
xrandr --newmode "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsyncxrandr --addmode HDMI-1 "1920x1080"xrandr --output HDMI-1 --mode "1920x1080"
Statistics: Posted by stevenfalco — Thu Feb 22, 2024 6:46 pm