diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-08-31 15:53:37 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-08-31 15:53:37 +0000 |
commit | 6c9462710539bd35ae5c51de27e7894522683bd7 (patch) | |
tree | 49410a5e8683bb08b8a60f920780b1e815100f54 /sys/src/cmd/aux/vga | |
parent | 49b5319f761e2de848d35361a507a5af8b6eb1ed (diff) |
vga: add eeepc1005ha graphics (thanks Andrew Eggenberger)
> This patch enables use of the igfx controller rather than vesa on the
> eeepc1005ha netbook. This means using the full screen resolution of
> 1024x600.
> *Andrew Eggenberger*
Diffstat (limited to 'sys/src/cmd/aux/vga')
-rw-r--r-- | sys/src/cmd/aux/vga/igfx.c | 1 |
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 033c9d95e..4151c31cb 100644 --- a/sys/src/cmd/aux/vga/igfx.c +++ b/sys/src/cmd/aux/vga/igfx.c @@ -378,6 +378,7 @@ devtype(Igfx *igfx) case 0x0126: /* Thinkpad X220 */ return TypeSNB; case 0xa011: /* PineView Graphics */ + case 0x27ae: /* Intel 945GME */ case 0x27a2: /* GM945/82940GML - ThinkPad X60 Tablet */ case 0x29a2: /* 82P965/G965 HECI desktop */ case 0x2a02: /* GM965/GL960/X3100 - ThinkPad X61 Tablet */ |