diff -uNrp trunk.orig/hw/pc.h trunk/hw/pc.h --- trunk.orig/hw/pc.h 2008-09-17 02:11:50.000000000 +0200 +++ trunk/hw/pc.h 2008-09-17 02:22:03.000000000 +0200 @@ -110,9 +110,9 @@ int piix4_init(PCIBus *bus, int devfn); /* vga.c */ #ifndef TARGET_SPARC -#define VGA_RAM_SIZE (8192 * 1024) +#define VGA_RAM_SIZE (16 * 1024 * 1024) #else -#define VGA_RAM_SIZE (9 * 1024 * 1024) +#define VGA_RAM_SIZE (17 * 1024 * 1024) #endif int isa_vga_init(DisplayState *ds, uint8_t *vga_ram_base, diff -uNrp trunk.orig/hw/vga_int.h trunk/hw/vga_int.h --- trunk.orig/hw/vga_int.h 2008-09-17 02:11:49.000000000 +0200 +++ trunk/hw/vga_int.h 2008-09-17 02:21:43.000000000 +0200 @@ -30,8 +30,8 @@ /* bochs VBE support */ #define CONFIG_BOCHS_VBE -#define VBE_DISPI_MAX_XRES 1600 -#define VBE_DISPI_MAX_YRES 1200 +#define VBE_DISPI_MAX_XRES 2560 +#define VBE_DISPI_MAX_YRES 1600 #define VBE_DISPI_MAX_BPP 32 #define VBE_DISPI_INDEX_ID 0x0