A minor note re the xfree86/drivers/geode video driver - installed from a "clean" kit, a "X -configure" will produce the log message: "Unfortunately the appropriate data has not been added tp xf86PciInfo.h" The relevant scanpci line in my environment has: "... cardnum 0x12 function 0x04: vendor 0x1078 device 0x0104" I added #define PCI_VENDOR_FOOBAR 0x1078 to xfree86/common/xf86PciInfo.h and rebuilt the Xserver. I suppose a name similar to the #define PCI_VENDOR_ID_CYRIX 0x1078 in drivers/geode_driver.c might be more appropriate, although the #define PCI_VENDOR_ID_NS 0x100b I guess would be what one would want to use if the hardware still didnt use the 0x1078 value... :)
- bruce _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
