Out of interest did you remember to re-emerge libsynaptics and synaptics? It could be the route of your problems<br><br>Also I think the r300-driver overlay has been replaced with the x11 overlay<br><br>If not it could be worth testing the auto detect feature of xorg-server
<br><br>Mike<br><br><div><span class="gmail_quote">On 16/08/07, <b class="gmail_sendername">Marek Wawrzyczny</b> <<a href="mailto:marekw1977@yahoo.com.au">marekw1977@yahoo.com.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I am a Gentoo user and have installed xorg-server-1.3.99 (and other<br>components) from the r300-driver overlay. X works great but my Alps touchpad<br>stopped working. I am hoping someone might point me in the right direction
<br>here.<br><br>I can plug in my USB mouse which works fine, but the Alps touchpad does not<br>send any events (I've checked all devices under /dev/input/...). It does<br>however wake up the display.<br><br>The ebuild builds and install the server from:
<br><br>git://anongit.freedesktop.org/git/xorg/xserver<br>master<br><br>and<br>git://anongit.freedesktop.org/git/mesa/mesa<br>master<br><br>It is detected by the kernel:<br><br>---------<br>Synaptics Touchpad, model: 1, fw: 
6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008<br>input: SynPS/2 Synaptics TouchPad as /class/input/input5<br>---------<br><br>and it appears to be detected by the xorg server:<br><br>---------<br>(II) LoadModule: "synaptics"
<br>(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so<br>(II) Module synaptics: vendor="X.Org Foundation"<br>(II) LoadModule: "synaptics"<br>(II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
<br>---------<br><br>Finally, the relevant section from the xorg.conf:<br><br>---------<br>Section "InputDevice"<br>        Identifier  "Synaptics Touchpad"<br>        Driver      "synaptics"
<br>        Option      "SendCoreEvents"<br>        Option      "Device" "/dev/input/mouse0"<br>        Option      "Protocol" "auto-dev"<br>#       Option      "Protocol" "event"
<br>        Option      "LeftEdge" "1900"<br>        Option      "RightEdge" "5900"<br>        Option      "TopEdge" "1400"<br>        Option      "BottomEdge" "4500"
<br>        Option      "FingerLow" "25"<br>        Option      "FingerHigh" "30"<br>        Option      "MaxTapTime" "180"<br>        Option      "MaxTapMove" "220"
<br>        Option      "VertScrollDelta" "100"<br>        Option      "HorizScrollDelta" "100"<br>        Option      "MinSpeed" "0.15"<br>        Option      "MaxSpeed" "
0.18"<br>        Option      "AccelFactor" "0.0009"<br>        Option      "EdgeMotionMinSpeed" "200"<br>        Option      "EdgeMotionMaxSpeed" "200"<br>        Option      "UpDownScrolling" "1"
<br>        Option      "CircularScrolling" "1"<br>        Option      "CircScrollDelta" "0.1"<br>        Option      "CircScrollTrigger" "2"<br><br>        # Disable touchpad while typing:
<br>        Option      "SHMConfig" "on"<br>EndSection<br>---------<br><br>Kind regards,<br><br>Marek Wawrzyczny<br>_______________________________________________<br>xorg mailing list<br><a href="mailto:xorg@lists.freedesktop.org">
xorg@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br></blockquote></div><br>