Setup LG-24MP55 Monitor on Ubuntu 14.10, Part II

There still remain an issue, that the Ubuntu cannot display in 1920x1080 resolution at boot time.

For days passed recently, I googled so many times. But haven’t find any useful information :-(

The temporary solution is just put the lines into ~/.profile, just like this:

xrandr --newmode "960x540_60.00"   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync
xrandr --newmode "1280x720_60.00"   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VGA1 "960x540_60.00"
xrandr --addmode VGA1 "1280x720_60.00"
xrandr --addmode VGA1 "1920x1080_60.00"
xrandr --output VGA1 --mode 1920x1080_60.00 --left-of LVDS1