On Mon, 17 Sep 2001, Michel [iso-8859-1] D�nzer wrote: > http://master.penguinppc.org/~daenzer/experimental/r128-vgaHW.diff > > (based on a hack by Ani Joshi) fixes this problem but may break VT switching > on i386. Any feedback appreciated. - vgaHWSave(pScrn, &hwp->SavedReg, VGA_SR_ALL); /* save mode, fonts, cmap */ + if (info->VBIOS) + vgaHWSave(pScrn, &hwp->SavedReg, VGA_SR_ALL); /* save mode, fonts, cmap */ + else + vgaHWSave(pScrn, &hwp->SavedReg, VGA_SR_MODE); /* save mode */ The above hunk of your patch doesn't make sense. What does having a video BIOS (or the lack of) have to do with being able to save VGA fonts and color map? That will break boards on many platforms. A lowerlevel fix to vgaHW.c is probably better, but keep in mind this is only for PowerMac's and not for all PPC machines. ani _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
- [Xpert]4.1.0, PowerPC, and ATI Rage 128 Keith Parkins
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Jos Hulzink
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Alan Hourihane
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Ani Joshi
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Alan Hourihane
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Michel D�nzer
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Ani Joshi
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Michel D�nzer
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Keith Parkins
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Alan Hourihane
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Keith Parkins
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Alan Hourihane
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Michel D�nzer
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Keith Parkins
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Keith Parkins
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Michel D�nzer
- Re: [Xpert]4.1.0, PowerPC, and ATI Rage 128 Keith Parkins
