Quoting "P.R. Patil" <[EMAIL PROTECTED]>: Hi,
> <color><param>0100,0100,0100</param>Hello, > > I' trying to execute the X windows on a m/c using > XF86_FBDev driver and > > linnux 2.4 > > CS5530 graphics chipset > > Frame buffer support with 16bit color depth > > It gives me the first blank screen with crossed cursor and hangs > there.The error is undefined symbol <bold>XmuCvtGravityToString > </bold>while loading the shared library libXaw.so.7 > > Can anyone pls help me out It seens to be an application that failed to start because it was linked with libXaw, but not with libXmu. Try finding out which application failed to start, probably in some initialization script, and run it as: LD_PRELOAD=/usr/X11R6/lib/libXmu.so <the-program> > <nofill> > Thanks and Regds, > PR > _______________________________________________ > Xpert mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xpert Paulo _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
