|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] stubdom: use PVFB so as to e.g. permit SDL displ
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|