cd /root pkg_add -r xorg インストールの過程で以下のメッセージが表示されますので忘れないでください。 For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles="25000" rehash Xorg -configure
kern.maxfiles="25000"
hald_enable="YES" dbus_enable="YES"
cd /usr/local/etc/hal/fdi/policy vi x11-input.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keyboard"> <merge key="input.x11_driver" type="string">kbd</merge> <merge key="input.x11_options.XkbRules" type="string">xorg</merge> <merge key="input.x11_options.XkbLayout" type="string">jp</merge> <merge key="input.x11_options.XkbModel" type="string">jp106</merge> <merge key="input.x11_options.XkbOptions" type="string">ctrl:swapcaps</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> </device> </deviceinfo>
pkg_add -r xfce4 rehash
[anthyの場合] pkg_add -r ja-scim-anthy rehash [cannaの場合] pkg_add -r ja-scim-canna rehash
#!/bin/sh export LANG=ja_JP.eucJP sleep 3 export XMODIFIERS='@im=SCIM' scim -d & exec startxfce4
pkg_add -r firefox pkg_add -r firefox-i18n rehash
you need to load the sem module (kldload sem). To load sem on every boot put the following into your /boot/loader.conf: sem_load="YES"
pkg_add -r thunderbird pkg_add -r thunderbird-i18n rehash
pkg_add -r IglooFTP rehash