Sunday, February 5, 2006

Latest LCDproc Working

LCDproc

I managed to get the latest LCDproc compilied and running on Mac OS X. After creating a darwin specific file for getting machine statistics, nearly all of the features work correctly. You can test out the features using the built in text and curses drivers.

Update!

LCDproc has integrated my changes into their source tree. You can find it in the latest LCDproc download.

  1. using the terminal, cd into the extracted source directory
  2. type the command: ./configure
  3. type the command: make
  4. edit the LCDd.conf file to use the curses or text driver.
  5. type the command: server/LCDd -c ./LCDd.conf to start the server
  6. open a new terminal window, cd into the same directory and type the command: clients/lcdproc/lcdproc C T M X D B K U P &
  7. When you are done, exit the programs by entering the command: killall LCDd; killall lcdproc

The lcdproc client has many options but that should show you quite a few of the screens. Hopefully I will find some time to write a driver for the USB LCD Kit if there is some interest.

No comments: