(Crowd funded) fix for SiS 671/771 video cards
Tormod Volden
lists.tormod at gmail.com
Sat May 18 13:28:25 PDT 2013
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
>
> 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
More information about the xorg-devel
mailing list