Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2011 19:41:56 +0200
From:      Lokadamus <lokadamus@gmx.de>
To:        Mubeesh ali <mubeeshalivm@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Mouse Problems.
Message-ID:  <4E174164.5030105@gmx.de>
In-Reply-To: <CADcpdgQdU7B7d%2BPFP0dWBqBrK8zbaEiS5DNHf4eGidxkqco3hw@mail.gmail.com>
References:  <CADcpdgQdU7B7d%2BPFP0dWBqBrK8zbaEiS5DNHf4eGidxkqco3hw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E174164.5030105>