From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 01:06:02 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 F2D86106567F for ; Fri, 27 Jun 2008 01:06:01 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id AA3158FC12 for ; Fri, 27 Jun 2008 01:06:01 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so97781ywe.13 for ; Thu, 26 Jun 2008 18:05:59 -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=Z+ir8p05aM1nrEU5/Sn4lZguT7Zc9283ux08ob4xZDw=; b=CaY15Gijzqs7ixLB/gRDuhc9SqD+dbGIi0u+nTNnqxpnfN8wwifJ9kQ6FtQV/KRnJ9 PSxxEm1hdieHaSq9PGbcut4rD3ULl1Zdh580wuuWC17/gzunvjo/Rm1xuopY239XFky7 DsPuAuAE0prxhIBtvHW8/Ga0SpnMzDXcO1xYw= 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=fyBlrbNxZXFfA5Vm9P0vwgX7kK0+hLWy+Ga9uWZh8rQpe2oWwmupnrWhiebzFU8Ab5 odNJJqq6HCij9ImJ3eD5DoE6OZ2qZSW3CHUS7YQDjAhIZSyIaxPSX8HUlRTREPvv+lFL +hrqMjw/K+ROA/a+h0l+EuzxSYbOjbYTwP3hY= Received: by 10.150.91.20 with SMTP id o20mr1128212ybb.169.1214528759048; Thu, 26 Jun 2008 18:05:59 -0700 (PDT) Received: from 200-117-245-190.fibertel.com.ar ( [190.245.117.200]) by mx.google.com with ESMTPS id 9sm1012155yws.5.2008.06.26.18.05.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Jun 2008 18:05:58 -0700 (PDT) From: Gonzalo Nemmi To: freebsd-questions@freebsd.org Date: Thu, 26 Jun 2008 22:05:53 -0300 User-Agent: KMail/1.9.7 References: <48642B1A.1010403@wiegand.org> <200806262122.29129.gnemmi@gmail.com> <4864351E.3030305@wiegand.org> In-Reply-To: <4864351E.3030305@wiegand.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806262205.53227.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 01:06:02 -0000 No .. Run a "locate xorg.conf" to see what "xorg.conf" file is beign used to run gnome .. Check under /usr/local/etc/X11 to see if there's xorg.conf .. If you are running gnome .. _there_has_to_be_ a xorg.conf file somewhere ... Find that file a do your edits in there. And BTW .. the code I passed on to you, are just the sections regarding the mouse and the serverlayout configuration part of the whole xorg.conf file .. Your not gonna do much with it alone .. you still need the complete xorg.conf file .. -- Blessings Gonzalo Nemmi On Thursday 26 June 2008 21:32:30 Chip wrote: > My /etc/X11 directory is empty, so do I create a new file called > xorg.conf and just try the code you have in it? > Thanks. > > Gonzalo Nemmi wrote: > > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"