I've tried to run wine with X support and have got a following error: x11drv.dll.so: undefined symbol: XF86VidModeSetGammaRamp
I've use ldd to find out the libraries x11drv.dll.so uses... ... libXxf86vm.so.1 was in the list. I've made string libXxf86vm.so.1 | grep XF86VidModeSetGamma The result was only XF86VidModeSetGamma !!! There's really no such symbol XF86VidModeSetGammaRamp in this library... I was just curious and looked at the output of string libXxf86vm.so.1 | grep XF86VidModeSetGamma XF86VidModeSetGamma XF86VidModeSetGammaRamp XF86VidModeSetGamma XF86VidModeSetGammaRamp So, the XF86VidModeSetGammaRamp symbol is IN the static version of the library but not in the dynamic one... Have I misconfigured XFree somehow, or is it a feature, not a bug? P.S. I'm using XFree86 4.2.1 compiled from source under i686-gnu-linux. _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
