जवाबों:
http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-04-lucid-lynx/
संक्षेप में, इसे चलाएं: gksu gedit /usr/lib/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"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
सहेजें और पुनः आरंभ करें।
Driver "evdev"
कॉन्फ़िगरेशन फ़ाइल में जोड़ना पड़ा ।
पैकेज "gpointing-device-settings" स्थापित करें विकल्प इस प्रकार है:
check "Use middle button emulation"
check "Use wheel emulation"
select button "2"
check "Enable vertical scroll"
ऐसा करने के बारे में ThinkWiki के पास निर्देश हैं । विशेष रूप से, ट्रैकपॉइंट को कॉन्फ़िगर करने के लिए xinput (1) का उपयोग कैसे करें ।
(सभी में, थिंकविक्की एक महान संसाधन है। यह थिंकपैड्स पर चलने वाले लिनक्स के बारे में किसी भी चीज के लिए बहुत अधिक जगह है।)
Gpointing समान परिणाम प्राप्त करने के लिए सूक्ति डेस्कटॉप के लिए एक चित्रमय अनुप्रयोग है;)
उबंटू के साथ इसे एक टर्मिनल में स्थापित करें
sudo apt-get install gpointing-device-settings
या सॉफ्टवेयर सेंटर के माध्यम से "gpointing-device-settings"
E: Package 'gpointing-device-settings' has no installation candidate aj07mm@aj07mm-ThinkPad-X220:~$
मैं अपनी विस्मयकारी ऑटमार्ट फ़ाइल में निम्नलिखित का उपयोग करता हूं:
# make the mouse work right on my thinkpad in lucid
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation" 1
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Button" 2
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Timeout" 200
डिफॉल्ट ग्नोम इंस्टॉल में आप एक स्क्रिप्ट लिख सकते हैं जो बूट पर चलती है या शायद बाहर की जाँच करें यदि .xinitrc या .Xresources का उपयोग किया जाता है। (मैं याद नहीं कर सकता जो किसी भी अधिक प्रयोग किया जाता है)
Ubuntu 14.04 में, ये सेटिंग्स /usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf में हैं। यह इस तरह दिख रहा है:
# trackpoint users want wheel emulation
Section "InputClass"
Identifier "trackpoint catchall"
MatchIsPointer "true"
MatchProduct "TrackPoint|DualPoint Stick"
MatchDevicePath "/dev/input/event*"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
"प्राकृतिक स्क्रॉलिंग" प्राप्त करने के लिए, अर्थात, पॉइंटर की दिशा में स्क्रॉल करना, आप इसके बजाय "5 4" होने के लिए YAxisMapping मानों को स्वैप कर सकते हैं। मेरे द्वारा अदला-बदली करने के बाद मैं फिर से शुरू हुआ और यह ठीक काम किया।
gksu gedit /usr/share/X11/xorg.conf.d/20-thinkpad.conf
स्थान पर उपयोग करना चाहिए