- xorg.confの設定(/usr/ports/UPDATINGより)
xorg.confの ServerLayout セクションに
Option "AllowEmptyInput" "off"
を記入する。
- mousedの無効
/etc/rc.confに
moused_enable="NO"
moused_nondefault_enable="NO"
を記入する。mousedが動いていると極度の速度劣化が生じる。
- python25からpython26へ(/usr/ports/UPDATINGより)
portsからインストールしたがpython25がインストールされたもよう。
portupgrade -o lang/python26 lang/python25
portupgrade -R python
cd /usr/ports/lang/python && make upgrade-site-packages
を実行してpython26にバージョンアップ。
- gdm関連のデーモンを動作させる。
hald_enable="YES"
dbus_enable="YES"
- glib20のオプション
glib20をmake configにて
WITH_COLLATION_FIX=true
を設定し再コンパイル
- icuのインストール
icuをmake configにて
WITH_THREADS=true
を設定しインストールする。
- gdmで各ユーザのロケール設定は.dmrcにて行なうのでこれを記述。
[Desktop]
Language=ja_JP.eucJP
Layout=jp
Session=ja-gnome
- /usr/local/etc/gdm/PostSession/Default に
rm -f /usr/local/etc/gdm/home/.gconf/apps/gdm/simple-greeter/%gconf.xml
を記述。/usr/local/etc/gdm/home/.gconf/apps/gdm/simple-greeter/%gconf.xml
があるとgdm-simple-greeterが落ちる。