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

$Id: trackpoint.php,v 1.2 2001/06/26 17:07:13 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 = "Trackpoint";
standard_header ("\$Id: trackpoint.php,v 1.2 2001/06/26 17:07:13 cph Exp $");
?>

<p>
The trackpoint sometimes doesn't work when the machine is freshly
booted.  It always works after resuming from a suspend.  A workaround
to this problem is to use <a href="http://compass.com/synaptics/">
tpconfig</a> to reset the hardware when the machine is booted; this
workaround is incorporated into the
<?php cfgref ("/etc/apm/event.d/09touchpad", "APM script") ?> below.
</p>

<p>
Interestingly, one of my colleagues experienced exactly the same
problem after booting Windows 2000.  So perhaps this problem isn't a
Linux problem; it might be a BIOS bug.  Since performing a software
reset fixes the problem, it might be that the BIOS isn't properly
initializing the hardware at boot.  Other reports indicate that the
trackpoint initializes reliably when an external mouse is plugged in.
</p>

<p>
I have requested additional information from HP about the trackpoint
hardware and hope to use this to fix the problem.  If the hardware
supports additional features (e.g. push-to-click) it may also be
possible to get access to them.
</p>

<?php standard_footer () ?>
