Power Developer
https://powerdeveloper.org/forums/

Latest armhf image...No middle click...
https://powerdeveloper.org/forums/viewtopic.php?f=7&t=2270
Page 1 of 1

Author:  magpie. [ Sat Jun 02, 2012 12:57 pm ]
Post subject:  Latest armhf image...No middle click...

Once upon a time, to get middle-click functionality from a two-button trackpad, I used to stick a a line in xorg.conf like

"Emulate3Buttons" "true"

But I find that xorg.conf doesn't seem to be used anymore...
Dexconf is also missing.

I realize it's nobody's fault here, but has anyone else noticed, and managed to correct the problem with no middle click on armhf ssd install?

Author:  elmerfudd [ Sun Jun 03, 2012 11:04 am ]
Post subject: 

You can still make your own xorg.conf and put in the emulate3button option. If you plan on using the drivers from genesi you'll probably need to create one anyhow:
http://www.powerdeveloper.org/forums/vi ... php?t=2238

I can't remember what section it is under, so you'll need to create that section and put it in manually.

What xorg will do is autodetect whatever is not in the configuration file.

A quick googling around found this:
Code:
Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"

EndSection
I haven't tried it myself, so don't know if it works, or more information is needed in xorg.conf.

Author:  elmerfudd [ Sun Jun 03, 2012 11:44 am ]
Post subject: 

Seems like all you need is this:
Code:
Section "InputClass"
Identifier "whatever"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
EndSection
In /etc/X11/xorg.conf.

Works for me.

Page 1 of 1 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/