From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 10:46:24 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 EE93D37B401 for ; Tue, 10 Jun 2003 10:46:24 -0700 (PDT) Received: from www.omicnet.com (ip-208-181-72-171.adsl.radiant.net [208.181.72.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B05943FDF for ; Tue, 10 Jun 2003 10:46:22 -0700 (PDT) (envelope-from questions@joshualokken.com) Received: from inspectorbox (130-94-160-46-dsl.hevanet.com [130.94.160.46]) by www.omicnet.com (8.9.3/8.9.2) with ESMTP id KAA25787; Tue, 10 Jun 2003 10:46:17 -0700 Message-ID: <014701c32f78$29660a40$1404e9c6@inspectorbox> From: "Joshua Lokken" To: "Robert Huff" , References: <16102.5531.775457.938144@jerusalem.litteratus.org> Date: Tue, 10 Jun 2003 10:45:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 Subject: Re: USB mouse frozen under X 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: Tue, 10 Jun 2003 17:46:25 -0000 ----- Original Message ----- From: "Robert Huff" To: Sent: Tuesday, June 10, 2003 10:30 AM Subject: USB mouse frozen under X > > I'm attempting to switch to an all-USB set-up, and can't get > the mouse to work under X. (I don't use it elsewhere, so moused is > possible, but disfavored.) > Symptoms: X starts; keyboard is fine; mouse cursor appears > but is frozen centered horizontally and about 2/3 of the way down > the screen. Clicking any button has no effect. Changing the mouse > (to a MS IntelliMouse) has no effect. > The _exact_ same set-up works perfectly under WinME. > Appropriate bits of configuration and log files are appended. > > I've checked the FAQ and the Handbook, and searched the > archives for the mailing lists and comp.unix.freebsd.misc - found > nothing. > Anyone have a clue what I'm missing? > > > Robert Huff > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/ums0" > # Option "Buttons" "5" > # Option "ZAxisMapping" "4 5" > # Option "Emulate3Buttons" > # Option "ChordMiddle" > EndSection You might try setting the device to /dev/sysmouse. That should get you cooking with gas... HTH, Joshua