前回Ubuntu Netbook Edition 10.04をインストールしたけれどそのあとWindowsXPに戻していたので再度Ubuntu Netbook Edition 10.10をインストールしてみて、画面設定を手動で行う必要があったのでメモ。
xorg.confの作成
対象となったのはTrident社製CyberALADDiN-Tのチップセット
- 端末からgedit を起動する
$ gedit ~/xorg.conf
-
下記の内容をコピー&ペースト
Section "Monitor" Identifier "Generic Monitor" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Monitor "Generic Monitor" SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
- 保存し xorg.conf を /etc/X11 にコピー
sudo cp ~/xorg.conf /etc/X11/