Right now no one has tested on supersavage. You will need to add the supersavage PCI ID's to the DRM (xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/savage.h)and and also fix savage_driver.c in the 2D driver so that the DRI init functions get called. you will need to add: || (psav->Chipset == S3_SUPERSAVAGE) to this: #ifdef XF86DRI if ((psav->Chipset == S3_TWISTER) || (psav->Chipset == S3_PROSAVAGE) || (psav->Chipset == S3_SAVAGE4) || (psav->Chipset == S3_SAVAGE_MX) || (psav->Chipset == S3_SUPERSAVAGE) || (psav->Chipset == S3_PROSAVAGEDDR)) { /* Setup DRI after visuals have been established */ psav->directRenderingEnabled = SAVAGEDRIScreenInit(pScreen); } else psav->directRenderingEnabled = FALSE;
Then rebuild the DRM and 2D driver and give it a try. Alex --- Marco Strack <[EMAIL PROTECTED]> wrote: > Hi. > > I managed to get everything compiled cleanly. > Hardware is t23/ S3 Supersavage / 1400x1050 > > Kernel Module loads cleanly. > > but xfree writes in log : > > ---- snip ---- > II) SAVAGE(0): map aperture:0x41301000 > (--) SAVAGE(0): SavageMatchBiosMode:chose mode 13e at 75Hz. > (II) SavageSetVESAMode:mode=0x13e,refresh=75HZ > (EE) SAVAGE(0): DRI isn't enabled > (II) SAVAGE(0): Using 998 lines for offscreen memory. > (II) SAVAGE(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > [DELETED] > (==) SAVAGE(0): Backing store disabled > (**) Option "dpms" > (**) SAVAGE(0): DPMS enabled > (EE) SAVAGE(0): Direct rendering disabled > (WW) SAVAGE(0): Option "ForceInit" is not used > (==) RandR enabled > ----snip---------- > > > Also the consoles on ctrl+alt+Fx are not useable any more. I tried > the > Forceinit option , but doesn't recognizes it any more. > > I'm so close ;) Help would be appreciated. > > regards > Marco > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System > offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > -- > _______________________________________________ > Dri-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dri-devel __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel