1. Home
  2. Computing & Technology
  3. Linux

Linux on the Road

From

12.17.4. PS/2 Mice

Most of the mice used in laptops are PS/2 mice (actually I don't know one with another mouse protocol). You may communicate with the PS/2 mouse through /dev/psaux or /dev/psmouse . If you use X Windows this device and the protocol has to be set in /etc/X11/XF86Config . In earlier releases, sometimes the GPM mouse manager and X Windows had trouble sharing a mouse when enabled at the same time. But as far as I know this is no problem anymore for the latest versions.

Speaking of Emulate3Buttons, 100ms is usually better than the 50ms allowed in most default setups of /etc/X11/XF86Config for XFree86 3.x:


   

Section "Pointer"
...
Emulate3Buttons
Emulate3Timeout 100
...
EndSection

Or in /etc/X11/XF86Config-4 for XFree86 4.x:


   

Section "InputDevice"
...
Option "Emulate3Timeout" "100"
Option "Emulate3Buttons" "true"
...
EndSection

* License

* Linux on the Road Index

Explore Linux
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux Documentation
  5. Linux on the Road
  6. Linux on the Road - 12.17.4. PS/2 Mice

©2009 About.com, a part of The New York Times Company.

All rights reserved.