Hi Duncan,

Duncan Webb wrote:
> Christian Nilsson wrote:
[...]
>> Hello Duncan!
>>
>> Offcorse you can test this, you can use the ncurses driver in lcdproc to 
>>   show a display in a terminal.
>>
>> so now you dont have any excuses :)
>>
>> Keep up the good work!
>>
>> /NiXZe
> Tell me more...
> 
> What do I need to do to configure lcdproc in freevo and for the lcdproc
> package?
> 
> There is bound to be something that need to be configured.


In freevo, just add, as stated in the plugin's source header comment the 
line
plugin.activate('lcd')
to your local_conf.py.

You can even run the LCDproc daemon on a different machine than the 
client, but then you have to specifiy that machine's name in pylcd (the 
dependency required by the lcd.py plugin), and allow connections on the 
respective network interface in LCDd.conf on the server machine.

To configure on which display the LCDproc deamon should render its 
output, just activate the respective "Driver" in LCDd.conf, and then 
configure that driver's parameters in the corresponding section.

In your case, you want to configure the ncurses driver to display on a 
screen size supported by the freevo lcdproc plugin.

Then, start the daemon in the foreground with "LCDd -f" to see it's 
ncurses output in the respective console (it should work even over a 
remote terminal session). I don't remember exactly right now, if the 
command line options differ between 0.4 and 0.5, that might be,but you 
can just check yourself with "LCDd --help" I think...

Good luck

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to