From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 26 19:06:19 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCFDF16A419; Wed, 26 Dec 2007 19:06:19 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from iron3.sfsu.edu (iron3.sfsu.edu [130.212.10.128]) by mx1.freebsd.org (Postfix) with ESMTP id C8C8913C4DD; Wed, 26 Dec 2007 19:06:19 +0000 (UTC) (envelope-from kayve@sfsu.edu) X-onepass: IPPSC X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAGguckeC1Apk/2dsb2JhbACpOA Received: from smtp01.sfsu.edu ([130.212.10.100]) by iron3.sfsu.edu with ESMTP; 26 Dec 2007 10:38:17 -0800 Received: from libra.sfsu.edu ([130.212.10.238]) by mail05a.sfsu.edu (Lotus Domino Release 7.0.3HF100) with ESMTP id 2007122610381536-518 ; Wed, 26 Dec 2007 10:38:15 -0800 Date: Wed, 26 Dec 2007 10:38:15 -0800 (PST) From: KAYVEN RIESE To: Giulio Ferro In-Reply-To: <47728D80.5010507@zirakzigil.org> Message-ID: References: <4c65bf9e-80e5-4c0b-acef-d9914a57679f@i12g2000prf.googlegroups.com> <47728D80.5010507@zirakzigil.org> MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on MAIL05a/SERVERS/SFSU(Release 7.0.3HF100 | December 5, 2007) at 12/26/2007 10:38:15, Serialize by Router on SMTP01/SERVERS/SFSU(Release 7.0.3|September 26, 2007) at 12/26/2007 10:38:17, Serialize complete at 12/26/2007 10:38:17 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-hackers@freebsd.org, nork@freebsd.org, Donnie Subject: Re: Synaptics X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 19:06:19 -0000 I have a USB mouse and I want to disable my touchpad. I am going to resend my post, I had originally posted to "freebsd-hardware" but now I am going to post to "freebsd-hackers" On Wed, 26 Dec 2007, Giulio Ferro wrote: > Donnie wrote: >> On Dec 12, 10:51 am, Giulio Ferro wrote: >> >>> Unfortunately those settings are already specified in /e >>> tc/X11/xorg.conf in the >>> section "InputDevice" for thetouchpad. >>> >>> If you look in the /usr/ports/x11-drivers/synaptics/pkg-message it's all >>> already there >>> >> >> I had the same problem, but finally happened on this solution: >> despite what the pkg-message says, in xorg.conf you have to specify >> both a non-existent mouse and the touchpad, in addition to following >> all the other pkg-message directions. So, my xorg.conf has: >> >> Section "ServerLayout" >> Identifier "X.org Configured" >> Screen 0 "Screen0" 0 0 >> InputDevice "Mouse0" "AlwaysCore" >> InputDevice "Keyboard0" "CoreKeyboard" >> InputDevice "Synaptics_Touchpad" "CorePointer" >> EndSection >> >> ### Note that touchpad MUST be CorePointer and non-existent mouse must >> be AlwaysCore ### >> >> Section "InputDevice" >> Identifier "Mouse0" >> Driver "mouse" >> Option "Protocol" "auto" >> Option "Device" "/dev/sysmouse" >> EndSection >> >> Section "InputDevice" >> Identifier "Synaptics_Touchpad" >> Driver "synaptics" >> Option "SendCoreEvents" >> Option "Device" "/dev/psm0" >> Option "Protocol" "psm" >> Option "TouchpadOff" "0" >> 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 "MinSpeed" "0.06" >> Option "MaxSpeed" "0.06" >> Option "AccelFactor" "0.0010" >> Option "HorizScrollDelta" "100" >> Option "UpDownScrolling" "on" >> Option "UpDownRepeat" "on" >> Option "LeftRightScrolling" "on" >> Option "LeftRightRepeat" "on" >> Option "SHMConfig" "on" >> EndSection >> >> Good luck! >> >> -- >> Donnie >> > > > Doesn't work, sorry. The server starts, but the mouse pointer isn't moving. > > Anyway I'm not sure this is the right way to do thinks. I'd dearly like to > listen from > the maintainer, maybe it can shed some light on the /dev/input/event issue... > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > *----------------------------------------------------------* Kayven Riese, BSCS, MS (Physiology and Biophysics) (415) 902 5513 cellular http://kayve.net Webmaster http://ChessYoga.org *----------------------------------------------------------*