]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-edid.c
bsd-user: Implement revoke, access, eaccess and faccessat
[mirror_qemu.git] / qemu-edid.c
index c3a9fba10dc494e404eb461f34bec369b950bccf..20c958d9c7eb627075ebe8982957ce01ce2b7950 100644 (file)
@@ -10,8 +10,8 @@
 #include "hw/display/edid.h"
 
 static qemu_edid_info info = {
-    .prefx = 1024,
-    .prefy = 768,
+    .prefx = 1280,
+    .prefy = 800,
 };
 
 static void usage(FILE *out)