All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sat Jun 02, 2012 12:57 pm 
Offline


Tue Apr 26, 2011 5:37 pm

9

Damon, WA
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?
Pity? I have no understanding of the word. It is not registered in my vocabulary bank. EXTERMINATE!

Daily Driver: Genesi Efika MX Smartbook. Sunday Driver: IBM Model 5160. Other computers: None needed. :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 03, 2012 11:04 am 
Offline


Fri Aug 19, 2011 10:58 am

17

Denmark
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.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 03, 2012 11:44 am 
Offline


Fri Aug 19, 2011 10:58 am

17

Denmark
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group