From owner-freebsd-questions@FreeBSD.ORG Mon Dec 22 05:06:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04B7DEBB for ; Mon, 22 Dec 2014 05:06:47 +0000 (UTC) Received: from filter01.peakinternet.com (filter01.peakinternet.com [207.55.16.92]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBAEB3C9F for ; Mon, 22 Dec 2014 05:06:46 +0000 (UTC) Received: from zmail-mta01.peak.org ([207.55.16.111]) by filter01.peakinternet.com ({e1c81c21-e4c4-4528-aa90-7a27869c545a}) via TCP (outbound) with ESMTPS id 20141222050640047 for ; Mon, 22 Dec 2014 05:06:40 +0000 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta01.peak.org (localhost [127.0.0.1]) by zmail-mta01.peak.org (Postfix) with ESMTPS id 05FC3D44A0 for ; Sun, 21 Dec 2014 21:06:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zmail-mta01.peak.org (Postfix) with ESMTP id ECC68D449B for ; Sun, 21 Dec 2014 21:06:33 -0800 (PST) Received: from zmail-mta01.peak.org ([127.0.0.1]) by localhost (zmail-mta01.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kv67JV_oDePl for ; Sun, 21 Dec 2014 21:06:33 -0800 (PST) Received: from mailproxy-lb-07.peak.org (mailproxy-lb-07.peak.org [207.55.17.97]) by zmail-mta01.peak.org (Postfix) with ESMTP id BD4DCC466C for ; Sun, 21 Dec 2014 21:06:33 -0800 (PST) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1Y2vCS-0000nE-Ox for freebsd-questions@freebsd.org; Sun, 21 Dec 2014 21:06:32 -0800 From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Running X11 in a VirtualBox VM References: <87lhm0y7ul.fsf@elk.localnet> Mail-Followup-To: freebsd-questions@freebsd.org Date: Sun, 21 Dec 2014 21:06:32 -0800 In-Reply-To: (Warren Block's message of "Sun, 21 Dec 2014 20:00:49 -0700 (MST)") Message-ID: <871tnsxoh3.fsf@elk.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 05:06:47 -0000 Warren Block writes: > On Sun, 21 Dec 2014, Carl Johnson wrote: >> Is there some way to run this with software rendering? Please let me >> know if there is more information needed. Thanks for any ideas. > > I had to add this line to ServerLayout: > > Section "ServerLayout" > Option "AIGLX" "Off" # disable AIGLX for VirtualBox Additions > EndSection Thank you, Warren! That addition does get it working for me. -- Carl Johnson carlj@peak.org