I have Suse8.1 and a driver for a touchscreen.
But the driver specs are for a real old version of XF86 and I don't know
enough to adapt it to the new requirements.
This is what I have to do for the old version:

# This stays the same
Section "Module"
 Load "xf86KT.so"
EndSection

# This section is no longer recognized
# I should somehow use InputDevice with ServerLayout instead
# But everything I try fails and I don't see where to specify the COM
Section "XInput"
 Subsection "KEYTEC"
  Port "/dev/ttyS0"
  DeviceName "MagicTouch"
  Mode Absolute
  AlwaysCore
 EndSubSection
EndSection

# The ServerFlags and the Module Section stay the same


Thanks

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to