Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 80.221.111.15: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RunningUnderX ------------------------------------------------------------------------------ @@ -62,3 +62,19 @@ }}} runfreevo is my script to start freevo. After I alter something in the local_conf.py and want it to take effect I shutdown Freevo from the main menu and it will automatically reload, 100000 times. + +== Freevo & VNCServer == + +I wanted to run a Freevo media box with a VNC server for system management. With the following kind of ~/.xsession you can do it. Make your freevo account to start automatically with this .xsession: + +{{{ +#!/bin/sh +if [ "$VNCSTARTED" = "true" ]; then + ./xfwm4start + exit 0 +else + export VNCSTARTED="true" + vncserver -geometry 1200x900 -depth 8 + sudo startfreevo +fi +}}} ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
