From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] stubdom: use PVFB so as to e.g. permit SDL display Date: Wed, 27 Feb 2008 18:45:49 +0000 Message-ID: <20080227184549.GC10230@implementation.uk.xensource.com> References: <20080227184219.GB10230@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20080227184219.GB10230@implementation.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Samuel Thibault, le Wed 27 Feb 2008 18:42:19 +0000, a écrit : > +#define WIDTH 1024 > +#define HEIGHT 768 > +#define DEPTH 32 > +#define LINESIZE (1280 * (DEPTH / 8)) > +#define MEMSIZE (LINESIZE * HEIGHT) Note: because the PVFB resize patch has not been integrated yet, for now the window is always set to 1024x768, and output is clipped to that. Samuel