public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Florian Philipp <lists@f_philipp.fastmail.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] touchpad can't scroll
Date: Thu, 27 Mar 2008 18:49:05 +0100	[thread overview]
Message-ID: <1206640145.30987.101.camel@NOTE_GENTOO64.PHHEIMNETZ> (raw)
In-Reply-To: <7797aa370803270858l95c2cc7gf6210e1c0d0b8b8b@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2855 bytes --]


On Thu, 2008-03-27 at 23:58 +0800, Chuanwen Wu wrote:
> 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

You should change your server-layout to something like

Section "ServerLayout"
	Identifier     "Layout0"
	Screen         "Screen1"
	InputDevice    "Keyboard1" "CoreKeyboard"
	InputDevice    "Touchpad" "CorePointer"
	Option		"AIGLX"	"true
EndSection


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2008-03-27 17:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27 15:58 [gentoo-user] touchpad can't scroll Chuanwen Wu
2008-03-27 17:49 ` Florian Philipp [this message]
2008-03-28  2:16   ` Chuanwen Wu
2008-03-28  8:28     ` Mick
2008-03-30  6:37       ` Chuanwen Wu
2008-03-30  7:19         ` Mick
2008-03-30 15:32           ` Chuanwen Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1206640145.30987.101.camel@NOTE_GENTOO64.PHHEIMNETZ \
    --to=lists@f_philipp.fastmail.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox