Linkeyの日記: XFree86の設定
昨日設定した状態だとキーボードレイアウトがUSのため、
日本語106キーボード用に設定変更。
/etc/XF86Configを以下のように修正
--- /root/XF86Config.old Tue Nov 6 16:25:18 2001
+++ /etc/XF86Config Wed Nov 7 12:42:44 2001
@@ -29,6 +29,9 @@
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
+ Option "XkbRules" "xfree86"
+ Option "XkbModel" "jp106"
+ Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
----ここまで
また、マウスが今時2ボタンなため、
/etc/rc.confに
moused_flags="-3" # Any additional flags to moused.
を追加して3ボタンエミュレーション。
WindowMakerをインストールする。
# /usr/ports/x11-wm/windowmaker
# make
# make install clean
一般ユーザの状態にて初期設定。
> wmaker.inst
> setenv LANG ja_JP.EUC
> wsetfont japanese
あとはktermとかMozillaやetherealなどを適当にインストール。
etherealは久しぶりに使ったなあ。2年ぶりくらいかな?
XEmacsは必要ないので入れない。