<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Peter Hutterer yazm&#305;&#351;:
<blockquote cite="mid:20091028062323.GA7581@barra.bne.redhat.com"
 type="cite">
  <pre wrap="">On Mon, Oct 26, 2009 at 11:55:07AM +0200, Bilko AS, Oguz Dilmac wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I need xf86-input-dmc driver to use a DMC 15" touch screen.

I tried to get the driver from "xorg/driver/xf86-input-dmc" via git. But I
couldn't compile it.

This is what I get when I run ./autogen.sh

-------------------------------------------------&gt;
root@Microknoppix:/home/knoppix/Desktop/dmcdnm/xf86-input-dmc# ./autogen.sh 
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
configure: error:
              **************************************************************
              This driver is unmaintained and will not receive further
              patches. If you have a need for this driver, please file a bug
              on <a class="moz-txt-link-freetext" href="http://bugs.freedesktop.org">http://bugs.freedesktop.org</a>.
              **************************************************************
------------------------------------------------&lt;

There is no Makefile generated.
    </pre>
  </blockquote>
  <pre wrap=""><!----> 
[...]
 
  </pre>
  <blockquote type="cite">
    <pre wrap="">What do you suggest?
What am I doing wrong?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This driver has been discontinued as it was lacking any maintainership and
no users or bugreports against the driver could be found. Right now, it
doesn't compile since it missed out on a few API changes that occured since
the above error message was committed.

See also
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/archives/xorg/2009-January/043009.html">http://lists.freedesktop.org/archives/xorg/2009-January/043009.html</a> and
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/archives/xorg-devel/2009-February/000186.html">http://lists.freedesktop.org/archives/xorg-devel/2009-February/000186.html</a>

You seem to be using Linux, so instead of resurrecting the driver a better
option is to get the device supported by the linux kernel and not
worry about a separate driver for X.

This has recently been done for the dynapro driver that also used to have
its own X driver. Now it should just work with evdev, without having to
configure X specifically. For the dynapro commit, see
<a class="moz-txt-link-freetext" href="http://git.kernel.org/?p=linux/kernel/git/dtor/input.git;a=commitdiff;h=b1680a3bbfb86de49bf2679b100b6f2e1ce03a27">http://git.kernel.org/?p=linux/kernel/git/dtor/input.git;a=commitdiff;h=b1680a3bbfb86de49bf2679b100b6f2e1ce03a27</a>

I really recommend going this option, the dmc driver seems to be close
enough to dynapro that the above commit can be used as a template.

Cheers,
  Peter
  </pre>
</blockquote>
Thank you, I'll try to go with your recommendation. <br>
<br>
By the way, just for a note, <br>
- I use knoppix 6.0 installed on a harddisk. I can see the mouse
pointer moving when I touch the screen. But I couldn't find how to
calibrate it. When I move my finger to the right the pointer goes down.<br>
- Then I tried to install the evtouch driver from the synaptic packet
manager and made necessary xorg.conf changes. Now I can calibrate&nbsp; it
via xorg.conf. But works very poorly. Evtouch driver seems to be
written to support many mouse input events such as right click and
middle mouse click etc. Therefore some times it doesn't understand if I
click or tried to generate another event. Infact I dont need any of
these events. I only need mouse up and down events (I assume click will
be generated automatically).<br>
<br>
If you have comments on these I'd be glad to hear it.<br>
Best regards,<br>
Oguz.<br>
<pre class="moz-signature" cols="72">-- 
Oguz Dilmac
ARGE Bolumu

Bilko AS, R&amp;D Department
====================================
Perpa Ticaret Merkezi B Blok Kat 13 Nr. 2568
TR-34384 Okmeydani Istanbul Turkey
Tel : +90 212 220 07 40  Fax :   +90 212 210 47 01
e-mail : <a class="moz-txt-link-abbreviated" href="mailto:odilmac@bilko-automation.com">odilmac@bilko-automation.com</a>
web site : <a class="moz-txt-link-freetext" href="http://www.bilko-automation.com">http://www.bilko-automation.com</a>
</pre>
</body>
</html>