From owner-freebsd-questions@FreeBSD.ORG Sun Sep 9 01:25:17 2007 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 846C016A420 for ; Sun, 9 Sep 2007 01:25:17 +0000 (UTC) (envelope-from comperr@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4B21A13C480 for ; Sun, 9 Sep 2007 01:25:17 +0000 (UTC) (envelope-from comperr@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so710638rvb for ; Sat, 08 Sep 2007 18:25:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2c7cORR0rZuAM61eO+/oaG/RLVYjOVotD2kI0QZOcvU=; b=ibxto0VMct4Ss0et3q2cEDBkEmQHtAarYU0PqJOMWG91M2i5hP8W0LwU0x3s8pVSQpDn2yKVjl1gFNZ744gLSYisiBiMxwB+uszpA9dua8EYSnXFjWKSrNNWXmnxlM+ZLny0UC3RtkrVLSmEHhbndFlzMoTyxt0jqzK6xAqsjZ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W0DFmRxPpRqsnKKBUtQA9G9vV4xLf8HdHqoHbCNxMMAwv8mOLe3dfEZQNSHSqRe5c7IdDpBq/HuN9o9BzPZbZ1dlpL2ihdX1xWneFLo70daRmWk6geCYRc0wPf3eHo/btRotizLgHRS0qKLkxK3JBppBxrGSrphfKEEv+FMWdWk= Received: by 10.141.99.4 with SMTP id b4mr1320841rvm.1189301116795; Sat, 08 Sep 2007 18:25:16 -0700 (PDT) Received: by 10.141.43.4 with HTTP; Sat, 8 Sep 2007 18:25:16 -0700 (PDT) Message-ID: Date: Sun, 9 Sep 2007 01:25:16 +0000 From: "Computer Answers" To: freebsd-questions@freebsd.org, comperr@gmail.com In-Reply-To: <20070908003218.GB24961@glitch.rwxrwxrwx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070908003218.GB24961@glitch.rwxrwxrwx.net> Cc: Subject: Re: setting up xorg - mouse 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: Sun, 09 Sep 2007 01:25:17 -0000 sorry about the time delay: um it is a generic PS2 mouse made by digiView I tried running the xorg config wizard a few tmes choosing different mouse types each time. None of them work. as for xorg.conf Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocall" "Auto" Option "Device" "/dev/sysmouse" (side point) if someone would tell me how to copy and paste with only a keyboard that would be really nice On 9/8/07, Martin Tournoij wrote: > On Fri 07 Sep 2007 22:09, Computer Answers wrote: > > Hi, > > right now I am running freeBSD 6.2 RELEASE with xorg 6.9 and I am > > unable to get xorg (icewm) to detect my mouse. > > ~comperr > > Is moused running? And if it is, how is it configured? > See the FreeBSD handbook and the moused manpage for details: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html#MOUSE > > Which brand/model mouse do you have? And how does the mouse connect to > your PC (PS2 or USB)? > > What are your mouse settings in /etc/X11/xorg.conf >