IBM小紅點滾輪使用(Linux)

剛剛貼了一篇 IBM小紅點滾輪使用(Windows) 的後..
理所當然 .. 有 windows 版.. 也一定要有 Linux 版囉.. 🙂
事實上這是我從自己的 讓小紅點的中鍵支援捲軸功能 這篇文章貼過來的..
因為這個困擾我太久了.. 一定要好好備份起來.. :p
要特別注意的是..
到 BIOS 中把 TouchPad 的功能 disable.
(不過這會造成 windows 無法使用小紅點唷!)


我的設定如下.
IBM notebook 通常都是開機按(F1 進入 BIOS)
1. 先到 BIOS 中把 TouchPad 的功能 disable.
(不過這會造成 windows 無法使用小紅點唷!)
之後如果要切換 Windows 都要進 BIOS 轉換 TouchPad 唷...
雖然有點麻煩.. 不過為了使用方便.. 比外接一隻滑鼠簡單多了說 🙂
2. 之後設定 XF86Config-4 如下.
Section "InputDevice"
Identifier "Configured Mouse"
Option "CorePointer"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "yes"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Mouse1" "SendCoreEvents"
EndSection

作者: Tsung

對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.

發表迴響

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料