linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* multiple mouse configurations for X
@ 2004-06-02 13:18 Luca Ferrari
  0 siblings, 0 replies; only message in thread
From: Luca Ferrari @ 2004-06-02 13:18 UTC (permalink / raw)
  To: linux-admin

Hi,
I'm using suse 9 on a compaq nx9010. I'm using a microsoft intellimouse over 
usb, and everything works fine, but I'd like to configure X so that I can use 
simultaneously also the integrated touchpad as ps2 mouse. My XF86Config file 
has the following entries:

# intellimouse
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "ButtonNumber" "2"
  Option       "Buttons" "5"
  Option       "Device" "/dev/mouse"
  Option       "Name" "Autodetection"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

#touchpad
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[3]"
  Option       "Device" "/dev/pointer0"
  Option       "Name" "Autodetection"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "Sysp"
EndSection



Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[3]" "CorePointer"
  InputDevice  "Mouse[1]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

How should I set ServerLayout to get the touchpad working? 
Thanks,
Luca
-- 
Luca Ferrari,
fluca1978@virgilio.it

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-02 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02 13:18 multiple mouse configurations for X Luca Ferrari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).