Ubuntu 8.04 on VirtualBox
抜けあるかも。
1
とりあえず、普通に VirtualBox をインストールして、その上に Ubuntu 8.04 をインストール
2
関連ツールをインストール
% sudo aptitude install virtualbox-ose-guest-{utils,modules-generic}
3
X11 の設定
% sudo /usr/share/virtualbox/x11config.pl
あとは、手動で書き換える。差分はこんな感じ?
--- xorg.conf.orig 2008-04-29 19:43:19.000000000 +0900 +++ xorg.conf 2008-04-29 19:37:33.000000000 +0900 @@ -40,6 +40,7 @@ Section "Device" Identifier "Configured Video Device" + Driver "vboxvideo" EndSection Section "Monitor" @@ -50,6 +51,11 @@ Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" + + SubSection "Display" + Modes "1024x768" + Depth 32 + EndSubSection EndSection Section "ServerLayout"