From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 04:16:33 2004 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 271A816A4CE for ; Wed, 21 Apr 2004 04:16:33 -0700 (PDT) Received: from mail.onego.ru (mail2.onego.ru [62.33.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5846143D3F for ; Wed, 21 Apr 2004 04:16:32 -0700 (PDT) (envelope-from shmil@onego.ru) Received: from axbcomputer (as2-116.dialup.onego.ru [217.107.59.117]) by mail.onego.ru (8.12.10/8.12.5) with SMTP id i3LBG50N019470 for ; Wed, 21 Apr 2004 15:16:16 +0400 Message-ID: <003201c4240a$c8172750$753b6bd9@axbcomputer> From: "ilich" To: Date: Sat, 17 Apr 2004 03:26:07 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: mouse in FreeBSD 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: Wed, 21 Apr 2004 11:16:33 -0000 Hello All!!! =20 I have problem wiht my mouse in X. When X was loaded, the cursor of the mouse Has escaped to the right top = corner. When I moved a mouse the cursor on the screen did not move. To begin with I have edited my /etc/rc.conf file and have added = following lines: ----------------------- moused_enable=3D"YES" moused_port=3D"/dev/psm0" moused_flags=3D"-z 4" ----------------------- in order on to use a mouse in console. After I have tryed to start X, but has received the message "Device = busy" then=20 I have edited the input section in XF86config with the following: ------------------------------------ Option "Device" "/dev/sysmouse" Option "Buttons" "5" ------------------------------------ And I have tried to start X again. It has loaded. But mouse did not = move. What happened with a mouse in X? Beforehand thank you