On Tuesday 20 September 2005 08:57, Vivek Kapoor wrote:
> what problems are yu facing? i've an acer centrino 1.6 and everything
> works - touchpad (including tap, tap & drag, & side scroll), wi-fi, lan
> interface, usb, cd writer, sound, screen display, battery monitoring,
> multimedia key combinations etc. i started with ubuntu hoary and now have
> been using ubuntu breezy for quite some time now. it had come
> pre-installed with SUSE 9.1 where the trackpad only supported mouse cursor
> movements, no tapping.

Mine's detected as an Alps Glidepoint, with hardware tapping enabled, on 
2.6.12

But for some of this stuff - side scroll, tap and drag, I have to use the 
buttons at the bottom of the touchpad as well

Here's what my xorg.conf says -

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
   Identifier "Synaptics Touchpad"
   Driver "synaptics"
   Option "SendCoreEvents"             "true"
   Option "Protocol"                   "auto-dev"
   Option "Device"                     "/dev/input/mouse0"
   Option "LeftEdge"                   "120"
   Option "RightEdge"                  "830"
   Option "TopEdge"                    "120"
   Option "BottomEdge"                 "650"
   Option "FingerLow"                  "14"
   Option "FingerHigh"                 "15"
   Option "MaxTapTime"                 "130"
   Option "MaxTapMove"                 "5"
   Option "EmulateMidButtonTime"       "75"
   Option "VertScrollDelta"            "20"
   Option "HorizScrollDelta"           "40"
   Option "MinSpeed"                   "0.4"
   Option "MaxSpeed"                   "0.95"
   Option "AccelFactor"                "0.035"
   Option "EdgeMotionMinSpeed"         "200"
   Option "EdgeMotionMaxSpeed"         "200"
   Option "UpDownScrolling"            "1"
   Option "CircularScrolling"          "1"
   Option "CircScrollDelta"            "0.1"
   Option "CircScrollTrigger"          "7"
   Option "TapButton1"                 "1"
   Option "TapButton2"                 "2"
   Option "TapButton3"                 "3"
   Option "LockedDrops"                "1"
EndSection

-- 
[EMAIL PROTECTED] (Suresh Ramasubramanian)
[EMAIL PROTECTED]:/usr/src$ mv linux Gnu/Linux
mv: cannot move `linux' to `Gnu/Linux': No such file or directory
        jaharkes @ cs.cmu.edu in reply to RMS on linux.kernel


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to