From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 02:38:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1BE6B16A41F for ; Tue, 27 Sep 2005 02:38:02 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D56F43D53 for ; Tue, 27 Sep 2005 02:38:01 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 10873 invoked by uid 502); 27 Sep 2005 02:38:00 -0000 Received: from dsl-12-178-99-132.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@12.178.99.132) by 0 with SMTP; 27 Sep 2005 02:38:00 -0000 X-CLIENT-IP: 12.178.99.132 X-CLIENT-HOST: dsl-12-178-99-132.ywave.com Message-ID: <4338B087.7020901@ywave.com> Date: Mon, 26 Sep 2005 19:37:59 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050924) X-Accept-Language: en-us, en MIME-Version: 1.0 To: brian kaczynski References: <20050926213435.0b245c34.socomseal989@cox.net> In-Reply-To: <20050926213435.0b245c34.socomseal989@cox.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ps/2 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: Tue, 27 Sep 2005 02:38:02 -0000 brian kaczynski wrote: > My PS/2 mouse doesn't move in Xorg. I've tried the protocol on auto > and ps/2 in xorgconfig, but nothing seems to work. I've noticed there > isn't an entry in /dev for psm0. I'm using a keyboard, video, mouse > switcher, but that shouldn't matter because it worked on linux > before. I tried adding the mouse in sysinstall with the mouse daemon, > but i still have no psm0, and of course, the mouse still doesnt work. > Any help, ideas, suggestions would be wonderful. Thanks in advance. When using the mouse daemon I believe you should connect to /dev/sysmouse not /dev/psm0. My xorg.conf looks like: Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" Later, Micah