I have an an older Thin Client Installation that uses the following 
XF86-Config-File:

[...]
ModulePath "/usr/X11R6/lib/modules"
[...]
Section "Module"
Load "type1"
Load "speedo"
Load "extmod"
Load "freetype"
Load "gunze_drv.o"
Load "xf86MuTouch.so"
EndSection
[...]

Section "InputDevice"
Identifier "TouchScreen0"
Driver "mutouch"
Option "Type" "finger"
Option "Device" "/dev/ttyS0"
Option "ScreenNo" "0"
Option "MinimumXPosition" "0"
Option "MaximumXPosition" "16383"
Option "MinimumYPosition" "0"
Option "MaximumYPosition" "16383"
EndSection

[...]

Section "ServerLayout"
Identifier "Layout[all]"
#InputDevice "Keyboard[0]" "CoreKeyboard"
#InputDevice "Mouse[1]" "CorePointer"
#InputDevice "Touchscreen0"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

[...]

------------------------------------------------------------

I copied the file to /opt/ltsp/i386/etc/ and tried to include it to lts.conf

SERVER = 128.3.100.54
XSERVER = auto

XF86CONFIG_FILE = XF86Config.128.3.101.4_Touch
USE_XFS = N
SCREEN_01 = startx

-------------------------------------------------------------

The config file gets loaded, but the Touchscreen is not working.

I also tried:

--------------------------------------------------------------

#lts.conf

SERVER = 128.3.100.54
XSERVER = auto

USE_TOUCH = Y
X_TOUCH_TYPE = M
X_TOUCH_DEVICE = "/dev/ttyS0"
X_TOUCH_MINX = 0
X_TOUCH_MAXX = 16383
X_TOUCH_MINY = 0
X_TOUCH_MAXY = 16383

------------------------------------------------------------------


Any idea? Thanks for your help.

Michael


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_____________________________________________________________________
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