<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 14-03-22 06:06 PM, Felix Miata
      wrote:<br>
    </div>
    <blockquote cite="mid:532E0957.20508@earthlink.net" type="cite">On
      2014-03-22 16:58 (GMT-0400) Gaetan Nadon composed:
      <br>
      <br>
      <blockquote type="cite">The sis driver has been unmaintained for a
        long time. The build.sh
        <br>
        contains pretty much all of the video drivers one may need.
        There are
        <br>
        about 50 of them. Most would work only with a specific video
        card
        <br>
        anyway. Feel free to trim the list of modules you reasonably
        need.
        <br>
      </blockquote>
      <br>
      To be sure, it is not broken for everyone. I have it working here
      with openSUSE X Server 1.15.0 and Z7/XG20 gfxchip.
      <br>
    </blockquote>
    Interesting, how does it not hit this error?<br>
    <pre><span class="error">sis_driver.c: In function 'SISMergedPointerMoved':</span>
<span class="error">sis_driver.c:9384:13: error: too few arguments to function 'miPointerSetPosition'</span>
<span class="error"></span>
</pre>
    <pre><font face="sans-serif">This was introduced with a server code change 21a15f9a04ec0a6c8f654eef943561e98db2475d. 
ABI level 1.19. A couple of parameters was added to the function</font>
</pre>
    <blockquote>
      <div class="ctx"> ScreenPtr</div>
      <div class="ctx"> miPointerSetPosition(DeviceIntPtr pDev, int
        mode, double *screenx,</div>
      <div class="del">- double *screeny)</div>
      <div class="add">+ double *screeny,</div>
      <div class="add">+ int *nevents, InternalEvent* events)</div>
    </blockquote>
    <br>
    <br>
    <br>
  </body>
</html>