From owner-freebsd-xen@freebsd.org Thu May 26 22:29:51 2016 Return-Path: Delivered-To: freebsd-xen@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 E61C8B4CF7C for ; Thu, 26 May 2016 22:29:51 +0000 (UTC) (envelope-from saper@saper.info) Received: from m.saper.info (m.saper.info [IPv6:2a01:4f8:a0:7383::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "m.saper.info", Issuer "Marcin Cieslak 2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 85AB719D2 for ; Thu, 26 May 2016 22:29:48 +0000 (UTC) (envelope-from saper@saper.info) Received: from m.saper.info (saper@m.saper.info [IPv6:2a01:4f8:a0:7383::]) by m.saper.info (8.15.2/8.15.2) with ESMTPS id u4QMTkKx092267 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 26 May 2016 22:29:46 GMT (envelope-from saper@saper.info) Received: from localhost (saper@localhost) by m.saper.info (8.15.2/8.15.2/Submit) with ESMTP id u4QMTj3W092264 for ; Thu, 26 May 2016 22:29:46 GMT (envelope-from saper@saper.info) X-Authentication-Warning: m.saper.info: saper owned process doing -bs Date: Thu, 26 May 2016 22:29:45 +0000 From: Marcin Cieslak To: freebsd-xen@FreeBSD.org Subject: Getting more than 800x600 on the HVM console? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 22:29:52 -0000 Despite having memory = 4096 videoram=16 vga = "stdvga" in my Windows hvm domU configuration my Xen console is always stuck on 800x600. (FreeBSD's VGA console is 640x480 even). Windows detects it as Microsoft Basic Display Adapter with the usual Bochs PCI IDs 0x1234/0x1111. The resolution is 800x600, grayed out, with 32bpp. It also says it has "2039MB Total Available Video Memory" which is also "2039MB Shared System Memory". Not sure it's FreeBSD specific, but all advice online tells me to set "videoram". Any hints? Marcin