���� ���� ����

2. �� ��ġ�� �����ϴ� ���

��ġ ��ũ�� ��ġ�� XF86Config ���� (��κ� /etc/X11/XF86Config Ȥ�� /etc/XF86Config) �� Xinput �κп� �����Ǿ���. ��ó���� ��ġ ����̹� ����� �����ϴ����� Ȯ���϶�. �װ͵��� /usr/X11R6/lib/modules/�� �ִ� (�������ٵ� xf86Elo.so �� xf86MuTouch.so ��ġ�� ���� ����� ���). ���� XF86Config�� ����. �ű�� �̰Ͱ� ���� ���̴� �κ��� �־�� �Ѵ�:

Section "Files"
...
ModulePath "/usr/X11R6/lib/modules"
...
EndSection

X ������ ���� ����Ǵ� ����� �������� �� �Ͱ� ���� �κ��� �ű⿡ �־� �� �Ѵ�:

Section "Module"
Load "xf86Elo.so"
EndSection

���� �� ������ �κ��� �ִ�. X�� ��ġ�� ���� ��� �Ű� ������ �ʿ�� �� ��. �� �Ͱ� ���� ���̴� �̰��� ���� �κ� ("man XF86Config"�� ������ �׸� �� ����):

Section "Xinput"
 SubSection "Elographics"  
#the entry for a MicroTouch device would be SubSection "MicrotouchFinger"
  Port "/dev/ttyS1" # for a device at serial port 2
  DeviceName "TouchScreen" #could be any unambiguous name
  MinimumXPosition 300
  MaximumXPosition 3700
  MinimumYPosition 300
  MaximumYPosition 3700
  UntouchDelay 10 #not supported with MuTouch
  ReportDelay 10  #not supported with MuTouch
  AlwaysCore #activates the device on startup
 EndSubSection
EndSection

�� �ϵ������ ������ ���� ��Ư�� ������ MinimumXPosition, ��Ÿ �Է��� �϶� (��ġ ��ũ���� ���谡 �ִ� ������� ��ҿ� �޷��ִ�). �� ���� ��� �� ����� (xmax�� ymax�� X������ ���õ� �ػ󵵿� �޷��ִ�, 1024x768 ����) �� �� (0,0) �� (xmax,yman) �� ����� ��ġ ��ũ���� ����ϴ� ���� ������ ��. �� ��ġ ����̹��� �� ������ �а� �ٸ� ��ǥ�� �� �ִ´�. ����:

 --------------touch screen area-----------------
 I                                              I
 I  ########visible monitor area##############  I
 I  #x                                       #  I
 I  # (0,0)                                  #  I
 I  # (MinimumXPosition,MinimumYPosition)    #  I
 I  #                                        #  I
 I  #                                        #  I
 I  #                                        #  I
 I  #                                        #  I
 I  #                                        #  I
 I  #                                        #  I
 I  #                                        #  I
 I  #     (MaximumXPosition,MaximumYPosition)#  I
 I  #                             (xmax,ymax)#  I
 I  #                                       x#  I
 I  ##########################################  I
 I                                              I
 ------------------------------------------------

�� ����ϱ�� ����� ���� Ȥ�� ��ġ�� �̼��� ��� �б⿡ ���� ������ �ִ� (��� �ø��� ��Ʈ ���α׷����� �ʿ��ϴ�, "The Linux Serial Programming HOWTO" �� ����). Eletouch�� MicroTouch �ٺ��� ���� ������ ���� �Ѵ� (�� ������ ���ڿ� ���� ��������, ftp://metalab.unc.edu/pub/linux/X11/xutils/touchcal-0.1.tar.gz) ���� ã�� �� �ִ�).


���� ���� ����