Cheers,

Thanks for your reply. The screen does now (and did before) function,
but is linked to the touch pad so is not working in absolute co-ords,
and the tap function isnt working either.  I dont suppose you could send
me a copy of your xorg.conf? if you have this screen working.... Bellow
is the config I currently have, and like I said, it previously worked
with hardy with compiled evtouch drivers.

Any help at all is greatly appreciated.

Jake

Section "InputDevice"
    Identifier "touchscreen"
    Driver "evtouch"
    Option "Device" "/dev/input/event8"
    Option "DeviceName" "touchscreen"
    Option "MinX" "98"
    Option "MinY" "43"
    Option "MaxX" "940"
    Option "MaxY" "925"
    Option "ReportingMode" "Raw"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "SendCoreEvents" "On"
EndSection

Section "InputDevice"
    Identifier "dummy"
    Driver "void"
    Option "Device" "/dev/input/mice"
EndSection

Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "touchscreen" "CorePointer"
InputDevice "dummy"
EndSection

On Thu, 2009-02-12 at 06:40 -0800, Jeff wrote:

> 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 <j...@persious.com>
> 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
>         Ubuntu-mobile@lists.ubuntu.com
>         Modify settings or unsubscribe at:
>         https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
>         
> 
> 
> 
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to