calculates de VESA CVT(Cordinates Video Timing)
cvt 1920 1080adding new mode with xrandr
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsyncuse xrandr to find your monitor name
xrandrwill appear like that
monitor_name connected primary
last but not least, add properly the resolution to monitor
sudo xrandr --addmode monitor_name "1920x1080_60.00"