| 本頁面已不再更新,內容與實際可能會有差距。 |
主題:開啟 IBM TrackPoint 滾輪功能
作業環境:Ubuntu 6.10(Edgy)
軟體版本:
說明:將 IBM TrackPoint 的中鍵改成滾輪功能
版本更新
最後更新
1.編輯 /etc/X11/xorg.conf
sudo gedit /etc/X11/xorg.conf
2.更改滑鼠的設定
找到有滑鼠設定的部份
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection
增加以下兩行
Option "EmulateWheel" "on" Option "EmulateWheelButton" "2"
3.重新開機
參考連結
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |