วันนี้มีเวลาเลยลองติดตั้ง Mouse แบบ Bluetooth ปรากฏว่าใช้งานได้ครบทุกฟังก์ชั่น...ผมทำเฉพาะขั้นตอนที่ผมเน้นสีน้ำเงิน
ก็ใช้ได้แล้ว (ทุกปุ่มและทุกฟังก์ชั่น) ไม่ได้ทำทุกขั้นตอน
So here is my setup:- When the mouse goes to sleep after
no activity it won't reconnect unless you do the following. Configure
bluetooth by editing bluez-utils:
- sudo vi /etc/default/bluez-utils
- Change HIDD_ENABLED=0 to HIDD_ENABLED=1
- Make sure HIDD_OPTIONS="--master --server"
- Restart bluetooth with sudo /etc/init.d/bluetooth restart
- Connect the mouse:
- Push the connect button on the bottom of the mouse for 5 sec.
- type sudo hidd --search
- The mouse is now connected and should reconnect after a reboot automatically (give it a few seconds after moving it). Now to get the forward backward buttons working.
- Edit the xorg.conf file:
- sudo vi /etc/X11/xorg.conf
- find the InputDevice section with Driver "mouse" and Option "CorePointer"
- make sure Option "Protocol" "ExplorerPS/2" exists
- make sure Option "ZAxisMapping" "4 5" exists
- make sure Option "Buttons" "7" exists
- make sure Option "Emulate3Buttons" "false" exists
- save file with ESC : wq
- Setup the buttons by creating the xmodemap file: sudo gedit /etc/X11/Xsession.d/57xmodmap
- Enter xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7 10 11" then save and exit
- restart (easiest way to really restart X)
- on restart your bluetooth mouse should reconnect. Open firefox, then go to a new web page and test the forward and back buttons and the scroll wheel.

เขียนโดย charnchai เมื่อ 19 กรกฎาคม, 2008 - 20:28.
- แสดงความคิดเห็น
- อ่าน 151 ครั้ง
- not spam ()


Posts: 160
Joined: 11-05-2005