2009年4月22日水曜日

Ubuntu9.04をThinkPadX61に入れる為のメモ

☆中ボタンスクロールを有効にする
# sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi
以下の文言を追加

<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.ZAxsisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>

んで再起動する。

☆Wineのインストール
Ubuntuの場合はコマンド一発らしい。
sudo aptitude install wine

次にWine-DoorsなるWinソフトのインストーラを入れる。まずWin-Doorsに必要なパッケージインストール
#sudo apt-get install cabextract orange
続いて本体をWine-Doors公式からDLする。Ubuntuの場合、debファイルだとそのままインストールできるのでそれを入れてしまう。

ただ最新版を入れたい場合は別。


以下参考サイト
UbuntuでIntelの4965を使う。
■Wireless Setup on Ubuntu 8.04 (Hardy Heron) with Intel 3945/4965
■Ubuntu Linux 8.04 - ThinkPad X60s
■[Linux] Ubuntu 8.10(intrepid) on ThinkPad X61 でセンタースクロールを使う
■ubuntu on Thinkpad 導入期 その1
■Ubuntu 8.10 on ThinkPad X61

0 件のコメント: