On Wed, 2006-08-30 at 15:33 +0200, Luca Casagrande wrote:
> Hi to all!
> I am still checking mkxf86config.sh difference between 0.9.7 and 0.9.3:
> 
> This is the section at line 159 from 0.9.3 (mouse working fine):
> 
> # PS/2 bug: Some keyboards are incorrectly used as mice in XFree. :-(
> PSMOUSE="$(ls -l1 /dev/mouse* 2>/dev/null | awk '/input/{print $NF ; exit 
> 0}')"
> if [ -n "$PSMOUSE" ];
> 
> And this is the same section in the 0.9.7 (mouse not working):
> 
> # PS/2 bug: Some keyboards are incorrectly used as mice in XFree. :-(
> PSMOUSE="$(ls -l1 /dev/mouse* 2>/dev/null | awk '/psaux/{print $NF ; exit 
> 0}')"
> if [ -n "$PSMOUSE" ];
> 
> As you can notice, the differences is between  input and psaux.
> 
> Before opening a bug i'd like to check your opinion.

Please open a bug.

Also, this can be fixed by enabling the legacy psaux interface in your
kernel while you wait.

-- 
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to