Re: 2.2.X patches for fbcon

2000-12-11 Thread Benjamin Herrenschmidt
>--- atyfb.cMon Dec 11 14:28:19 2000 >+++ atyfb.c.orig Wed Oct 4 22:22:28 2000 >@@ -2796,7 +2796,7 @@ > * works on iMacs as well as the G3 powerbooks. - paulus > */ > if (default_vmode == VMODE_CHOOSE) { >- if ((Gx == LG_CHIP_ID)||(Gx == LI_CHIP_ID)||(Gx == LP_CHIP_ID

2.2.X patches for fbcon

2000-12-11 Thread James Simmons
This patch allows you select different modes on a Mac. The functionality was there but not taken advantage of. This is needed because the resolution can be 834x628 on a Mac and the screen is really screwed up with more than 8 bit in that case. --- fbmem.c.origMon Dec 11 14:18:44 2000 ++