From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 16:02:43 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 B35CE106567B for ; Mon, 30 Jun 2008 16:02:43 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.244]) by mx1.freebsd.org (Postfix) with ESMTP id 67E948FC14 for ; Mon, 30 Jun 2008 16:02:43 +0000 (UTC) (envelope-from aggelidis.news@gmail.com) Received: by ag-out-0708.google.com with SMTP id 8so7022438agc.3 for ; Mon, 30 Jun 2008 09:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lpbFjevatV6/WpEfkg8NWaTWGUeo3Cj2OpkFWUHeh10=; b=HYo8WSW1g+W4GjkLALqcxzso6eg/5YLIR2syJ21Ikny10M1eJkVqc2u9dC33pfgLa/ piqs+GSjLcrO7NHKuxOcg3qBSZOl24l7LBF8ESCQMiuiSMdDHeuNyaq778YTt5K0h/dV P7tjvsu0m829SsZzbfkM/z48HCpGTPH9+ft4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YvntlC8F+7IpcwljbM6FjMn6G6TJ+mt0R/OWL2w1y5tg0rPkFI7HiNpnnZNrBjgI1T IduwqihaM/JkO+s53p03EoTwc9yWyJDkxlx1irYTErvJgSWo6VUNTRHfNf+lO9sGZK17 e3ZkY7ADf1Wan6WcLpMorS7KIQzgaPk9ZHOwY= Received: by 10.142.194.4 with SMTP id r4mr1943855wff.292.1214840924598; Mon, 30 Jun 2008 08:48:44 -0700 (PDT) Received: by 10.143.10.10 with HTTP; Mon, 30 Jun 2008 08:48:44 -0700 (PDT) Message-ID: <30fc78250806300848r2d8da3cakc3359674e202b9c9@mail.gmail.com> Date: Mon, 30 Jun 2008 18:48:44 +0300 From: "Aggelidis Nikos" To: Chip In-Reply-To: <48647164.6060008@wiegand.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48642B1A.1010403@wiegand.org> <200806262122.29129.gnemmi@gmail.com> <4864351E.3030305@wiegand.org> <200806262205.53227.gnemmi@gmail.com> <486443AD.20107@wiegand.org> <8FD738FE56BA02CFFA81EE31@Macintosh.local> <486455D7.8030806@wiegand.org> <48647164.6060008@wiegand.org> Cc: freebsd-questions@freebsd.org 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: Mon, 30 Jun 2008 16:02:43 -0000 I had the same problem when 2 weeks ago i installed FreeBSD7. the solution was: # Xorg -configure to create an default xorg.conf file. {http://www.freebsd.org/doc/en/books/handbook/x-config.html} Apparently for the mouse to work it needs a default{at least} xorg.conf file. -nicolas PS: If this is regular behaviour of X11 shouldn't a note be made in the handbook?