From owner-freebsd-questions@FreeBSD.ORG Mon Apr 9 22:06:21 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 BDAEA16A403 for ; Mon, 9 Apr 2007 22:06:21 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF9B13C4AE for ; Mon, 9 Apr 2007 22:06:21 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1790585ana for ; Mon, 09 Apr 2007 15:06:20 -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; b=rq++lPMgLocmMteumMaa27UpM5+CY5VOKa0BusTmkXy6u9iJIx4gKDIJnIf91tufXgdKN8lHPBNEv0fiuYUuYEux5p+KUiqd/qVHMVnFUP7VJawYPmsg2yXQVsP6TpTZZCPDHQ8aSLqu/g8XXkz9w6OIhXGGhWYtBYeiqZLthiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=hLa2YxzEXlMwrAWqiH8bYZCvS54bIASDm90SBaqv7nrw3NYsEIYEYMmCB2J4fsOJX9zvLFgM9zXDO6d+YQwtkWuXy5wWbeOFuIIh7ivdTcLTtOwiHzGcYyd48vsXfYsWIGG/Lvej08HVTnbe/FhrCKC/M+IBpvByCb3FqtmHyLU= Received: by 10.100.33.14 with SMTP id g14mr4418513ang.1176156380471; Mon, 09 Apr 2007 15:06:20 -0700 (PDT) Received: by 10.100.164.19 with HTTP; Mon, 9 Apr 2007 15:06:20 -0700 (PDT) Message-ID: <1455a3d90704091506j719cd3c8ge21e3a0222a412b5@mail.gmail.com> Date: Mon, 9 Apr 2007 19:06:20 -0300 From: freenity To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: strange mouse behaviour with xorg 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, 09 Apr 2007 22:06:21 -0000 Hi. My mouse has some strange behaviour with kde and gnome, I think its some problem with xorg. Anyway the problem is this: when I click left button and drag it then when I realease it the mouse pointer appears in another position. It "teleports". I have a PS/2 mouse. Here is the configuration part of xorg.conf: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Dont know if its important but I have freebsd 6.2 amd64. Thanks for any help.