From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 09:36:14 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 998A2106566B for ; Mon, 11 Jul 2011 09:36:14 +0000 (UTC) (envelope-from mubeeshalivm@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6829E8FC12 for ; Mon, 11 Jul 2011 09:36:14 +0000 (UTC) Received: by iwr19 with SMTP id 19so4460890iwr.13 for ; Mon, 11 Jul 2011 02:36:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=6bMaFvIX3n/CuVmigVgMWCKeNeHWTO821NyVs7EURqc=; b=wdbvUamnxx34BEWh6wcipKYckIukdpANRDdwnEjL6M7nndTguNJQhcoVyyhdDPRba7 G8Kw9AZpG4YkcbpfWJlshWa3r6HAv8Z/QLPFSED1dGoCmyWcxRGxkWbZKIbTWiM1ZChA RIGHtk7r3AKsz2l2LGxwCrkK5uYV0cjy31i0E= MIME-Version: 1.0 Received: by 10.43.134.200 with SMTP id id8mr5395788icc.246.1310376973747; Mon, 11 Jul 2011 02:36:13 -0700 (PDT) Received: by 10.42.223.9 with HTTP; Mon, 11 Jul 2011 02:36:13 -0700 (PDT) In-Reply-To: <4E174164.5030105@gmx.de> References: <4E174164.5030105@gmx.de> Date: Mon, 11 Jul 2011 15:06:13 +0530 Message-ID: From: Mubeesh ali To: Lokadamus Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Mon, 11 Jul 2011 09:36:14 -0000 Thank You. It is working now. --=20 Best Regards, Mubeesh Ali.V.M On Fri, Jul 8, 2011 at 11:11 PM, Lokadamus wrote: > Put in your rc.conf this: > dbus_enable=3D"YES" > hald_enable=3D"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 =A0and >> 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 =A05 16:03:57 2011 >> # Created: Tue Jul =A05 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=3D"NO" >> hostname=3D"Freebsd.merunetworks.com" >> ifconfig_em0=3D"DHCP" >> inetd_enable=3D"YES" >> ipv6_enable=3D"YES" >> keymap=3D"us.iso" >> moused_enable=3D"YES" >> moused_port=3D"/dev/psm0" >> moused_flags=3D"-z 4" >> moused_type=3D"auto" >> ntpdate_enable=3D"YES" >> ntpdate_hosts=3D"asia.pool.ntp.org" >> sshd_enable=3D"YES" >> # -- sysinstall generated deltas -- # Wed Jul =A06 11:35:07 2011 >> #moused_flags=3D"" >> #moused_port=3D"/dev/psm0" >> #moused_type=3D"microsoft" >> #moused_enable=3D"YES" >> > >