From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 01:15:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FB8A16A421 for ; Mon, 4 Jun 2007 01:15:31 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from pih-relay04.plus.net (pih-relay04.plus.net [212.159.14.131]) by mx1.freebsd.org (Postfix) with ESMTP id 41F2413C469 for ; Mon, 4 Jun 2007 01:15:31 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from [87.114.64.62] (helo=[192.168.0.3]) by pih-relay04.plus.net with esmtp (Exim) id 1HuqAr-0008Ua-2k for freebsd-questions@freebsd.org; Sun, 03 Jun 2007 14:31:13 +0100 Message-ID: <4662C2A1.3070702@jessikat.plus.net> Date: Sun, 03 Jun 2007 13:31:13 +0000 From: Robin Becker User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Synaptics trackpad problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 01:15:31 -0000 I'm trying to get XORG setup on my acer laptop with 6.2 release. Things are fine except I cannot get the trackpad to work; x starts, but the mouse is frozen. I have had pcbsd on the same machine and the mouse worked there, but not as a trackpad. Any help appreciated Xorg.0.log (**) Option "CorePointer" (**) Synaptics_Touchpad: Core Pointer (II) XINPUT: Adding extended input device "Synaptics_Touchpad" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) Synaptics DeviceInit called SynapticsCtrl called. Synaptics DeviceOn called (--) Synaptics_Touchpad synaptics touchpad found (--) Synaptics Touchpad, model: 0 (--) Firmware: 6.2 (--) Sensor: 18 (--) new absolute packet format (--) Touchpad has extended capability bits (--) -> multifinger detection (--) -> palm detection (WW) fcntl(8, O_ASYNC): Inappropriate ioctl for device Synaptics DeviceOff called the corrsponding sections in the xorg.conf are Section "ServerLayout" ...... InputDevice "Synaptics_Touchpad" "CorePointer" EndSection Section "Module" Load "synaptics" ..... EndSection Section "InputDevice" Identifier "Synaptics_Touchpad" Driver "synaptics" Option "Device" "/dev/psm0" Option "Protocol" "psm" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.06" Option "AccelFactor" "0.0010" Option "ScrollButtonRepeat" "100" Option "UpDownScrolling" "on" Option "UpDownRepeat" "on" Option "LeftRightScrolling" "on" Option "LeftRightRepeat" "on" # "SHMConfig on" seems good works with synclient(1). But this # options is insecure. I recommended "off" as default. Option "SHMConfig" "off" # If you use circular touchpad, uncomment them. # Option "CircularPad" "on" # Option "CircularScrolling" "on" # Option "CircScrollDelta" "0.5" EndSection and certainly dmesg | grep Synaptics psm0: model Synaptics Touchpad, device ID 0 as /boot/loader.conf has hw.psm.synaptics_support="1" -- Robin Becker