From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 00:22:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5E32106568A for ; Fri, 27 Jun 2008 00:22:39 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4E28FC15 for ; Fri, 27 Jun 2008 00:22:39 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so90948ywe.13 for ; Thu, 26 Jun 2008 17:22:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=mKWcvqfoKiopHK3yVSIHNThA6RsSG3GAbaRs3N9zM3Q=; b=MmCpkVU7TQMsNCnEYNRBzsnayHqzTrj+GKBDPbbym6DecVaNGFzJN8BAd8gC7Hm56+ hOnWJBvfqdmIy71nurk/6dPggP+bL3Vk3rIwQ7EDvuEE39sIy07vqjhO5a5BzIurdrgu kEiZFJ0eiYnXuFDKwoEM+SyJGeBYIZQsFMfWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=fWbeHa9C1o3MySsCQCkmfuO4AQXJWRBD7aWqrobqkCdP4OBFj+bt4Ha9NEm7OngGtG weOhlIJ4QO35M81a+82TJQpLH1PspykalQ88iu+tOB+E794q0/aVF1aJtFIhji4e64Lk Rk0AaQdBLIfV8DOIXmz7/kK+aWjUYbStUBYNg= Received: by 10.150.206.21 with SMTP id d21mr1037800ybg.227.1214526154485; Thu, 26 Jun 2008 17:22:34 -0700 (PDT) Received: from 200-117-245-190.fibertel.com.ar ( [190.245.117.200]) by mx.google.com with ESMTPS id 5sm942740ywd.2.2008.06.26.17.22.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Jun 2008 17:22:33 -0700 (PDT) From: Gonzalo Nemmi To: freebsd-questions@freebsd.org Date: Thu, 26 Jun 2008 21:22:29 -0300 User-Agent: KMail/1.9.7 References: <48642B1A.1010403@wiegand.org> In-Reply-To: <48642B1A.1010403@wiegand.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806262122.29129.gnemmi@gmail.com> Subject: Re: usb mouse is detected by fbsd 7 but not X 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: Fri, 27 Jun 2008 00:22:39 -0000 On Thursday 26 June 2008 20:49:46 Chip wrote: > Just installed FBSD 7, after being gone from FBSD the last 3 years. > During boot I see that the mouse is detected as ums0, but cannot get it > to work in X11. I cannot find any xorg.conf. or xorg.conf.new files. I > have gnome installed and working, so I know X is working properly. Any > suggestions on the usb mouse? > Thanks. Using a Logitech MX510 usb mouse in here. [gonzalo@inferna ~]% cat /etc/X11/xorg.conf ... Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection ... Section "ServerLayout" Identifier "Layout0" Screen "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection -- Blessings Gonzalo Nemmi