I had this problem but with a touchpad and configured Hal by creating a fdi
file in /etc/hal/fdi/policy/
the file can have any name "blablabla.fdi", all files in that directory will
run at startup.
this config below enable rightbutton (2 fingers tap) middlebutton (3
fingers tap), 2 fingers scroll, and you can personalize it:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="appletouch">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
<merge key="input.x11_options.VertEdgeScroll"
type="string">false</merge>
<merge key="input.x11_options.HorizEdgeScroll"
type="string">false</merge>
<merge key="input.x11_options.VertTwoFingerScroll"
type="string">true</merge>
<merge key="input.x11_options.HorizTwoFingerScroll"
type="string">true</merge>
<merge key="input.x11_options.RTCornerButton"
type="string">false</merge>
<merge key="input.x11_options.RBCornerButton"
type="string">false</merge>
<merge key="input.x11_options.LBCornerButton"
type="string">false</merge>
<merge key="input.x11_options.LTCornerButton"
type="string">false</merge>
<merge key="input.x11_options.TapButton1" type="string">0</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.PalmDetect" type="string">1</merge>
</match>
</match>
</device>
</deviceinfo>
I found this info at:
https://help.ubuntu.com/community/MacBook#More touchpad tweaks
--
updating to intrepid disables touchscreen
https://bugs.launchpad.net/bugs/292024
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs