
acer G5シリーズ 23インチワイドTFTモニタ ブラック G235HBMD / 日本エイサー
Ubuntu 11.10 のログイン画面は lightdm。
$ gksudo gedit /usr/local/sbin/loginldm.shxrandr --newmode "1280x1024_60.00" 109.00 1280 1332 1458 1694 1024 1019 1026 1063 -hsync +vsync
xrandr --addmode VGA1 "1280x1024_60.00"
xrandr --output VGA1 --mode "1280x1024_60.00"
実行権の付与。
$ sudo chmod +x /usr/local/sbin/loginldm.sh
$ gksudo gedit /etc/lightdm/lightdm.conf
一行加える。display-setup-script=/usr/local/sbin/loginldm.sh
参考サイト:ThinkPad with Ubuntu