imon
XBMC 10.1 and VFD/LCD screens
Submitted by alex on Sat, 02/04/2011 - 00:31The setting for enabling VFD/LCD screens has mysteriously disappeared in XBMC 10.1, so to make them work (assuming LCDproc is up and running properly, then do the following:
1) Stop XBMC
2) Edit ~/.xbmc/userdata/guisettings.xml
change the line "<haslcd>false</haslcd>" to "<haslcd>true</haslcd>"
3) Restart XBMC
XBMC imon and lirc settings part 2
Submitted by alex on Sat, 18/12/2010 - 01:05
iMon-remote
A while ago I posted about setting up lirc for an imon remote control to work with xbmc. This was working well, but recently lirc has started going into the kernel. For 2.6.35 it was possible to just blacklist ir_core, but this no longer works in 2.6.36. The new imon driver is a pure input layer driver, which means it uses the linux devinput layer.
What this means in reality is that a few tweaks are needed.
XBMC imon and lirc settings
Submitted by alex on Sun, 04/07/2010 - 18:24
iMon-remote
I use XBMC on my HTPC, and it is great. I'm using a case that has a built in iMon IR receiver and vfd readout, which also lets me turn the system on from off (which isn't common with lots of PC remote controls). XBMC needs to be set up to work with these.
As my HTPC runs on linux (Arch linux to be precise), this first of all means setting up lirc and lcdproc. My case also has a volume knob and some media control buttons on the front that need setting up too. There are plenty of guides out there on how to set these up, so I'm not going to here - I'm just going to give my config files that might be useful for others.