Package: vgabios Version: 0.7a-2 Severity: wishlist I'm using kvm + vgabios on a QXGA resolution screen. Unfortunately, it doesn't have this resolution in its VBE tables. Here's a patch to add it:
diff -Naur vgabios-0.6c.ori/vbetables-gen.c vgabios-0.6c/vbetables-gen.c --- vgabios-0.6c.ori/vbetables-gen.c 2012-04-17 11:17:30.129152478 +0200 +++ vgabios-0.6c/vbetables-gen.c 2009-01-25 16:46:08.000000000 +0100 @@ -73,9 +73,12 @@ { 1920, 1200, 16 , 0x187}, { 1920, 1200, 24 , 0x188}, { 1920, 1200, 32 , 0x189}, +{ 2048, 1536, 16, , 0x18a}, +{ 2048, 1536, 16, , 0x18b}, +{ 2048, 1536, 16, , 0x18c}, +{ 2560, 1600, 16 , 0x18d}, +{ 2560, 1600, 24 , 0x18e}, +{ 2560, 1600, 32 , 0x18f}, -{ 2560, 1600, 16 , 0x18a}, -{ 2560, 1600, 24 , 0x18b}, -{ 2560, 1600, 32 , 0x18c}, { 0, }, }; -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- debconf-show failed -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120417120435.26842.56416.report...@deprecated.stackframe.org