內容表格
    沒有標頭

    本頁面已不再更新,內容與實際可能會有差距。

    主題:開啟 IBM TrackPoint 滾輪功能
    作業環境:Ubuntu 6.10(Edgy)
    軟體版本:

    • Ubuntu 6.10(Edgy)

    說明:將 IBM TrackPoint 的中鍵改成滾輪功能
    版本更新

    • 2007.1.11 新增此頁面

    最後更新

    • 2008 年 02 月 13 日,11:21 PM

    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.重新開機

    參考連結

    Was this page helpful?
    標籤 (Edit tags)
    • No tags
    blog comments powered by Disqus
    Powered by MindTouch Core