実はこれopenbsd 3.8 βから書きこんでいる。
まずとりあえずはXの入れ方から
Xorg -configure
/etc/X11/xorg.confで
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Modes "1024x768" "640x480"
Depth 16
EndSubSection
EndSection
パッケージの入れ方は
pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/kdebase-3.4.3.tgz
な感じ。