The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* 2.5 bk, input driver and dell i8100 nib+pad
@ 2002-11-06 15:29 James H. Cloos Jr.
  2002-11-06 16:48 ` James H. Cloos Jr.
  2002-11-06 17:04 ` David Woodhouse
  0 siblings, 2 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2002-11-06 15:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxconsole-dev

Trying out 2.5, I've got only a partially working mouse.  The usb
mouse is fully functional, as are both sets of buttons on the
notebook.  The mouse pad works, but the nib is ignored.

Of course, I only ever use the nib and only noticed that the pad was
working by accident.

I seem to recall a similar post some time back, but cannot find it in
my archives.  

Any ideas?

I do need to reboot into 2.4 and clone my bk clone from the sbp2 disk
to the internal disk (ohci1394 is b0rked ATM) to see the .config I
ended up with....

The relevant X config is:

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/psaux"
  Option       "InputFashion" "Mouse"
  Option       "Name" "AutoDetected"
  Option       "Protocol" "ps/2"
  Option       "Vendor" "AutoDetected"
  Option       "Emulate3Buttons" "on"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "USBmouse"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "AutoDetected"
  Option       "Protocol" "IMPS/2"
  Option       "Vendor" "AutoDetected"
  Option       "ZAxisMapping" "4 5"
EndSection

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

-JimC


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-12-11  1:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-06 15:29 2.5 bk, input driver and dell i8100 nib+pad James H. Cloos Jr.
2002-11-06 16:48 ` James H. Cloos Jr.
2002-11-06 17:04 ` David Woodhouse
2002-11-06 17:36   ` James H. Cloos Jr.
2002-11-07  4:18   ` James H. Cloos Jr.
2002-11-07  7:16     ` David Woodhouse
2002-11-07 10:11       ` James H. Cloos Jr.
2002-11-07 10:30         ` David Woodhouse
2002-11-07 13:48           ` James H. Cloos Jr.
2002-12-11  1:31           ` James H. Cloos Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox