summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2020-09-26 20:47:17 -0700
committerOri Bernstein <ori@eigenstate.org>2020-09-26 20:47:17 -0700
commit16766169e2f3f7d2805cd3401bf316471d6e8756 (patch)
tree6f005e8064023d88d61dde6fbe2315e2666df084 /sys
parentd9f9e10e7b3ad61342ec1d9b034dd17f8452ccbc (diff)
aux/vga: eepc igfx support (thanks p.kosyh)
This patch to makes 1024x600x32 work. Without it only 800x600 is supported. To load this mode, run: aux/vga -m eeepc -l 1024x600x32
Diffstat (limited to 'sys')
-rw-r--r--sys/src/cmd/aux/vga/igfx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/vga/igfx.c b/sys/src/cmd/aux/vga/igfx.c
index c636706b0..a4e8bad52 100644
--- a/sys/src/cmd/aux/vga/igfx.c
+++ b/sys/src/cmd/aux/vga/igfx.c
@@ -375,6 +375,7 @@ devtype(Igfx *igfx)
case 0x0102: /* Dell Optiplex 790 */
case 0x0126: /* Thinkpad X220 */
return TypeSNB;
+ case 0xa011: /* PineView Graphics */
case 0x27a2: /* GM945/82940GML - ThinkPad X60 Tablet */
case 0x29a2: /* 82P965/G965 HECI desktop */
case 0x2a02: /* GM965/GL960/X3100 - ThinkPad X61 Tablet */