The previous patch for 2.2.X for 2.4.0-testX. --- atyfb.c.orig Mon Dec 11 14:38:11 2000 +++ atyfb.c Mon Dec 11 14:35:03 2000 @@ -3621,7 +3621,7 @@ } #endif if (default_vmode == VMODE_CHOOSE) { - if (Gx == LG_CHIP_ID || Gx == LI_CHIP_ID) + if (Gx == LG_CHIP_ID || Gx == LI_CHIP_ID || Gx == LP_CHIP_ID) /* G3 PowerBook with 1024x768 LCD */ default_vmode = VMODE_1024_768_60; else if (machine_is_compatible("iMac")) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/