Where to put X11 drivers configuration in Ubuntu Lucid?

Posted by vava on Super User See other posts from Super User or by vava
Published on 2010-04-29T14:39:30Z Indexed on 2010/04/29 14:47 UTC
Read the original article Hit count: 333

Filed under:
|
|

Since hal is removed from Lucid, where now can I put all those little configuration tweaks for mouse and other input devices?

In particular, I want to configure ThinkPad trackpad to enable scrolling with middle button. In hal, it was done with

<match key="info.product" string="TPPS/2 IBM TrackPoint">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
    <merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
    <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
    <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>

© Super User or respective owner

Related posts about ubuntu

Related posts about ubuntu-10.04-lts