From owner-freebsd-questions@FreeBSD.ORG Thu May 1 13:14:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ECBE37B401 for ; Thu, 1 May 2003 13:14:36 -0700 (PDT) Received: from aibo.runbox.com (cujo.runbox.com [193.71.199.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A5B643FB1 for ; Thu, 1 May 2003 13:14:33 -0700 (PDT) (envelope-from klimenta@runbox.com) Received: from [10.9.9.110] (helo=snoopy.runbox.com) by lufsen.runbox.com with esmtp (Exim 4.14) id 19BKRr-0003Mc-EY for freebsd-questions@FreeBSD.ORG; Thu, 01 May 2003 22:14:31 +0200 Received: from [12.33.76.83] (helo=ext143) (Authenticated Sender=klimenta@runbox.com) by snoopy.runbox.com with asmtp (Exim 4.14) id 19BKR7-0003ee-EB for freebsd-questions@FreeBSD.ORG; Thu, 01 May 2003 22:13:45 +0200 Message-ID: <001901c3101e$afbe8d70$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: References: <1051816899.3eb173c3ef44a@192.168.0.2> Date: Thu, 1 May 2003 16:16:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Sender: 202020 Subject: Re: Mouse problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 20:14:36 -0000 > When I try to run X the mouse jumps to the top right corner. Anyone know how to > fix this? Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" What kind of mouse do you have? Try with these settings in /etc/X11/XF86Config I am using generic PS/2 mouse and I manually changed "Protocol" "PS/2" to Auto (3rd line). Hope this helps...