Hey, thanks for the LCD Daemon, got it running and everything. When I run it it will scroll the information properly, however when I typed "make" it came up with a message like this:
*warning This file includes at least one deprecated or antiquated header, then it went on about how to use a more recent one.
That didn't happen with the last program you had, when I typed make, it just made the file. But it still runs. Now when I run it, as you said in your file, it runs fine, the LCD does display everything correctly, I am assuming the percentage in the top line of the lcd is the actual CPU usage? It comes up something like 85.9% for mine (celeron 633). But when I look back at my prompt the following is scrolling, timed about the same as the lcd change:
sh: line 1: procinfo: command not found
To run the program I type this: dc_lcd &
I have the daemon in my /usr/bin/ directory
and the lcdsetup in /usr/gallantweb/sbin/ directory.
Am I doing something wrong or is everyone getting this?