From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JeuXo-0006Q8-DZ for garchives@archives.gentoo.org; Thu, 27 Mar 2008 16:01:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E367E09EA; Thu, 27 Mar 2008 15:58:48 +0000 (UTC) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AEC8E09EA for ; Thu, 27 Mar 2008 15:58:48 +0000 (UTC) Received: by wx-out-0506.google.com with SMTP id h30so4077622wxd.10 for ; Thu, 27 Mar 2008 08:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ujvoxD2i31Qv/CUXWGNuGfZ+fGD5OKWF+YcASkyjs18=; b=ExE6L9GOnGpPL4N7LkUFdY7Ne3058+txeBgpjHUJVVTYG0KLOMq+2TDFzTVAuoyN0t1ar5ho/MSXxchrQk1GD2e6QivcQPtiAi6O/rMIoTwWdwR41jAT05ztXAb5R9lqMlp+pWa8DgvliK/MTAJtafg1Iqdb6lWmig5xYXdBSu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aTQAvXRmELSepJk3T/Jz2DBzAckHZH2dWydqeP87A4GqQLSxArKBUQYqrAT8zA+O24coz7p+wX8O9BNj1CFmk1pJvU3mCODoYvbqymQZiW25J7T5ne4LmS0VEygaZutkfcTnagJ15NF+OU42oWlZN72MSS3BVFrZMUw91DlGg4s= Received: by 10.70.111.2 with SMTP id j2mr1766923wxc.30.1206633527993; Thu, 27 Mar 2008 08:58:47 -0700 (PDT) Received: by 10.70.40.1 with HTTP; Thu, 27 Mar 2008 08:58:47 -0700 (PDT) Message-ID: <7797aa370803270858l95c2cc7gf6210e1c0d0b8b8b@mail.gmail.com> Date: Thu, 27 Mar 2008 23:58:47 +0800 From: "Chuanwen Wu" To: gentoo-user Subject: [gentoo-user] touchpad can't scroll Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 75a4591f-8f5f-456f-8280-82b835f12bef X-Archives-Hash: 40f0f7e508d63a87790d74be19c8c605 Hi, I have a Dell 1400 laptop. The touchpad can implement most functions except vertical scrolling, horizontal scrolling and dragging (not only in firefox, and also other applications). I have followed this guide http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad, but still can't fix the problem. There is some information below: $ cat /proc/bus/input/devices [...] I: Bus=0011 Vendor=0002 Product=0008 Version=7325 N: Name="AlpsPS/2 ALPS GlidePoint" P: Phys=isa0060/serio1/input0 S: Sysfs=/class/input/input5 U: Uniq= H: Handlers=mouse1 event5 B: EV=f B: KEY=420 670000 0 0 0 0 B: REL=3 B: ABS=1000003 [...] And some configurations in my Xorg.conf: Section "InputDevice" Identifier "USB_Mouse" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "Device" "/dev/input/mouse1" Option "Protocol" "alps" Option "SendCoreEvents" "true" Option "SHMConfig" "on" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "on" Option "LeftEdge" "130" Option "RightEdge" "840" Option "TopEdge" "130" Option "BottomEdge" "640" Option "FingerLow" "7" Option "FingerHigh" "8" Option "MaxTapTime" "180" Option "MinTapTime" "110" Option "ClickTime" "0" Option "EmulateMidButtonTime" "75" # Option "MaxTapMove" "220" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.40" Option "MaxSpeed" "0.65" Option "AccelFactor" "0.030" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "3" Option "VertEdgeScroll" "on" EndSection Section "ServerLayout" Screen "Screen 1" InputDevice "USB_Mouse" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "AIGLX" "true" EndSection Any help will be appreciated! -- wcw -- gentoo-user@lists.gentoo.org mailing list