You are not logged in.

#1 2011-12-26 22:07:36

rvega
Member
From: Colombia
Registered: 2011-12-20
Posts: 25

How to configure settings for Apple Magic Mouse in xorg.conf?

Hello.

I'm trying to change "ConstantDeceleration" and whatever property you use for setting scroll speed for my magic mouse.

The output of `lsmod | grep magic`:

hid_magicmouse          6198  0 
hid                    82435  4 hid_magicmouse,hidp,hid_apple,usbhid

If I play around with `xinput list-props` and xinput --set-prop, I can change the constant deceleration, here's the output of xinput list-props 'mouserafa':

Device 'mouserafa':
	Device Enabled (132):	1
	Coordinate Transformation Matrix (134):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	Device Accel Profile (253):	0
	Device Accel Constant Deceleration (254):	3.000000
	Device Accel Adaptive Deceleration (255):	1.000000
	Device Accel Velocity Scaling (256):	10.000000
	Evdev Axis Inversion (257):	0, 0
	Evdev Axes Swap (259):	0
	Axis Labels (260):	"Rel X" (142), "Rel Y" (143)
	Button Labels (261):	"Button Left" (135), "Button Middle" (136), "Button Right" (137), "Button Wheel Up" (138), "Button Wheel Down" (139), "Button Horiz Wheel Left" (140), "Button Horiz Wheel Right" (141)
	Evdev Middle Button Emulation (262):	0
	Evdev Middle Button Timeout (263):	50
	Evdev Wheel Emulation (264):	0
	Evdev Wheel Emulation Axes (265):	0, 0, 4, 5
	Evdev Wheel Emulation Inertia (266):	10
	Evdev Wheel Emulation Timeout (267):	200
	Evdev Wheel Emulation Button (268):	4
	Evdev Drag Lock Buttons (269):	0

My first question is: How do I make these settings permanent in xorg??  I tried:

Section "InputDevice" 
   Identifier "MagicMouse" 
   Option "Dev Name" "mouserafa" 
   Driver "hid-magicmouse" 
   Option "Protocol" "evdev" 
   Option "ZAxisMapping" "5 6 7 8" 
   Option "Buttons" "8" 
   Option "ConstantDeceleration" "3"
EndSection

With no success.

Also, which property should I tweak to get faster scolling speed?

And finally, can "inertial scrolling" be enebled? It works out-of-the-box for the Apple Trackpad but I don't know how to enable it for the mouse.

Thanks in advance!

smile

Last edited by rvega (2011-12-26 23:30:31)

Offline

#2 2011-12-26 22:41:34

rvega
Member
From: Colombia
Registered: 2011-12-20
Posts: 25

Re: How to configure settings for Apple Magic Mouse in xorg.conf?

DELETED (sorry)

Last edited by rvega (2011-12-26 23:31:11)

Offline

#3 2012-01-12 21:48:17

rvega
Member
From: Colombia
Registered: 2011-12-20
Posts: 25

Re: How to configure settings for Apple Magic Mouse in xorg.conf?

Bump.
Someone?

Offline

Board footer

Powered by FluxBB