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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:43 EST