Ubuntu9.0.4 configure TrackPoint

Source: Internet
Author: User
Configure TrackPoint notes under Ubuntu9.0.4. First, find the device number grepIBM/var/log/Xorg.0.log and modify/etc/X11/xorg. confxorg. conf // to add the following content. Restart Section "InputDevice" Identifier "ConfiguredMouse" Driver & nb

Configure TrackPoint notes in Ubuntu 9.0.4.

First find the device number
Grep IBM/var/log/Xorg.0.log

Modify/etc/X11/xorg. conf

Xorg. conf
// Add the following content and restart
Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event9"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Inputdevice "Configured Mouse"
EndSection


// If not, try the following method:
Another 8.10
Create File:/etc/hal/fdi/policy/mouse-wheel.fdi
Code:

True
2
4 5
True

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.