--- Felix K�hling <[EMAIL PROTECTED]> wrote: > On Tue, 17 Feb 2004 12:38:04 -0800 > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > CVSROOT: /cvs/dri > > Module name: xc > > Repository: xc/xc/programs/Xserver/hw/xfree86/drivers/savage/ > > Changes by: [EMAIL PROTECTED] 04/02/17 12:38:04 > > > > Log message: > > - fix console corruption. rather than just arbitrarily setting a > text mode > > the driver now uses the bios save/restore routine that S3 used in > their > > driver. I can't seem to make it work with pure save/restore of > regs... > > - disable DRI when shadowFB is used > > - make sure Initialize2DEngine() is called in the non-bios mode > setting path. > > > > Modified files: > > xc/xc/programs/Xserver/hw/xfree86/drivers/savage/: Tag: > savage-2-0-0-branch > > savage_driver.c savage_driver.h savage_vbe.c savage_vbe.h > > > > Revision Changes Path > > 1.11.4.10 +18 -5 > xc/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c > > 1.9.4.6 +10 -0 > xc/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.h > > 1.2.4.4 +82 -0 > xc/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.c > > 1.1.1.2.28.3 +23 -0 > xc/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.h > > > > This commit had another undesired (?) side effect. Changing to a > lower > resolution on my notebook (ProSavage DDR) just makes the displayed > area > smaller. The image is no longer scaled up to the panel size. >
If it's initialization of the 2D engine, try removng the call I added. Are you using bios the bios for mode setting? if you are not using the bios try removing the call to SavageInitialize2DEngine(pScrn); at line 2321 in savage_driver.c. If it's the restore console code that's causing the problem, try commenting out all calls to SavageSaveRestoreConsole(). there should be 3 of them in savage_driver.c. I'll see if I can reproduce and fix this on my savage IX. Alex > Felix > > __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
