2006/12/16
■ [linux]ThinkPad X40 トラックポイントの設定
Vine Linux (〜3.2)をインストールしたままだと、トラックポイントがまともに使えない(カーソルがぶっ飛ぶ)。
/etc/X11/xorg.conf を修正する。
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
# Option "Protocol" "IMPS/2" <--ここを変更
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
2006/12/15
■ [linux]vine4.0 に Flash Player をインストール
Adobe Flash Player ダウンロードセンター Linuxからダウンロード、解凍してインストール。
# tar xzvf install_flash_player_7_linux.tar.gz # cd install_flash_player_7_linux # ./flashplayer-installer
インストールされたのはバージョン7なのでさらにバージョン9(beta)のプラグインをダウンロード、解凍してfirefoxのプラグインを入れ換える。