sudo cvt 1920 1080 60
Declare New Resolution
Part of the output should be similar to this:
"Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync" (w/o the quotes) sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Determine Name of Display
sudo xrandr -q
Add New Resolution Mode to Display Device
sudo xrandr --addmode Virtual1 1920x1080_60.00
I tried this but can't find this resolution in SYSTEM SETTING - DISPLAY. Please help me to how add a custom resolution in my system. Thanks