From owner-freebsd-questions@FreeBSD.ORG Fri Apr 27 14:57:48 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 47AC716A402 for ; Fri, 27 Apr 2007 14:57:48 +0000 (UTC) (envelope-from victor.engmark@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id 0CF0013C465 for ; Fri, 27 Apr 2007 14:57:47 +0000 (UTC) (envelope-from victor.engmark@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so918223wra for ; Fri, 27 Apr 2007 07:57:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=efLSVAXQRWvtMHqpQSGG7n6KOhJCYUYAGg4IAK2LL2xcnrqmH5g4sgmjkhBvaO8XJkvGc4TbHZp0Xrak1SM45vVaRRx/0OjUpABWXba7ZvItDmAY+luOdGWTq3fYzaxKIg5pMv1Rib7lqvsQvDH7Kn9t6j5wc1VwH4B2vIXWfNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DDr1oY0v2/msJZARvMFPi/ZLKbevKFbgbL0hAaU6ssbDc6v3hC4jS3ex+bIb3AB6wUznqMM5haPQDuFdp6ClhdvcAQfSxax9OFG/K/YEuPj7+qSIW9m2Uqr4b7h+0DO3lAjuYGfrgnk45ewcPQoyLyn6HL+87UCDZZRrtefougU= Received: by 10.114.75.1 with SMTP id x1mr1019330waa.1177685866754; Fri, 27 Apr 2007 07:57:46 -0700 (PDT) Received: by 10.114.79.14 with HTTP; Fri, 27 Apr 2007 07:57:46 -0700 (PDT) Message-ID: <7d4f41f50704270757v2c04ee20mc58a2561dc2dbc93@mail.gmail.com> Date: Fri, 27 Apr 2007 16:57:46 +0200 From: "Victor Engmark" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Dell D610 touchpad configuration 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: Fri, 27 Apr 2007 14:57:48 -0000 Hi all, I'm attempting to configure my laptop properly for X.org, and the only device which doesn't work properly now is the touchpad. The tutorials I've seen so far seem to assume that all touchpads use the Synaptic driver, but this is the information I get at boot time, and which I assume is the touchpad: $ dmesg | grep psm0 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 Apropos, "dmesg | grep -i synapt" gives no output, and "dmesg | grep -i mouse" only shows the PS/2 + the USB mouse. I've tried a lot of tutorials, restarting whenever I change something, but I always end up with the following problem: $ grep ^\(EE\) /var/log/Xorg.0.log (EE) Synaptics Touchpad Found no Synaptics, found Mouse model 1 instead (EE) Synaptics Touchpad no synaptics touchpad detected and no repeater device (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware. (EE) PreInit failed for input device "Synaptics Touchpad" Another command which might shed some light over the situation: $ cat /dev/psm0 cat: /dev/psm0: Resource temporarily unavailable Relevant sections from /etc/X11/xorg.conf: Section "ServerFlags" Option "DefaultServerLayout" "Dell Latitude D610" EndSection Section "ServerLayout" Identifier "Dell Latitude D610" Screen 0 "Dell Latitude D610 screen" 0 0 InputDevice "Dell USB mouse" "CorePointer" InputDevice "Synaptics Touchpad" "AlwaysCore" InputDevice "Dell Latitude D610 keyboard" "CoreKeyboard" EndSection Section "Module" ... Load "synaptics" # Ran this first: cd /usr/ports/x11-servers/synaptics && make install ... EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "AlwaysCore" Option "Device" "/dev/psm0" Option "Protocol" "psm" #Option "SendCoreEvents" "on" 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" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Dell USB mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/sysmouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5 6 7" EndSection For the record, the USB mouse, keyboard, and graphical settings work fine. -- Victor Engmark Quidquid latine dictum sit, altum videtur - What is said in Latin, sounds profound