/usr/share/doc/HOWTO/ja-html/XFree86-Touch-Screen-HOWTO-4.html is in doc-linux-ja-html 2006.05.25-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE>Linux Touch Screen HOWTO: XFree86 $B%P!<%8%g%s(B 4 $B$G$N@_Dj(B</TITLE>
<LINK HREF="XFree86-Touch-Screen-HOWTO-5.html" REL=next>
<LINK HREF="XFree86-Touch-Screen-HOWTO-3.html" REL=previous>
<LINK HREF="XFree86-Touch-Screen-HOWTO.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="XFree86-Touch-Screen-HOWTO-5.html">$B<!$N%Z!<%8(B</A>
<A HREF="XFree86-Touch-Screen-HOWTO-3.html">$BA0$N%Z!<%8(B</A>
<A HREF="XFree86-Touch-Screen-HOWTO.html#toc4">$BL\<!$X(B</A>
<HR>
<H2><A NAME="s4">4.</A> <A HREF="XFree86-Touch-Screen-HOWTO.html#toc4">XFree86 $B%P!<%8%g%s(B 4 $B$G$N@_Dj(B</A></H2>
<P>$B!J(BLee Monamy $B$,65$($F$/$l$^$7$?!K(B</P>
<P>ELO $B%?%C%A%9%/%j!<%sMQ$N!"(BXF86Config-4$B@_DjNc(B</P>
<P>
<PRE>
Section "InputDevice"
Identifier "ELO touchscreen"
Driver "elographics"
Option "Device" "/dev/ttyS0"
Option "MinimumXPosition" "300"
Option "MaximumXPosition" "3700"
Option "MinimumYPosition" "300"
Option "MaximumYPosition" "3700"
Option "UntouchDelay" "10"
Option "ReportDelay" "10"
Option "SendCoreEvents" "yes"
EndSection
</PRE>
</P>
<P>$B$3$N@_Dj$H%P!<%8%g%s(B 3 $B$N@_Dj$GCmL\$9$Y$-0c$$$O!"%G%P%$%9$r;XDj$9$k$H$$$&(B
$B$3$H$G$9!#%]!<%H!V$G$O$J$$$s$G$9!W!#$=$&$7$J$$$H%(%i!<$,5/$-$^$9!#(B
$B$^$?(B $B%P!<%8%g%s(B 3 $B$N(B AlwaysCore $B$O(B SendCoreEvents $B$KCV$-49$o$j$^$7$?!#(B</P>
<P>$B$^$?!"(BX $B$G<!$N$h$&$J%a%C%;!<%8$,=P$F$b!"(BServerLayout $B$N%;%/%7%g%s$K(B
$BDI2C$7$J$1$l$P$J$j$^$;$s!#(B<BR>
"(II) XINPUT: Adding extended input device "TOUCHSCREEN" (type:
Elographics Touch Screen)"</P>
<P>
<PRE>
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
...
InputDevice "ELO touchscreen"
EndSection
</PRE>
</P>
<H2><A NAME="ss4.1">4.1</A> <A HREF="XFree86-Touch-Screen-HOWTO.html#toc4.1">$B$b$&0l$D$N@_DjNc(B</A>
</H2>
<P>$B$3$l$O(B Dirk Mueller $B$,65$($F$/$l$^$7$?!#(B
$B!J(BMicrotouch SMT3 $B%7%j!<%:MQ$G$9!K(B</P>
<P>
<PRE>
Section "InputDevice"
Identifier "MicroTouchFinger"
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
</PRE>
</P>
<P>"Type" $B%*%W%7%g%s$O(B "finger" $B$G$b$$$$$7!"(B"stylus" $B$G$b$+$^$$$^$;$s!#(B
Microtouch $B<R$O(B 3M-Touch $B<R$,Gc<}$7$?$N$G!">pJs$O<!$N%5%$%H$K$"$j$^$9!#(B
<A HREF="http://www.3M.com/3MTouchSystems/downloads/legacy.jhtml#Linux">http://www.3M.com/3MTouchSystems/downloads/legacy.jhtml#Linux</A></P>
<H2><A NAME="ss4.2">4.2</A> <A HREF="XFree86-Touch-Screen-HOWTO.html#toc4.2">$BJdB-(B</A>
</H2>
<P>Wong Yeow Sen $B$K$h$l$P!"(BXFree86 $B$N%P!<%8%g%s(B 4.2 $B$G@_Dj%*%W%7%g%sL>$,(B
$BJQ$o$j$^$7$?!J>/$J$/$H$b(B RedHat 7.3 $B$G$O$=$&$G$9!K!#<+J,$NB,DjCM$,(B
$B2r@O$5$l$J$$$h$&$J$i!"<!$NJ}K!$r;n$7$F$_$F2<$5$$!#(B</P>
<P>
<PRE>
...
Option "MinX" "100"
Option "MaxX" "4000"
Option "MinY" "100"
Option "MaxY" "4000"
...
</PRE>
</P>
<HR>
<A HREF="XFree86-Touch-Screen-HOWTO-5.html">$B<!$N%Z!<%8(B</A>
<A HREF="XFree86-Touch-Screen-HOWTO-3.html">$BA0$N%Z!<%8(B</A>
<A HREF="XFree86-Touch-Screen-HOWTO.html#toc4">$BL\<!$X(B</A>
</BODY>
</HTML>
|