From owner-freebsd-questions@FreeBSD.ORG Sun Jun 24 16:48:22 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 8C1E616A421 for ; Sun, 24 Jun 2007 16:48:22 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7AC13C448 for ; Sun, 24 Jun 2007 16:48:21 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-233-35.eunet.yu [213.198.233.35]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l5OGmGSH006474; Sun, 24 Jun 2007 18:48:17 +0200 Message-Id: <200706241648.l5OGmGSH006474@smtpclu-2.EUnet.yu> Date: Sun, 24 Jun 2007 18:48:11 +0200 From: Nikola Lecic To: Graham Bentley In-Reply-To: <20070624112201.4950a17e@3bsd.cpcnw.co.uk> References: <20070623120020.22FE816A56B@hub.freebsd.org> <20070624112201.4950a17e@3bsd.cpcnw.co.uk> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: Mouse precision & acceleration in X+Xfce4 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: Sun, 24 Jun 2007 16:48:22 -0000 On Sun, 24 Jun 2007 11:22:01 +0100 Graham Bentley wrote: > Hi All, >=20 > Is there anyone who has played with mouse pointer (cursor?) > settings in X / Xfce4? >=20 > I am using a TFT at 1280 x 1024 and just cant seem to get > speed / acceleration / accuracy that I am happy with. >=20 > If I speed things up in Xfce4 I can cover greater screen > area with less hand movement but the accuracy when stopping > at targets is bad (small buttons like on xmms for example) >=20 > I would be interested to hear from anyone who has=20 > this (c)licked !!! >=20 > Regards >=20 > Graham >=20 > ps My xorg mouse section is ; >=20 > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZaxisMapping" "4 5" > Option "Resolution" "1200" > EndSection Hello Graham, You need to set the mouse acceleration and threshold to get an optimal behaviour. You should check 'man xset', search for 'm' (mouse). For example, 'xset m 5 9' yields a medium behaviour. If you experience problems with high Resolution, you can try something like=20 % xset m 3/5 1 i.e. to choose fractional value for acceleration and 1 for threshold. However, I simply use Xfce's Mouse Preferences for the same purpose (to speed up my mouse) and it just works. Nikola Le=C4=8Di=C4=87