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 <<a href="mailto:bill@billlagr.id.au">bill@billlagr.id.au</a>>:</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>"udutronik Tronik" <<a href="mailto:udutronik@gmail.com">udutronik@gmail.com</a>> wrote:<br> <br> > you are right Pete about nonsense of setting ALPS with Synaptics<br>
 > driver... But the thing is that other distros i've used (ubuntu,<br> > Mandriva, OpenSuse) on this computer were seeing it like that... and<br> > I was able to configure this touchpad<br> > via synaptics drivers or utilities...<br>
 ><br> > Anyway, tpconfig looks like an avenue i havent tried. But i'm not<br> > familiar with it..<br> > how do i use it... and install it? It doesnt look like its on my<br> > computer and i cant<br> > find it with Yumex...<br>
 ><br> ><br> > 2008/2/25, Pete Zaitcev <<a href="mailto:zaitcev@redhat.com">zaitcev@redhat.com</a>>:<br> > ><br> > > On Mon, 25 Feb 2008 15:39:29 -0500, "udutronik Tronik" <<br> > > <a href="mailto:udutronik@gmail.com">udutronik@gmail.com</a>> wrote:<br>
 > ><br> > > > It is viewed as ALPS Glidepoint device in Fedora's devicthes<br> > ><br> > ><br> > > > Driver "synaptics"<br> > ><br> > > Why are you trying to drive an ALPS device with Synaptics driver?<br>
 > > This just makes no sense whatsoever!<br> > ><br> > > Anyway, use tpconfig and stock mouse driver in X11. Kernel, I think,<br> > > will load in-kernel alps for you, but it's not a problem. tpconfig<br>
 > > should be able to set the pad anyway.<br> > ><br> > ><br> > > -- Pete<br> > ><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 "ServerLayout"<br>        Identifier     "Default Layout"<br>        Screen      0  "aticonfig-Screen[0]" 0 0<br>        InputDevice    "Keyboard0" "CoreKeyboard"<br>
        InputDevice    "Synaptics" "CorePointer"<br> EndSection<br> <br> -----snip-----<br> <br><br> Section "InputDevice"<br>        Identifier  "Synaptics"<br>        Driver      "synaptics"<br>
        Option      "Device" "/dev/input/mice"<br>        Option      "Protocol" "auto-dev"<br>        Option      "Emulate3Buttons" "yes"<br> <br>        Option      "LeftEdge" "120"<br>
        Option      "RightEdge" "830"<br>        Option      "TopEdge" "120"<br>        Option      "BottomEdge" "650"<br>        Option      "FingerLow" "14"<br>
        Option      "FingerHigh" "15"<br>        Option      "MaxTapMove" "110"<br>        Option      "VertScrollDelta" "20"<br>        Option      "HorizScrollDelta" "20"<br>
        Option      "MinSpeed" "0.3"<br>        Option      "MaxSpeed" "0.75"<br>        Option      "SHMConfig" "True"<br> EndSection<br> <br> ---snip---<br> <br>
 You seem to be missing the "CorePointer" bit in "ServerLayout"<br> <br> You don'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 "SHMConfig" "True". I don't know if that makes<br> a difference or not -><br> <br><br>    Option         "Emulate3Buttons" "yes"<br>
    Option         "SHMConfig""true"<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>