Bill, thanks! I edited xorg.conf with your data and that worked! <br><br>This thread is SOLVED!<br><br><br><br><div><span class="gmail_quote">2008/2/26, Bill LaGrue &lt;<a href="mailto:bill@billlagr.id.au">bill@billlagr.id.au</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 25 Feb 2008 20:57:06 -0500<br> <br>&quot;udutronik Tronik&quot; &lt;<a href="mailto:udutronik@gmail.com">udutronik@gmail.com</a>&gt; wrote:<br> <br> &gt; you are right Pete about nonsense of setting ALPS with Synaptics<br>
 &gt; driver... But the thing is that other distros i&#39;ve used (ubuntu,<br> &gt; Mandriva, OpenSuse) on this computer were seeing it like that... and<br> &gt; I was able to configure this touchpad<br> &gt; via synaptics drivers or utilities...<br>
 &gt;<br> &gt; Anyway, tpconfig looks like an avenue i havent tried. But i&#39;m not<br> &gt; familiar with it..<br> &gt; how do i use it... and install it? It doesnt look like its on my<br> &gt; computer and i cant<br> &gt; find it with Yumex...<br>
 &gt;<br> &gt;<br> &gt; 2008/2/25, Pete Zaitcev &lt;<a href="mailto:zaitcev@redhat.com">zaitcev@redhat.com</a>&gt;:<br> &gt; &gt;<br> &gt; &gt; On Mon, 25 Feb 2008 15:39:29 -0500, &quot;udutronik Tronik&quot; &lt;<br> &gt; &gt; <a href="mailto:udutronik@gmail.com">udutronik@gmail.com</a>&gt; wrote:<br>
 &gt; &gt;<br> &gt; &gt; &gt; It is viewed as ALPS Glidepoint device in Fedora&#39;s devicthes<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt; &gt; Driver &quot;synaptics&quot;<br> &gt; &gt;<br> &gt; &gt; Why are you trying to drive an ALPS device with Synaptics driver?<br>
 &gt; &gt; This just makes no sense whatsoever!<br> &gt; &gt;<br> &gt; &gt; Anyway, use tpconfig and stock mouse driver in X11. Kernel, I think,<br> &gt; &gt; will load in-kernel alps for you, but it&#39;s not a problem. tpconfig<br>
 &gt; &gt; should be able to set the pad anyway.<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt; -- Pete<br> &gt; &gt;<br> <br>I have a Dell Inspiron 6000, and it also has an ALPS touchpad. I have<br> it up and running beautifully..here is the relevant bits from my<br>
 xorg.conf -<br> <br> Section &quot;ServerLayout&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;Default Layout&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&quot;aticonfig-Screen[0]&quot; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InputDevice&nbsp;&nbsp;&nbsp;&nbsp;&quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;InputDevice&nbsp;&nbsp;&nbsp;&nbsp;&quot;Synaptics&quot; &quot;CorePointer&quot;<br> EndSection<br> <br> -----snip-----<br> <br><br> Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier&nbsp;&nbsp;&quot;Synaptics&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;synaptics&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Device&quot; &quot;/dev/input/mice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Protocol&quot; &quot;auto-dev&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;Emulate3Buttons&quot; &quot;yes&quot;<br> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;LeftEdge&quot; &quot;120&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;RightEdge&quot; &quot;830&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;TopEdge&quot; &quot;120&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;BottomEdge&quot; &quot;650&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;FingerLow&quot; &quot;14&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;FingerHigh&quot; &quot;15&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;MaxTapMove&quot; &quot;110&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;VertScrollDelta&quot; &quot;20&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;HorizScrollDelta&quot; &quot;20&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;MinSpeed&quot; &quot;0.3&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;MaxSpeed&quot; &quot;0.75&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;SHMConfig&quot; &quot;True&quot;<br> EndSection<br> <br> ---snip---<br> <br>
 You seem to be missing the &quot;CorePointer&quot; bit in &quot;ServerLayout&quot;<br> <br> You don&#39;t need to use tpconfig or anything else - just use yum and<br> have synaptics, libsynaptics and gsynaptics installed.<br>
 <br> The only thing I did notice about your xorg.conf is that you seem to be<br> missing a space between &quot;SHMConfig&quot; &quot;True&quot;. I don&#39;t know if that makes<br> a difference or not -&gt;<br> <br><br>&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Emulate3Buttons&quot; &quot;yes&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;SHMConfig&quot;&quot;true&quot;<br> EndSection<br> <br> <br> <br>Hope this helps you out!<br> <br>Bill<br> <br><br> _______________________________________________<br> Fedora-laptop-list mailing list<br>
 <a href="mailto:Fedora-laptop-list@redhat.com">Fedora-laptop-list@redhat.com</a><br> <a href="http://www.redhat.com/mailman/listinfo/fedora-laptop-list">http://www.redhat.com/mailman/listinfo/fedora-laptop-list</a><br> </blockquote>
</div><br>