I copied the xorg.conf file to /opt/ltsp/i386/etc/X11/tom.xorg.conf,
added the X_CONF line in lts.conf,rebuilt the image, no difference. 
For whatever reason, I commented out three irrelevant devices in
ServerLayout AND the AlwaysCore line in the touchscreen (I saw some
complaint re this in the log). Lo & behold when I rebuilt the image and
rebooted I got some touch. Touching the top, the arrow is at the bottom,
and vice versa. Sliding up the screen,. the arrow crosses over in the
middle. I have seen something about this reverse situation in the
distant past, so I'll start digging. Anyway, here's the the
tom.xorg.conf, just as it first worked. Perhaps you may understand the
rationale, so that this 'progress' has some logic. Will keep you posted.
Best regards
Tom
********* tom.xorg.conf **********
Section "ServerLayout"
        InputDevice     "Touchscreen"   "SendCoreEvents"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
#       InputDevice     "Synaptics Touchpad"
EndSection

Section "Files"
        RgbPath      "/etc/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option  "XkbRules"      "xorg"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "gb"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
        Option  "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
       Identifier  "Touchscreen"
       Driver      "elographics"
       Option      "Device"           "/dev/ttyS0"
       Option      "DeviceName"       "Elo"
       Option      "MinX"             "433"
       Option      "MaxX"             "3588"
       Option      "MinY"             "569"
       Option      "MaxY"             "3526"
       Option      "UntouchDelay"     "10"
       Option      "ReportDelay"      "10"
#       Option      "AlwaysCore"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver  "synaptics"
        Option  "SendCoreEvents"        "true"
        Option  "Device"        "/dev/psaux"
        Option  "Protocol"      "auto-dev"
        Option  "HorizScrollDelta"      "0"
EndSection

Section "InputDevice"
        Driver  "wacom"
        Identifier      "stylus"
        Option  "Device"        "/dev/input/wacom"
        Option  "Type"          "stylus"
        Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver  "wacom"
        Identifier      "eraser"
        Option  "Device"        "/dev/input/wacom"
        Option  "Type"          "eraser"
        Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver  "wacom"
        Identifier      "cursor"
        Option  "Device"        "/dev/input/wacom"
        Option  "Type"          "cursor"
        Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
        #DisplaySize      240   180     # mm
        Identifier   "Monitor0"
        VendorName   "ELO"
        ModelName    "7SWA-1"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    30.0 - 48.0
        VertRefresh  50.0 - 75.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "AccelMethod"               # [<str>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SetMClk"                   # <freq>
        #Option     "MUXThreshold"              # <i>
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "NoMMIO"                    # [<bool>]
        #Option     "NoPciBurst"                # [<bool>]
        #Option     "MMIOonly"                  # [<bool>]
        #Option     "CyberShadow"               # [<bool>]
        #Option     "CyberStretch"              # [<bool>]
        #Option     "XvHsync"                   # <i>
        #Option     "XvVsync"                   # <i>
        #Option     "XvBskew"                   # <i>
        #Option     "XvRskew"                   # <i>
        #Option     "FpDelay"                   # <i>
        #Option     "Display1400"               # [<bool>]
        #Option     "Display"                   # [<str>]
        #Option     "GammaBrightness"           # [<str>]
        #Option     "TVChipset"                 # [<str>]
        #Option     "TVSignal"                  # <i>
        Identifier  "Card0"
        Driver      "trident"
        VendorName  "Trident Microsystems"
        BoardName   "CyberBlade/i1"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to