On 05/18/2013 10:28 PM, Tormod Volden wrote: > On Sat, May 18, 2013 at 7:52 PM, Pander wrote: >> (manual) patch results in >> >> [ 74.465] (II) LoadModule: "sisimedia" >> [ 74.465] (II) Loading /usr/lib/xorg/modules/drivers/sisimedia_drv.so >> [ 74.465] (EE) Failed to load >> /usr/lib/xorg/modules/drivers/sisimedia_drv.so: >> /usr/lib/xorg/modules/drivers/sisimedia_drv.so: undefined symbol: >> SiSUploadToScratch >> [ 74.465] (II) UnloadModule: "sisimedia" >> [ 74.465] (II) Unloading sisimedia >> [ 74.465] (EE) Failed to load module "sisimedia" (loader failed, 7) >> >> I used this file: http://pastebin.com/XkYfxrQy > > It would be more useful if you told which file it is and which version > instead of paste-binning it. I assume this is the src/sis310_accel.c > from git://gitorious.org/xf86-video-sis671/sis-671-fix.git
Sorry, I forgot indeed that filename. I have removed declarations and usage of SiSUploadToScreen, SiSUploadToScratch and SiSDownloadFromScreen. Do I need to do that also for void SiSScratchSave(ScreenPtr pScreen, ExaOffscreenArea *area); ? > >> >> How can I fix this? >> > > Connor's pastebin patch only removed SiSUploadToScratch() from that > one file. You will have to remove all references to that function. > "git grep SiSUploadToScratch" will help you. > > Regards, > Tormod > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
