All of lore.kernel.org
 help / color / mirror / Atom feed
From: "James H. Cloos Jr." <cloos@jhcloos.com>
To: linux-kernel@vger.kernel.org
Cc: linuxconsole-dev@lists.sourceforge.net
Subject: 2.5 bk, input driver and dell i8100 nib+pad
Date: 06 Nov 2002 10:29:37 -0500	[thread overview]
Message-ID: <m3n0omk97i.fsf@lugabout.jhcloos.org> (raw)

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


             reply	other threads:[~2002-11-06 15:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06 15:29 James H. Cloos Jr. [this message]
2002-11-06 16:48 ` 2.5 bk, input driver and dell i8100 nib+pad 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.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3n0omk97i.fsf@lugabout.jhcloos.org \
    --to=cloos@jhcloos.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxconsole-dev@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.