Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 14:25:41 +0000
From:      Ben Paley <ben@benpaley.com>
To:        wblock@wonkity.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: VirtualBox and Xorg
Message-ID:  <2D1C469F-D67C-4FB5-95C6-E5939BDD0111@benpaley.com>

next in thread | raw e-mail | index | archive | help
Warren,

Sorry not to have replied earlier, I=92ve been very busy with other =
things.

Your xorg.conf totally solved my difficulty! I=92ve got HAL and DBUS =
enabled so I uncommented the AutoAddDevices line.

Thanks very very much! :-)

Ben Paley



>=20
>=20
> If the desktop environment does not require it, build=20
> x11-servers/xorg-server with the HAL option off.  Otherwise, add
>=20
>   Option "AutoAddDevices" "Off"
>=20
> to the ServerLayout section of xorg.conf.  This is the entire =
xorg.conf=20
> from a 9.1-STABLE VM (with HAL off):
>=20
>   Section "ServerLayout"
>           Identifier "xfce"
>           InputDevice "Mouse1"
>           # Option "AutoAddDevices" "Off"
>   EndSection
>=20
>   Section "InputDevice"
>           Identifier "Mouse1"
>           Driver "vboxmouse"
>   EndSection
>=20
> Autoconfiguration of everything else works.  The AutoAddDevices line =
is=20
> not present on mine, uncomment it to disable HAL.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2D1C469F-D67C-4FB5-95C6-E5939BDD0111>