<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Mon Thinkpad T23 avec RedHat 9 le Trackpoint marche parfaitement avec<br>
on config XF86Config comme suit:<br>
<pre wrap="">Section "InputDevice"
    Identifier   "Mouse0"
    Driver       "mouse"
    Option      "Protocol" "PS/2"
    Option      "Device" "/dev/psaux"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "no"
EndSection</pre>
Je pense que ton touchpad devrait fonctionner avec la meme<br>
configuration.<br>
<br>
Markus<br>
<pre wrap=""><!---->
</pre>
C&eacute;dric Rochat wrote:<br>
<blockquote cite="mid1079084057.40518419665c6@mail.hebweb.net"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Section "InputDevice"
    Identifier   "Mouse0"
    Driver       "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "no"
EndSection
    </pre>
  </blockquote>
  <pre wrap=""><!---->Il faut choisir un de ces p&eacute;riph&eacute;riques pour le touchpad !
En l'occurence, si tu choisis Mouse0, ce n'est pas une souris &agrave; molette,
donc, tu peux virer l'option ZAxisMapping (du coup, le protocol devrait &ecirc;tre
PS/2 et pas IMPS/2 !!
De plus, elle n'a pas trois boutons, donc tu devrais mettre l'option
Emulate3Buttons &agrave; yes !!
Et enfin, tu ne devrais pas utiliser /dev/input/mice pour le touchpad (qui est
vu comme une souris PS2), mais tu devrais mettre /dev/psaux !


  </pre>
  <blockquote type="cite">
    <pre wrap="">Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
    Identifier   "DevInputMice"
    Driver       "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "no"
EndSection
[...]
    </pre>
  </blockquote>
  <pre wrap=""><!---->Pour la souris USB, /dev/input/mice correspond bien, et &agrave; priopri, tu n'as rien
&agrave; retoucher &agrave; celle-l&agrave;, ci ce n'est &eacute;ventuellement l'identifiant qui n'est pas
tr&egrave;s parlant pour une bonne lisibilit&eacute;...

Mais bon, tout le monde n'a pas forc&eacute;ment l'habitude de configurer XFree86 "&agrave;
la
main"...

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
  Markus Baertschi             Phone: ++41 (21) 807 1677
  Bas du Ross&eacute; 14b             Fax  : ++41 (21) 807 1678
  CH-1163, Etoy                Email: <a class="moz-txt-link-abbreviated" href="mailto:markus@markus.org">markus@markus.org</a>
  Switzerland                  Homepage: <a class="moz-txt-link-abbreviated" href="http://www.markus.org">www.markus.org</a></pre>
</body>
</html>