Here is how I configured it, you can change the options to fit your needs. ### sudo gedit /usr/share/hal/fdi/policy/10osvendor/50-eGalax.fdi
### Then copy this to overwrite the file: <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="info.product" contains="eGalax"> <match key="info.capabilities" contains="input"> <merge key="input.x11_driver" type="string">evtouch</merge> <merge key="input.x11_options.minx" type="string">70</merge> <merge key="input.x11_options.miny" type="string">70</merge> <merge key="input.x11_options.maxx" type="string">1900</merge> <merge key="input.x11_options.maxy" type="string">1900</merge> <merge key="input.x11_options.taptimer" type="string">30</merge> <merge key="input.x11_options.longtouchtimer" type="string">750</merge> <merge key="input.x11_options.longtouched_action" type="string">click</merge> <merge key="input.x11_options.longtouched_button" type="string">3</merge> <merge key="input.x11_options.oneandhalftap_button" type="string">2</merge> <merge key="input.x11_options.movelimit" type="string">10</merge> <merge key="input.x11_options.touched_drag" type="string">1</merge> <merge key="input.x11_options.maybetapped_action" type="string">click</merge> <merge key="input.x11_options.maybetapped_button" type="string">1</merge> <merge key="input.x11_options.rotate" type="string">cw</merge> <merge key="input.x11_options.swapx" type="bool">false</merge> <merge key="input.x11_options.swapy" type="bool">false</merge> </match> </match> </device> On Thu, Feb 12, 2009 at 1:23 AM, Jake Visser <[email protected]> wrote: > G'Day, > > I have a Toughbook CF-18 with a LBPS/2 Fujitsu Lifebook TouchScreen. I have > previously had the screen working with hardy using compiled evtouch drivers, > but I just cant seem to get it to work with the new version. I have included > the lshal output to see if I can get it supported standard. > > If anyone has had any luck with this screen let me know :). > > Cheers, > > Jake > > -- > Ubuntu-mobile mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile > >
-- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
