From owner-freebsd-questions@freebsd.org Thu Oct 6 17:03:59 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7A3EBEC0CA for ; Thu, 6 Oct 2016 17:03:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A72F96B9 for ; Thu, 6 Oct 2016 17:03:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u96H3wte022574 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 6 Oct 2016 11:03:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u96H3wJm022571; Thu, 6 Oct 2016 11:03:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 6 Oct 2016 11:03:58 -0600 (MDT) From: Warren Block To: Malcolm Matalka cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD VBox Guest does not run X11 at 1440x900 In-Reply-To: <86fuo9wqc3.fsf@gmail.com> Message-ID: References: <86fuo9wqc3.fsf@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 06 Oct 2016 11:03:58 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 17:03:59 -0000 On Thu, 6 Oct 2016, Malcolm Matalka wrote: > Hello, > > I am running FreeBSD as a virtualbox guest on a OS X. My Mac is set to > resolution 1440x900 and my X11 config in the VM is set to this as well. > After running freebsd-update fetch and install and upgrading all my > packages I cannot seem to run X in VBox at that resolution. If I bring > my Mac to 1680x1050, I can run that (but it's not super enjoyable due to > some poor redraw latency). And I can run at 1080x1024. I tried > 1400x1050, which did not work as well. > > What happens when I try to run at 1440x900 is that the screen is only > roughly the size of the console window. It is running X, I can do all > my stuff but the screen is small. xrandr claims it is running at > 1440x900. > > Has anyone seen this? I feel like the resolution might be a red herring > but I have no way to determine this. Install the VirtualBox Guest Additions (emulators/virtualbox-ose-additions) inside the VM. Then use what it provides as an X driver, which should be automatic.