i810 (chipset: 830M): Unable to clone, pipe b always inactive
Alan Hourihane
alanh at fairlite.demon.co.uk
Tue Sep 27 06:40:02 PDT 2005
On Tue, 2005-09-27 at 14:42 +0200, Thomas Heinz wrote:
> Hi Dave
>
> You wrote:
> > No Alans site has an X driver nothing to do with kernel..... just put
> > it in /usr/X11R6/lib/modules/drivers/
>
> Oh, right :-)
>
> Unfortunately, I am getting a lot of unresolved symbols.
Yup, that's because you've got X built with DllModules.
To convert the module from i810_drv.o to i810_drv.so you need to do
this....
gcc -o i810_drv.so -shared -nostdlib i810_drv.o
Alan.
More information about the xorg
mailing list