From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 14:47:48 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2157F16A4CE for ; Thu, 16 Sep 2004 14:47:48 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id F243743D39 for ; Thu, 16 Sep 2004 14:47:47 +0000 (GMT) (envelope-from phusion2k@gmail.com) Received: by mproxy.gmail.com with SMTP id u22so92007cwc for ; Thu, 16 Sep 2004 07:47:45 -0700 (PDT) Received: by 10.11.98.78 with SMTP id v78mr5019cwb; Thu, 16 Sep 2004 07:47:45 -0700 (PDT) Received: by 10.11.100.10 with HTTP; Thu, 16 Sep 2004 07:47:45 -0700 (PDT) Message-ID: Date: Thu, 16 Sep 2004 09:47:45 -0500 From: phusion To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: VMware3 Mouse Question X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: phusion List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 14:47:48 -0000 I'm running VMware3 on FreeBSD 5.2.1, and been having a problem with my mouse configuration. In my vmware configuration setting I have the mouse as PS/2 and autodetect. When I start up the virtual machine it says the following: Cannot open host device "/dev/psm0": Device or resource busy. Unable to open host mouse device for full-screen VGA. Full-screen VGA will not be available. In my xorg.conf I have the following set: Option "Device" "/dev/psm0", and it works great in X-Windows. When I have the next setting in the vmware configuration it also gives me an error message about mouse type "sysmouse". autodetect, and specify /dev/psm0 Let me know how I can finally fix this little problem. Thanks.