MacBook synaptics configuration for Hal
Since Ubuntu 8.10 the device configuration was moved from Xorg to Hal. So i had to “translate” my old notes to let my touchpad work with hal. Just create a new .fdi file into /etc/hal/fdi/policy and paste the translated configuration below: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SendCoreEvents" [...]
More »
