Gentoo Archives: gentoo-catalyst

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Still on mouse problem..
Date: Wed, 30 Aug 2006 15:54:37
Message-Id: 1156953267.9885.2.camel@inertia.twi-31o2.org
In Reply to: [gentoo-catalyst] Still on mouse problem.. by Luca Casagrande
1 On Wed, 2006-08-30 at 15:33 +0200, Luca Casagrande wrote:
2 > Hi to all!
3 > I am still checking mkxf86config.sh difference between 0.9.7 and 0.9.3:
4 >
5 > This is the section at line 159 from 0.9.3 (mouse working fine):
6 >
7 > # PS/2 bug: Some keyboards are incorrectly used as mice in XFree. :-(
8 > PSMOUSE="$(ls -l1 /dev/mouse* 2>/dev/null | awk '/input/{print $NF ; exit
9 > 0}')"
10 > if [ -n "$PSMOUSE" ];
11 >
12 > And this is the same section in the 0.9.7 (mouse not working):
13 >
14 > # PS/2 bug: Some keyboards are incorrectly used as mice in XFree. :-(
15 > PSMOUSE="$(ls -l1 /dev/mouse* 2>/dev/null | awk '/psaux/{print $NF ; exit
16 > 0}')"
17 > if [ -n "$PSMOUSE" ];
18 >
19 > As you can notice, the differences is between input and psaux.
20 >
21 > Before opening a bug i'd like to check your opinion.
22
23 Please open a bug.
24
25 Also, this can be fixed by enabling the legacy psaux interface in your
26 kernel while you wait.
27
28 --
29 Chris Gianelloni
30 Release Engineering - Strategic Lead
31 x86 Architecture Team
32 Games - Developer
33 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature