[lcdproc] How to remove server info
Scott Scriven
scriven@CS.ColoState.edu
Mon, 20 Sep 1999 13:52:52 -0600
Geordy Korte wrote:
> After patching LCDPROC to add 16x2 support I am now trying to get rid of
> the SERVER screen info that pop's up every 2 secs to tell me how many
> clients are connected. The prob is that I can't find it.
>
> Anyone have any ideas
The current cvs code has a commandline option to remove that screen.
For now, just make a simple change in server/main.c:
After this section...
if(server_screen_init() < 0)
{
printf("Error initializing server screens\n");
return 1;
}
Add this line:
else server_screen->priority = 256;
About setting all your screens to priority 64, this will have the same
effect. Lower priorities are more important, and 128 is "normal". 64
is used for "medium-high" priority, and 256 for "never show this
screen".
_ _ _ _ ___ ___ ------------"Use the source, Luke!"---------
( \/ ( \/ (__ (__ ) | Scott Scriven (Toy Keeper / XYZZ) |
\ / \ / // // | mailto:toykeeper@cheerful.com |
/ \ / / //_ //_ | irc:serdevian.dyn.omnipotent.net |
(_/\_(_/ (___(___) | http://www.vis.colostate.edu/~scriven/ |
-----------------------------------------------------------
To unsubscribe from this list send a blank message to
lcdproc-unsubscribe@lists.omnipotent.net