ubuntu 10.04 thinkpad 中鍵滾屏 配置

方法一(基於命令行):參考 http://forum.ubuntu.org.cn/viewtopic.php?f=42&t=264157&start=0
垂直滾動代碼
php

xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 8 200 (我在執行時,這行出錯,但沒有影響功能,執行完成後能夠滾屏)

水平滾動代碼
html

xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 8 6 7 4 5


從新啓動後無效,若是但願不用每次啓動都要去運行一次代碼,能夠寫一個腳本文件放在啓動應用程序裏,在系統每次啓動的時候自動運行。
寫一個trackPointScrolling.sh的文件(記得要加上執行權限)代碼以下:
sleep 2
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 8 200

說明一點:不知是否是ubuntu 10.04啓動得太快了,要在開頭加上sleep 2才比較好,否則好像有時會啓做用。
在啓動應用程序首選項裏 增長一項 代碼./trackPointScrolling.sh trackPointScrolling.sh放在用戶目錄下。web

 

 

[推薦]方法二(基於圖形界面): 參考 http://blog.sina.com.cn/s/blog_55e606c20100jbxz.htmlubuntu

1. 安裝 Gpointing Device Settings。spa

sudo apt-get install gpointing-device-settings

 

系統 - 首選項 - Pointing Devices, 按以下配置:命令行

 

要選擇的數字可能不同,默認選擇是4, 我選擇2纔有效。code

相關文章
相關標籤/搜索