Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: mouse problem with old machine
Date: Fri, 09 Jan 2015 02:04:16
Message-Id: m8ncs7$7to$1@ger.gmane.org
In Reply to: [gentoo-user] mouse problem with old machine by Philip Webb
1 On 01/08/2015 04:47 PM, Philip Webb wrote:
2 > I want to get my oldest machine, built 2003, to work :
3 > it wakes up ok, but it doesn't recognise my mouse.
4 > My memory is that there was a change in mice sometimes since 2003
5 > & that I needed to use one of the earlier kind for this machine ;
6 > unfortunately, I've discarded those mice long ago.
7 >
8 > I've been trying to get it to work with a USB mouse,
9 > making step-by-step changes in a 4-year-old Gentoo installation :
10 >
11 > (1) I enabled USB_HID in the kernel + OHCI + EHCI ;
12 > (2) I remerged xf86-input-mice xorg-server nvidia-drivers ;
13 > (3) /dev/input/mice exists ;
14 > (4) /var/log/syslog reports :
15 > "mice: PS/2 mouse device common for all mice" ;
16 > (5) /var/log/Xorg.0.log reports :
17 > ...
18 > (II) LoadModule: "mouse"
19 > (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
20 > (II) Module mouse: vendor="X.Org Foundation"
21 > compiled for 1.7.7, module version = 1.5.0
22 > Module class: X.Org XInput Driver
23 > ABI class: X.Org XInput driver, version 7.0
24 > ...
25 > (==) NVIDIA(0): Silken mouse enabled
26 > ...
27 > (**) Option "Protocol" "auto"
28 > (**) Option "Device" "/dev/input/mice"
29 > (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
30 > (**) Mouse0: Device: "/dev/input/mice"
31 > (**) Mouse0: Protocol: "auto"
32 > (**) Option "CorePointer"
33 > (**) Mouse0: always reports core events
34 > (**) Option "Device" "/dev/input/mice"
35 > (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
36 > (**) Option "ZAxisMapping" "4 5 6 7"
37 > (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
38 > (**) Mouse0: Buttons: 11
39 > (**) Mouse0: Sensitivity: 1
40 > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
41 > (**) Mouse0: (accel) keeping acceleration scheme 1
42 > (**) Mouse0: (accel) acceleration profile 0
43 > (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
44 > (II) Mouse0: ps2EnableDataReporting: succeeded
45 > ...
46 >
47 > The machine doesn't respond to mouse movements.
48 >
49 > Can anyone suggest what I'm missing ?
50 > Eg do I need to install 'evdev' ?
51
52 IIUC evdev has been the officially endorsed way for several years and Xorg
53 uses it by default if it's installed. I'd try installing evdev and remove
54 xf86-input-mice and also xf86-input-keyboard if you're using it.