On Fr, 2016-09-16 at 08:06 +1000, Benjamin Herrenschmidt wrote: > On Thu, 2016-09-15 at 13:21 -0400, Programmingkid wrote: > > There has been talk about what resolutions to add support for in the > > VGA driver. What do you think of this list:
Which driver? Linux kernel driver just uses the kernel's internal mode database, beside that you can add anything you want (for example via xrandr). > We should add check for the vram amount. There's only 16M emulated > iirc, we need to check the combination resolution/depth fits. Yes, vram size should be checked, at runtime. 16M is just the default, you can have anything from 1M to 256M. cheers, Gerd