<?php /* -*- HTML -*- */
/*

$Id: graphics.php,v 1.4 2001/06/26 16:35:09 cph Exp $

Copyright (c) 2001 Massachusetts Institute of Technology

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.

*/

include ("support.php");
$SCRIPT_TITLE = "Graphics";
standard_header ("\$Id: graphics.php,v 1.4 2001/06/26 16:35:09 cph Exp $");
?>

<p>
The Debian
<a href="http://packages.debian.org/stable/x11/xserver-mach64.html">
Mach64 X server</a> works well.  (Except that a workaround is required
to prevent corruption after hibernating; see
<?php tagref ("APM", "below") ?>.)  However, it seems as though the
Debian server has been patched to include support for this hardware.
According to the
<a href="http://www.linuxdoc.org/HOWTO/HP-HOWTO/index.html">
HP-HOWTO</a> the stock server from <a href="http://www.xfree86.org/">
XFree86</a> 3.3.6 doesn't work unless you apply a patch; follow
<a href="http://www.linuxdoc.org/HOWTO/HP-HOWTO/hp-hardware.html#ATIPORT">
this link</a> for the patch and a precompiled server.
</p>

<p>
The XFree86 4.0.x <strong>ati</strong> server works on this machine,
and requires no patching.  Additionally, when using this server, the
screen is not corrupted after hibernation.  However, Debian won't
support this server until the next release, so I've
back-ported <a href="packages.php">XFree86 4.0 packages</a> from
Debian unstable.
</p>

<p>
Here are a few different XFree86 configuration files:
</p>

<table border="border">
  <tr align="left" valign="top">
    <th>File</th>
    <th>XFree86</th>
    <th>Resolution</th>
    <th>Author</th>
    <th>Notes</th>
  </tr>
  <tr align="left" valign="top">
    <td><?php cfgref ("/etc/X11/XF86Config-3-1024x768-cph", "XF86Config") ?></td>
    <td>3.3.6</td>
    <td>1024x768</td>
    <td>Chris Hanson</td>
    <td>Supports USB mouse</td>
  </tr>
  <tr align="left" valign="top">
    <td><?php cfgref ("/etc/X11/XF86Config-3-1400x1050-cph", "XF86Config") ?></td>
    <td>3.3.6</td>
    <td>1400x1050</td>
    <td>Chris Hanson</td>
    <td>Supports USB mouse</td>
  </tr>
  <tr align="left" valign="top">
    <td><?php cfgref ("/etc/X11/XF86Config-4-any-cph", "XF86Config-4") ?></td>
    <td>4.0.2</td>
    <td>any size</td>
    <td>Chris Hanson</td>
    <td>Supports USB mouse</td>
  </tr>
  <tr align="left" valign="top">
    <td><?php cfgref ("/etc/X11/XF86Config-3-1024x768-dna", "XF86Config") ?></td>
    <td>3.3.6</td>
    <td>1024x768</td>
    <td>Douglas Arnold</td>
    <td></td>
  </tr>
  <tr align="left" valign="top">
    <td><?php cfgref ("/etc/X11/XF86Config-4-1400x1050-as", "XF86Config-4") ?></td>
    <td>4.0.1a</td>
    <td>1400x1050</td>
    <td>Al Stone</td>
    <td></td>
  </tr>
  <tr align="left" valign="top">
    <td><?php cfgref ("/etc/X11/XF86Config-4-1024x768-ds", "XF86Config-4") ?></td>
    <td>4.0.?</td>
    <td>1024x768</td>
    <td>Darragh Sinnott</td>
    <td>Supports external monitor at 1280x1024</td>
  </tr>
</table>

<p>
To my eye, the LCD screen's color temperature is too high and doesn't
seem to be adjustable.  (This is a nit, not a real issue.)  Most
analog monitors allow the color temperature to be adjusted, and I
prefer a fairly low temperature like 7000&deg;K.  My other laptop, an
IBM ThinkPad 600, has a temperature that looks about 6000&deg;K.  The
OmniBook's screen seems much too blue to me.  Jarno Huuskonen
suggested putting
</p>

<pre>
Gamma 0.95 0.95 0.77
</pre>

<p>
in the Monitors section of the XF86Config file; I agree that it looks
better.
</p>

<?php standard_footer () ?>
