From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 17:41:58 2011 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 4362A1065675 for ; Fri, 8 Jul 2011 17:41:58 +0000 (UTC) (envelope-from lokadamus@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 8C5D58FC08 for ; Fri, 8 Jul 2011 17:41:57 +0000 (UTC) Received: (qmail invoked by alias); 08 Jul 2011 17:41:56 -0000 Received: from c137058.adsl.hansenet.de (EHLO [213.39.137.58]) [213.39.137.58] by mail.gmx.net (mp015) with SMTP; 08 Jul 2011 19:41:56 +0200 X-Authenticated: #3333826 X-Provags-ID: V01U2FsdGVkX19OE7hSk9NO3/crfwLoEIgGHZbtz4tIVTCQz/telp c7Ke0RpJzj5VOb Message-ID: <4E174164.5030105@gmx.de> Date: Fri, 08 Jul 2011 19:41:56 +0200 From: Lokadamus User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Mubeesh ali References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: FreeBSD Questions Subject: Re: Mouse Problems. 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, 08 Jul 2011 17:41:58 -0000 Put in your rc.conf this: dbus_enable="YES" hald_enable="YES" reboot your system or start it with: # /usr/local/etc/rc.d/hald start # /usr/local/etc/rc.d/dbus start then your mouse and keybord should working. Am 07.07.2011 09:31, schrieb Mubeesh ali: > Hi List, > > I have freebsd 8.2 installed on a windows host with virtualbox and > have xfce4. From sysinstall i was able to enable and move the mouse. > But as soon as i do a startx it gets frozen(pointer is visible at > center of the screen ) > > reebsd# cat /etc/rc.conf > > # -- sysinstall generated deltas -- # Tue Jul 5 16:03:57 2011 > # Created: Tue Jul 5 16:03:57 2011 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > check_quotas="NO" > hostname="Freebsd.merunetworks.com" > ifconfig_em0="DHCP" > inetd_enable="YES" > ipv6_enable="YES" > keymap="us.iso" > moused_enable="YES" > moused_port="/dev/psm0" > moused_flags="-z 4" > moused_type="auto" > ntpdate_enable="YES" > ntpdate_hosts="asia.pool.ntp.org" > sshd_enable="YES" > # -- sysinstall generated deltas -- # Wed Jul 6 11:35:07 2011 > #moused_flags="" > #moused_port="/dev/psm0" > #moused_type="microsoft" > #moused_enable="YES" >