From: Barry G. <mai...@pe...> - 2004-04-05 01:03:04
|
Hi, in 0.98, I had to add a 5.0second sleep to the CrystalFontz.c driver. Otherwise the display never initializes correctly. In the current CVS version, I've had to do it again. Line 675: // Fixme: why such a large delay? usleep(350*1000); sleep(5); // needed for 634 V2.0 Now it is working. The scrolling speed is too fast though (for the first line- OS/kernel info); it flickers too much to read. Also, the Curses & PNG displays are missing from the sample config file. BTW, does anyone have a sample config for showing 3 nics, or 3 nics + total? Thanks, Barry Gould |