Sebastian Canagaratna wrote: > > Hi: > > I am having trouble getting XFree86 4.1.0 to run with my Number > Nine Imagine 128 Card. I am using Debian Linux (Woody). The > operating system kernel Linux 2.4.17 ( I have also tried 2.4.8 ). > I am attaching the XFree86.0.log. > > I am unable to find any reports on this. I will be grateful for > any suggestions, especially how and where to get any revised > versions of the i128_drv.o
I see you both (Roger Lavoie and Sebastian Canagaratna) have exactly the same problem. I believe the clue to the root cause is in this line in your logs: Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/i128_drv.o is unresolved! This suggests to me that the i128_drv module didn't get loaded, or else didn't get built right. Does the file exist? Can you try something like "nm i128_drv.o | grep xf86SetDDCproperties" (you may have to look at the nm man page for options)? My I128 died years ago, and the warranty replacement died soon after. Maybe you could try building from source (may as well try the CVS version) and take a close look in the report for anything strange in the compiling of that module. Nah, before you do that, take a look at http://www.xfree86.org/4.1.0/I128.html But first, make sure you have a line like Driver "i128" in your "Device" section of your config file. If all else fails, you could try to contact the author of the driver. Follow the URL above to find his email address. -- Remember, more computing power was thrown away last week than existed in the world in 1982. -- http://www.tom.womack.net/computing/prices.html _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
