Y.C. Chen wrote:
> If I remove -nobanner in /usr/dt/config/Xservers, then it will load X
> properly. I can't find the description of '-nobanner'. How to let my build
> recognize -nobanner properly?
Oh, yeah. That's an Xsun option the community Xorg doesn't know about.
Sun's build allows it but simply ignores it:
--- unpacked/X11R6.9.0-src/xc/programs/Xserver/os/utils.c Mon Nov 7
22:33:30 2005
+++ sun-src/xc/programs/Xserver/os/utils.c Thu Nov 3 13:59:44 2005
@@ -930,6 +938,13 @@
nolock = TRUE;
}
#endif
+
+#ifdef SUNSOFT
+ else if ( strcmp( argv[i], "-nobanner") == 0)
+ {
+ /* ignore - just maintaining compatibility with Xsun CLI */
+ }
+#endif
#ifndef NOLOGOHACK
else if ( strcmp( argv[i], "-logo") == 0)
{
--
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering