
To maintain a level of authenticity, the VCR required an external display like the one originally installed to show status, function, channel number, etc. I opted to replace the original 7-segment display module with a USB-powered LCD to put a modern spin on the old look. There aren’t many display modules available, so I did a little research to make sure that the nMedia PRO-LCD would be compatible with Linux drivers. Fortunately, it is, but it took much cursing and gnashing of teeth to get it working.
First, make sure that the USB cord and power supply are plugged in.

![]() |
![]() |
CREDIT: nMedia |

Power-on the computer, and the display should show a test pattern with the words “MCE Indicator TM for Media Center” dancing around. Now, it’s time to install drivers!
From the terminal, execute the following:
sudo apt-get install LCDproc
Once LCDproc is installed, configure the daemon by editing /etc/LCDd.conf in Nano or another text editor. Change the following settings to the appropriate values:
Driver=lis
Foreground=no
AutoRotate=no
ServerScreen=no
Backlight=open
Heartbeat=open
Reboot, and your LCD is ready for input! Or is it output?