Gentoo on VirtualBoxでX環境構築

とりあえずXが起動できて表示ができた。というところまで

make.confの設定

下記を追記

INPUT_DEVICES="virtualbox evdev"
VIDEO_CARDS="virtualbox"

インストール

## インストール
# emerge xorg-server
## 環境変数更新
# env-update
## ファイル読む
# source /etc/profile
## Xサーバ起動
# startx

エラーがでた。致命的なところはここ

/etc/X11/xinit/xinitrc: line 60: xclock: command not found
/etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
/etc/X11/xinit/xinitrc: line 59: twm: command not found
xinit: connection to X server lost

全部入れてみよう

# emerge xclock
# emerge xterm
# emerge twm

起動する

# startx

起動できた

追記

VirtualBox系の奴いれてたのが抜けてたので書いとく
/etc/portage/package.keywords

=app-emulation/virtualbox-guest-additions-4.0.8
=x11-drivers/xf86-input-virtualbox-4.0.8
=x11-drivers/xf86-video-virtualbox-4.0.8
emerge virtualbox-guest-additions
emerge xf86-video-virtualbox
emerge xf86-input-virtualbox