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.
Thanks for your work
Luca
--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"
LINUX User #411601
jabber: [EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list