歡迎您光臨本站 註冊首頁

Ubuntu 8.04 裡面啟動T23滑鼠中間按鈕的滑動功能

←手機掃碼閱讀     火星人 @ 2014-03-26 , reply:0

在T23裡面裝了Ubuntu 8.04后,滑鼠的中間按鍵不能像Win下一樣工作,這樣在看網頁的時候就不能滑動,很不方便,今天上網查了一下,原來已經有解決辦法,而且很簡單,效果很好。

第一步:
sudo vi /etc/X11/xorg.conf

第二步:
在裡面找到:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

第三步:
在Endsection前添加兩行:
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
整個Section是:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"

Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection

第四步:
為了要是配置起效,需要重啟Gnome,我使用的方法是登出然後再登入。

[火星人 ] Ubuntu 8.04 裡面啟動T23滑鼠中間按鈕的滑動功能已經有336次圍觀

http://coctec.com/docs/linux/show-post-179157.html