<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Jon,<br>
<br>
Seems you know a lot about specific graphics hardware problems and
thank you for the advice.&nbsp; Will forcing the card into PCI mode
automatically enable DRI or do I have to do additionally what Alex
suggested:<br>
<br>
"</font>(In the "Module" section)
<br>
&nbsp;&nbsp;&nbsp;&nbsp; Load "dri"
<br>
<br>
(...and at the end of the file...)
<br>
Section "dri"
<br>
&nbsp;&nbsp;&nbsp; Mode 0666
<br>
EndSection
"<br>
<br>
Also, without using software cursors, my card seems to throw up a
square block of static instead of a mouse pointer to do I need to also
add:<br>
<br>
option "HWcursor"&nbsp;&nbsp; "false"<br>
<br>
???<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:jon@jon.geek.nz">jon@jon.geek.nz</a> wrote:
<blockquote cite="mid454E8B15.4060800@jon.geek.nz" type="cite">
  <pre wrap="">Alex Thomson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yeah, I didn't mention that part about enabling DRI (I hope it doesn't
come to that!).  If so, you will have to try adding these lines in your
/etc/X11/xorg.conf (will need to be root user):
    </pre>
  </blockquote>
  <pre wrap=""><!---->
DRI on S3 VT8375 chipsets is tricky and poorly supported. There is a
thread on the Gentoo forums here which may illuminate things:

<a class="moz-txt-link-freetext" href="http://forums.gentoo.org/viewtopic-t-436831-highlight-vt8375.html">http://forums.gentoo.org/viewtopic-t-436831-highlight-vt8375.html</a>

You could try forcing the card into PCI mode in your xorg config:

Section "Device"
    Identifier          "S3 ProSavage8"
    Driver              "savage"
    Option "AGPSize"    "16"
    Option "AGPMode"    "4"
    Option "DmaType"    "AGP"
    Option "DmaMode"    "None"
    Option "BusType"    "PCI"
EndSection

J


  </pre>
</blockquote>
</body>
</html>