From owner-svn-doc-all@FreeBSD.ORG Tue Aug 26 20:38:19 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 859E9506; Tue, 26 Aug 2014 20:38:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57ED83A95; Tue, 26 Aug 2014 20:38:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7QKcJGJ000106; Tue, 26 Aug 2014 20:38:19 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7QKcJQc000105; Tue, 26 Aug 2014 20:38:19 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201408262038.s7QKcJQc000105@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 26 Aug 2014 20:38:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45521 - head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 20:38:19 -0000 Author: wblock Date: Tue Aug 26 20:38:18 2014 New Revision: 45521 URL: http://svnweb.freebsd.org/changeset/doc/45521 Log: Be more specific about necessary configuration when using Xorg in a VirtualBox FreeBSD guest. PR: 190829 Submitted by: Steven Doerfler Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Aug 26 19:42:16 2014 (r45520) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Aug 26 20:38:18 2014 (r45521) @@ -1053,16 +1053,26 @@ xenbr1 8000.feffffffffff no vboxguest_enable="YES" vboxservice_enable="YES" - If &man.ntpd.8; or &man.ntpdate.8; is used, host time - synchronization should be disabled: + When Xorg will be used in the + guest, any required supporting services must also be enabled + just as if the guest was a physical machine. Typically, these + lines would also be added to + /etc/rc.conf: + +hald_enable="YES" +dbus_enable="YES" + + See for details. + + If &man.ntpd.8; or &man.ntpdate.8; is used, disable host + time synchronization: vboxservice_flags="--disable-timesync" - The vboxvideo driver should be - automatically recognized by Xorg - -configure. If not, modify - /etc/X11/xorg.conf for the - &virtualbox; video card: + Xorg will automatically + recognize the vboxvideo driver. + It can also be manually entered in + /etc/X11/xorg.conf: Section "Device" ### Available Driver options are:-