1. 

 
  
  1. echo "options psmouse proto=bare" | sudo tee /etc/modprobe.d/trackpoint-elantech.conf 

2. 修改/usr/share/X11/xorg.conf.d/11-endev-trackpoint.conf

 
  
  1. Section "InputClass" 
  2.     Identifier  "Elantech Trackpoint" 
  3.     MatchProduct    "PS/2 Generic Mouse" 
  4.     MatchDevicePath "/dev/input/event*" 
  5.     Option  "EmulateWheel"  "true" 
  6.     Option  "EmulateWheelButton"    "2" 
  7.     Option  "EmulateWheelTimeout"   "200" 
  8.     Option  "XAxisMapping"  "6 7"   #Horizontales Scrollen 
  9.     Option  "YAxisMapping"  "4 5"   #Vertikales Scrollen 
  10. EndSection 

3. 

 
  
  1. sudo modprobe -rv psmouse && sudo modprobe -v psmouse 

4.  问题:touchpad的配置选项不见了!