<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<title>FAQ</title>
<link rel="stylesheet" type="text/css" href="default.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
dt        {
        font-weight : bold;
      }
li.q        {
        font-weight : bold;
      }
tr.q        {
        font-weight : bold;
      }
div.q        {
        font-weight : bold;
      }
  </style>
</head>

<body>


<h2><a name="dl">5.1 definition list</a></h2>

<dl>

<dt>Q: What does "No such file or directory" mean?</dt>
<dd>A: Probably there is no such file or directory.</dd>
<dd>&nbsp;</dd>

<dt>Q: I have Linux running on a Pentium III but <code>./configure</code>
  doesn't detect SSE ...</dt>
<dd>A: Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but
  be prepared for problems).</dd>
<dd>&nbsp;</dd>

<dt>Q: I have a G200/G400, how do I compile/use the mga_vid driver?</dt>
<dd>A: Read the <a href="video.html#2.3.1.7">mga_vid documentation</a>.</dd>
<dd>&nbsp;</dd>

<dt>Q: MPlayer dies with segmentation fault upon pthread check!</dt>
<dd>A: chmod 644 /usr/lib/libc.so</dd>
<dd>&nbsp;</dd>

<dt>Q: I'd like to compile <b>MPlayer</b> on Minix!</dt>
<dd>A: Me too. :)</dd>

</dl>


<h2><a name="table">5.2 table</a></h2>

<table>

<tr class=q>
 <td>Q: </td><td>What does "No such file or directory" mean?<td>
</tr>
<tr class=a>
 <td>A: </td><td>Probably there is no such file or directory.<td>
</tr>
<tr><td>&nbsp;</td></tr>

<tr class=q>
 <td>Q: </td><td>I have Linux running on a Pentium III but <code>./configure</code>
  doesn't detect SSE ...<td>
</tr>
<tr class=a>
 <td>A: </td><td>Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but
  be prepared for problems).<td>
</tr>
<tr><td>&nbsp;</td></tr>

<tr class=q>
 <td>Q: </td><td>I have a G200/G400, how do I compile/use the mga_vid driver?<td>
</tr>
<tr class=a>
 <td>A: </td><td>Read the <a href="video.html#2.3.1.7">mga_vid documentation</a>.<td>
</tr>
<tr><td>&nbsp;</td></tr>

<tr class=q>
 <td>Q: </td><td>MPlayer dies with segmentation fault upon pthread check!<td>
</tr>
<tr class=a>
 <td>A: </td><td>chmod 644 /usr/lib/libc.so<td>
</tr>
<tr><td>&nbsp;</td></tr>

<tr class=q>
 <td>Q: </td><td>I'd like to compile <b>MPlayer</b> on Minix!<td>
</tr>
<tr class=a>
 <td>A: </td><td> Me too. :)<td>
</tr>

</table>


<h2><a name="par">5.3 paragraphs</a></h2>

<p><div class="q">Q: What does "No such file or directory" mean?</div>
  A: Probably there is no such file or directory.</p>

<p><div class="q">Q: I have Linux running on a Pentium III but <code>./configure</code>
  doesn't detect SSE ...</div>
  A: Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but
  be prepared for problems).</p>

<p><div class="q">Q: I have a G200/G400, how do I compile/use the mga_vid driver?</div>
  A: Read the <a href="video.html#2.3.1.7">mga_vid documentation</a>.</p>

<p><div class="q">Q: MPlayer dies with segmentation fault upon pthread check!</div>
  A: chmod 644 /usr/lib/libc.so</p>

<p><div class="q">Q: I'd like to compile <b>MPlayer</b> on Minix!</div>
  A: Me too. :)</p>


<h2><a name="ol">5.4 ordered list</a></h2>

<ol>

<li><div class="q">Q: What does "No such file or directory" mean?</div>
A: Probably there is no such file or directory.<br><br></li>

<li><div class="q">Q: I have Linux running on a Pentium III but <code>./configure</code>
  doesn't detect SSE ...</div>
A: Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but
  be prepared for problems).<br><br></li>

<li><div class="q">Q: I have a G200/G400, how do I compile/use the mga_vid driver?</div>
A: Read the <a href="video.html#2.3.1.7">mga_vid documentation</a>.<br><br></li>

<li><div class="q">Q: MPlayer dies with segmentation fault upon pthread check!</div>
A: chmod 644 /usr/lib/libc.so<br><br></li>

<li><div class="q">Q: I'd like to compile <b>MPlayer</b> on Minix!</div>
A: Me too. :)<br><br></li>

</ol>


<h2><a name="ul">5.5 unordered list</a></h2>

<ul>

<li><div class="q">Q: What does "No such file or directory" mean?</div>
A: Probably there is no such file or directory.<br><br></li>

<li><div class="q">Q: I have Linux running on a Pentium III but <code>./configure</code>
  doesn't detect SSE ...</div>
A: Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but
  be prepared for problems).<br><br></li>

<li><div class="q">Q: I have a G200/G400, how do I compile/use the mga_vid driver?</div>
A: Read the <a href="video.html#2.3.1.7">mga_vid documentation</a>.<br><br></li>

<li><div class="q">Q: MPlayer dies with segmentation fault upon pthread check!</div>
A: chmod 644 /usr/lib/libc.so<br><br></li>

<li><div class="q">Q: I'd like to compile <b>MPlayer</b> on Minix!</div>
A: Me too. :)<br><br></li>

</ul>


</body>
</html>