Enable Thinkpad middle-key screen scrolling under tumaverick10.10

Source: Internet
Author: User
I just upgraded my notebook X201 TO THE FINAL VERSION. The middle-key configuration for Thinkpad in Lucid10.04 cannot be used on 10.10Maverick. After analysis, it is because in Ubuntu10.10, the "xorg. conf. d "folder, so the configuration in Lucid10.04 is invalid on 10.10. After studying it, I finally found the specific location and configured it as follows: Create" 20-t "in the following path

I just upgraded my notebook X201 TO THE FINAL VERSION. The 10.04 Maverick cannot be used in the middle-key configuration of Thinkpad under Lucid 10.10. After analysis, it is because in Ubuntu 10.10, the "xorg. conf. d "folder, so the configuration in Lucid 10.04 is invalid in 10.10. After studying it, I finally found the specific location and configured it as follows:

Create the "20-thinkpad.conf" file in the following path:
/Usr/share/X11/xorg. conf. d/
Edit
Sudo gedit/usr/share/X11/xorg. conf. d/20-thinkpad.conf
========================================================== ==========
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint | DualPoint Stick | Synaptics Inc. Composite TouchPad/TrackPoint | ThinkPad USB Keyboard with TrackPoint | USB Trackpoint pointing device | Composite TouchPad/TrackPoint"
MatchDevicePath "/dev/input/event *"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
========================================================== ==========
Restart the instance.

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.