Gentoo Archives: gentoo-catalyst

From: Luca Casagrande <luca.casagrande@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Still on mouse problem..
Date: Wed, 30 Aug 2006 13:33:51
Message-Id: 200608301533.18240.luca.casagrande@gmail.com
1 Hi to all!
2 I am still checking mkxf86config.sh difference between 0.9.7 and 0.9.3:
3
4 This is the section at line 159 from 0.9.3 (mouse working fine):
5
6 # PS/2 bug: Some keyboards are incorrectly used as mice in XFree. :-(
7 PSMOUSE="$(ls -l1 /dev/mouse* 2>/dev/null | awk '/input/{print $NF ; exit
8 0}')"
9 if [ -n "$PSMOUSE" ];
10
11 And this is the same section in the 0.9.7 (mouse not working):
12
13 # PS/2 bug: Some keyboards are incorrectly used as mice in XFree. :-(
14 PSMOUSE="$(ls -l1 /dev/mouse* 2>/dev/null | awk '/psaux/{print $NF ; exit
15 0}')"
16 if [ -n "$PSMOUSE" ];
17
18 As you can notice, the differences is between input and psaux.
19
20 Before opening a bug i'd like to check your opinion.
21
22 Thanks for your work
23 Luca
24
25 --
26 "Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
27 nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
28
29 LINUX User #411601
30 jabber: casagrande@××××××××××××.it
31
32
33
34 --
35 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Still on mouse problem.. Caleb Cushing <xenoterracide@×××××.com>
Re: [gentoo-catalyst] Still on mouse problem.. Chris Gianelloni <wolf31o2@g.o>