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.58.34.170: http://freevo.sourceforge.net/cgi-bin/moin.cgi/auto_20login ------------------------------------------------------------------------------ @@ -2,6 +2,23 @@ This is rather easy in some distro's where it is an option in Gnome or KDE or in some othe X based configurration tool like MDK's, but what about logging in in text mode and starting Freevo in Frame buffer mode ? . === Example === + +Fast hack to start freevo in textmode (It runs as '''root''' !!!)... + +file '''/root/scripts/freevo''' : + +{{{ +#!/bin/sh +while /bin/true; do + freevo + sleep 1 +# uncomment next line if you have problems with lirc +# /etc/init.d/lirc restart +done +}}} + +file '''/etc/init.d/freevo''' : + {{{ #!/bin/sh ### BEGIN INIT INFO ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
