File: qxga_resolutions.patch

package info (click to toggle)
vgabios 0.8a%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 628 kB
  • sloc: ansic: 12,621; makefile: 99; sh: 18
file content (16 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Sven Schnelle <svens@stackframe.org>
Description: Add support for QXGA resolutions
Bug-Debian: https://bugs.debian.org/669114

--- a/vbetables-gen.c
+++ b/vbetables-gen.c
@@ -89,6 +89,9 @@
 { 1920, 1080, 16                     , 0x190},
 { 1920, 1080, 24                     , 0x191},
 { 1920, 1080, 32                     , 0x192},
+{ 2048, 1536, 16                     , 0x193},
+{ 2048, 1536, 24                     , 0x194},
+{ 2048, 1536, 32                     , 0x195},
 { 0, },
 };