This post explains how to set the display resolution to 1920x1080 (or any desired resolution) on Ubuntu. In short, you can set the resolution to 1920x1080 with the following commands: $ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync $ xrandr --addmod…