Author: duncan Date: Tue Oct 31 06:49:28 2006 New Revision: 8521 Modified: branches/rel-1-6/freevo/contrib/rpm/redhat-boot_config
Log: Missed redhat-boot_config Modified: branches/rel-1-6/freevo/contrib/rpm/redhat-boot_config ============================================================================== --- branches/rel-1-6/freevo/contrib/rpm/redhat-boot_config (original) +++ branches/rel-1-6/freevo/contrib/rpm/redhat-boot_config Tue Oct 31 06:49:28 2006 @@ -1,9 +1,19 @@ # $Id$ FREEVO_HOME="/usr/bin" +# Uncomment the following line to allow freevo to startup automatically without +# logging in +#FREEVO="yes" FBSET="/usr/sbin/fbset" MATROXSET="" FBSETDB="/usr/share/freevo/contrib/fbcon/fbset.db" FREEVO_LOG="/var/log/freevo/main-0.log" FREEVO_RES="main.py remote.py" VTRELEASE="" +# The following value should match the 'display' variable in +# /etc/freevo/freevo.conf (?) +# I'm not sure why SDL won't start without this being defined here +SDL_VIDEODRIVER=x11 + + + ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
