I am running Ubuntu 16.04 LTS in VMWare.
The Display menu does not have 1920x1080 as a resolution option, which is my monitors native resolution.
I can add it with:
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
sudo xrandr --addmode Virtual1 1920x1080_60.00
but upon restart the option disappears and it defaults to 800x600 which makes some menus impossible to navigate through.
How does Ubuntu allow a resolution option to persist through restart? Or running those commands at login as a workaround?
The Display menu does not have 1920x1080 as a resolution option, which is my monitors native resolution.
I can add it with:
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
sudo xrandr --addmode Virtual1 1920x1080_60.00
but upon restart the option disappears and it defaults to 800x600 which makes some menus impossible to navigate through.
How does Ubuntu allow a resolution option to persist through restart? Or running those commands at login as a workaround?