alanwww1
2009-02-08, 15:33
I did a fresh install with Hardy 8.04.2 mini
I compiled Lirc with imon_pad2keys patch for the remote.
Than i did the following
sudo apt-get install lcdproc
sudo /etc/init.d/LCDd stop
sudo /etc/init.d/lirc stop
cp /usr/share/xbmc/userdata/LCD.xml ~/.xbmc/userdata/
sudo nano /etc/LCDd.conf #change driver=imon uncomment: ServerScreen=no Foreground=no
sudo nano /etc/modprobe.d/options #add options lirc_imon pad2keys_active=1 is_lcd=0
sudo chmod 777 /dev/lcd0
echo "TESTME" > /dev/lcd0 #for testing
sudo /etc/init.d/lirc start
sudo /etc/init.d/LCDd start
All works fine with XBMC except after 2-3 secs i always get back LCDProc info screen rotating on the VFD. Any suggestions ?
I already tried
ServerScreen=no
Foreground=no
in /etc/LCDd.conf
as i read in guides
and i tried to add -i option in init.d/LCDd scipt. This way it is not showing anything in XBMC nor outside.
I compiled Lirc with imon_pad2keys patch for the remote.
Than i did the following
sudo apt-get install lcdproc
sudo /etc/init.d/LCDd stop
sudo /etc/init.d/lirc stop
cp /usr/share/xbmc/userdata/LCD.xml ~/.xbmc/userdata/
sudo nano /etc/LCDd.conf #change driver=imon uncomment: ServerScreen=no Foreground=no
sudo nano /etc/modprobe.d/options #add options lirc_imon pad2keys_active=1 is_lcd=0
sudo chmod 777 /dev/lcd0
echo "TESTME" > /dev/lcd0 #for testing
sudo /etc/init.d/lirc start
sudo /etc/init.d/LCDd start
All works fine with XBMC except after 2-3 secs i always get back LCDProc info screen rotating on the VFD. Any suggestions ?
I already tried
ServerScreen=no
Foreground=no
in /etc/LCDd.conf
as i read in guides
and i tried to add -i option in init.d/LCDd scipt. This way it is not showing anything in XBMC nor outside.