On 01/11/11 20:52, David Mansfield wrote:
Hi!I've been trying out spice on fedora 14 x86_64. I have an F14 guest that I configured to test things out. Things look really promising. The first stumbling block is getting "native" full-screen to work. Because my monitor is 1900x1200 I had to apply this to qemu and rebuild the RPM, or else the max res is stuck at 1900x1080. diff --exclude='*~' -ur qemu-kvm-0.13.0.orig/hw/qxl.c qemu-kvm-0.13.0/hw/qxl.c --- qemu-kvm-0.13.0.orig/hw/qxl.c 2010-12-23 10:53:10.911433714 -0500 +++ qemu-kvm-0.13.0/hw/qxl.c 2010-12-23 10:53:42.424518286 -0500 @@ -83,6 +83,7 @@ QXL_MODE_EX(1600, 1200), QXL_MODE_EX(1680, 1050), QXL_MODE_EX(1920, 1080), +#define QXL_HIRES_MODES #ifdef QXL_HIRES_MODES QXL_MODE_EX(1920, 1200), QXL_MODE_EX(1920, 1440),
Is there a way to get hires modes to work properly? Do I have to change some other setting as well?
Try removing all highres modes you don't need. cheers, Gerd _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
