Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2009 10:57:23 +0100
From:      Alex Huth <alexhuth@arcor.de>
To:        x11@freebsd.org
Subject:   Alps Glidepoint
Message-ID:  <20091217095722.GA1327@elwood.bluescity>

next in thread | raw e-mail | index | archive | help
Hi!

I have almost succesfull moved from Debian to Freebsd, except the touchpad.
Tapping works, but not scrolling. I have installed the synaptics port and set
"hw.psm.synaptics_support="1"" in the loader.conf. Here is what dmesg is
showing:

psm0: <PS/2 Mouse> flags 0x1000 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model GlidePoint, device ID 0

------------------------------------------
Xorg.log:

(II) LoadModule: "synaptics"
(II) Loading /usr/local/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 1.1.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "radeon"
(II) Loading
/usr/local/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.6.1, module version = 6.12.4
Module class: X.Org Video Driver
ABI class: X.Org Video Driver,
version 5.0
(II) LoadModule: "synaptics"
(II) Reloading
/usr/local/lib/xorg/modules/input//synaptics_drv.so

... and later ...

(II) Synaptics touchpad driver version 1.1.2
(**) Option "Device" "/dev/psm0"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "130"
(**) Option "RightEdge" "840"
(**) Option "TopEdge" "130"
(**) Option "BottomEdge" "640"
(**) Option "FingerLow" "7"
(**) Option "FingerHigh" "8"
(**) Option "MaxTapTime" "180"
(**) Option "ClickTime" "0"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "VertEdgeScroll" "on"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "1"
(**) Option "CircScrollTrigger" "3"
(**) Option "MinSpeed" "0.40"
(**) Option "MaxSpeed" "0.65"
(**) Option "AccelFactor" "0.030"
(**) Option "CircScrollDelta" "0.1"
(EE) Synaptics Touchpad Found no Synaptics, found Mouse model 1 instead
(--) Synaptics Touchpad: no supported touchpad found
(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics Touchpad"
(II) UnloadModule: "synaptics"

--------------------------------------------------------------------
my Xorg.conf:

Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen      0  "Screen0" 0 0
 #InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Synaptics Touchpad" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection


Section "Module"
  Load  "extmod"
  Load  "record"
  Load  "dbe"
  Load  "glx"
  Load  "dri"
  Load  "dri2"
  Load  "synaptics"
EndSection

Section "InputDevice"
  Identifier      "Synaptics Touchpad"
  Driver          "synaptics"
  Option          "CorePointer"
  Option  "Device"        "/dev/psm0"
  Option  "Protocol"      "psm"
# Option  "SHMConfig"     "1"

#Option "Protocol" "alps"
Option "SHMConfig" "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 "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"
Option "Emulate3Buttons" "on"
EndSection

I am using a Dell Inspiron 9300 and AFAIk they are using a ALPS Touchpad. How
can i get scrolling work on this laptop?

thx

Alex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091217095722.GA1327>