LinuxMCE Forums
June 19, 2013, 05:02:52 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: 1 [2]
  Print  
Author Topic: LCD working on Silverstone case  (Read 4521 times)
nite_man
NEEDS to work for LinuxMCE
***
Posts: 1019


Want to work with LinuxMCE


View Profile WWW
« Reply #15 on: March 23, 2008, 07:01:07 pm »

To start lcd_redirect during the boot time you can add it into LCDd start script. This is a quick and dirty solution but it should work.
Logged

Michael Stepanov,
My setup: http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup
Russian LinuxMCE community: http://linuxmce.ru
gazlang
Guru
****
Posts: 210


View Profile
« Reply #16 on: March 27, 2008, 12:17:06 pm »

Ok I have solved this - adding the lcd_redirect command to any init or rc.local script etc doesn't work because it is loaded before the LMCE orbiter.

Heres what I did to get it running -

Make a deamon

Code:
sudo nano /usr/sbin/lcd

add
 
Code:
#!/bin/bash
#check if the OrbiterGL is already running!
LMCE=`pidof OrbiterGL`
        if [ ! -z $LMCE ] ; then
                while true ; do
                        #load lcdproc
                        /usr/local/sbin/LCDd -c /home/linuxmce/lcdproc/LCDd.conf
                        #load lcd_redirect
                        /home/linuxmce/lcd/lcd_redirect 39
                        sleep 5
                        done
         else
                 sleep 5
                 /usr/sbin/lcd
         fi


change the lcdproc and lcd_redirect paths to suit you

Then make it executable

Code:
chmod 755 /usr/sbin/lcd

And make an init script

Code:
sudo nano /etc/init.d/lcd

add>

Code:
/usr/bin/lcd

then

Code:
update-rc.d lcd defaults


The lcd_redirect will then start with the orbiter. You can have the mythtv lcd client set up to display tv info (when you quit mythtv lcd_redirect will start back up)

Perfec!
« Last Edit: March 27, 2008, 01:10:54 pm by gazlang » Logged

AMD Athlon 5800+ X2
Asus M2N-SLI-Deluxe
2x Corsair XMS6400 DDR2 512mb
Samsung 400GB SATA + 500GB SATA
nVidia GeForce 7300GT
Hauppauge Nova-T 500
Hauppauge PVR-500
Thermaltake low-noise 450w PSU
Thermaltake Bach Case w/ imon vfd
Fiire Remote
UIRT
gazlang
Guru
****
Posts: 210


View Profile
« Reply #17 on: March 27, 2008, 12:21:01 pm »

By the way, since the lcd_redirect driver is not mine I was a bit adverse to entering the howto on the wiki.

Any thoughts on this?
Logged

AMD Athlon 5800+ X2
Asus M2N-SLI-Deluxe
2x Corsair XMS6400 DDR2 512mb
Samsung 400GB SATA + 500GB SATA
nVidia GeForce 7300GT
Hauppauge Nova-T 500
Hauppauge PVR-500
Thermaltake low-noise 450w PSU
Thermaltake Bach Case w/ imon vfd
Fiire Remote
UIRT
Itsik
Guru
****
Posts: 161


View Profile
« Reply #18 on: April 22, 2008, 09:06:11 am »

where can I find this driver ?
clicking the link gives a "page not found"

thnx
Itsik
Logged
nite_man
NEEDS to work for LinuxMCE
***
Posts: 1019


Want to work with LinuxMCE


View Profile WWW
« Reply #19 on: April 22, 2008, 09:37:32 am »

Have a look that one - http://smart-home-blog.com/wp-content/plugins/wp-download_monitor/download.php?id=7
Logged

Michael Stepanov,
My setup: http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup
Russian LinuxMCE community: http://linuxmce.ru
bulek
Administrator
wants to work for LinuxMCE
*****
Posts: 868

Living with LMCE


View Profile
« Reply #20 on: April 22, 2008, 01:15:17 pm »

Hi,

I also have silverstone case, but didn't yet played with VFD. But have an idea - since we're all learning GSD from our great tutors...

it would be convenient to have a driver that would by default display time and date and have simple api to change default message and display dynamic message for X secs - and then we could register GSD event listener that would determine messages to be displayed on VFD or any other live display around....

Great topic ....

Is present driver anywhere near that ?

HTH,

regards,

Bulek.
Logged

Thanks in advance,

regards,

Bulek.
totallymaxed
LinuxMCE God
****
Posts: 4316


View Profile WWW
« Reply #21 on: April 22, 2008, 01:39:59 pm »

Hi,

I also have silverstone case, but didn't yet played with VFD. But have an idea - since we're all learning GSD from our great tutors...

it would be convenient to have a driver that would by default display time and date and have simple api to change default message and display dynamic message for X secs - and then we could register GSD event listener that would determine messages to be displayed on VFD or any other live display around....

Great topic ....

Is present driver anywhere near that ?

HTH,

regards,

Bulek.


I agree that would be a very nice capability to have ;-)

Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
Itsik
Guru
****
Posts: 161


View Profile
« Reply #22 on: April 22, 2008, 10:31:28 pm »


It says "page not found" ...
Logged
nite_man
NEEDS to work for LinuxMCE
***
Posts: 1019


Want to work with LinuxMCE


View Profile WWW
« Reply #23 on: April 23, 2008, 08:04:15 am »

Fixed.
Logged

Michael Stepanov,
My setup: http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup
Russian LinuxMCE community: http://linuxmce.ru
Itsik
Guru
****
Posts: 161


View Profile
« Reply #24 on: April 24, 2008, 09:03:36 pm »

Thw link you gave is to the lirc.conf for the imon pad. I was looking for the driver to display lmce data on the vfd
Logged
gazlang
Guru
****
Posts: 210


View Profile
« Reply #25 on: April 25, 2008, 12:16:27 pm »

The link I posted still works for me!
If the link stil doesn't work for you, pm me your email and I will send you the driver folder as soon as I can
Logged

AMD Athlon 5800+ X2
Asus M2N-SLI-Deluxe
2x Corsair XMS6400 DDR2 512mb
Samsung 400GB SATA + 500GB SATA
nVidia GeForce 7300GT
Hauppauge Nova-T 500
Hauppauge PVR-500
Thermaltake low-noise 450w PSU
Thermaltake Bach Case w/ imon vfd
Fiire Remote
UIRT
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!