Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Magic Mouse support #75

Open
j0sk opened this issue Nov 26, 2014 · 1 comment
Open

Apple Magic Mouse support #75

j0sk opened this issue Nov 26, 2014 · 1 comment

Comments

@j0sk
Copy link

j0sk commented Nov 26, 2014

Hi,

First I like to say thank you for this driver. I got my Apple Magic Trackpad working like it should be but I didn't got the Apple Magic Mouse to work.

I found that:

a) Touchpad surface works but if I move the whole mouse then cursor won't move

If comment out MatchIsTouchpad "on" then surface of the mouse detects all multi-finger gestures and it works ok. Cursor won't move if I move the mouse on the table.

Section "InputClass"
Identifier "Apple Magic Trackpad"
Driver "mtrack"

Match only the Apple Magic Mouse

  MatchUSBID "05ac:030d"

MatchIsTouchpad "on"

b) It works as normal mouse without multi-touch gestures

If I set MatchIsTouchpad "on" setting then it works as normal mouse but multi-touch gestures won't work anymore.

Section "InputClass"
Identifier "Apple Magic Trackpad"
Driver "mtrack"

Match only the Apple Magic Mouse

  MatchUSBID "05ac:030d"
  MatchIsTouchpad "on"

Could I get it work as normal mouse with multitouch gestures? Can you point me to the right direction? I can give you more information if needed.

Thanks!

@rynbrd
Copy link
Owner

rynbrd commented Feb 6, 2015

This is very strange as the MatchIsTouchpad should only control whether or not the driver is loaded for a class of devices. It should have no effect if MatchUSBID is set.

As to the trackpad not working after being moved on the table that sounds like a hardware issue. The only thing I would say to try in software would be to adjust FingerHigh and FingerLow as that would change the capacitance at which touches are triggered.

What is the material of the desk this is running on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants