Just thought I would throw my solution up here. WARNING>> THis is not very secure. I Actually just set freevo to start from my rc.local file with 'freevo -fs &'. I do have freevo installed system wide. This runs freevo as root. you could also do something like 'su -u freevo -c freeo -fs' to starts as a user other than root.
Evan On 3/31/06, Henne Vogelsang <[EMAIL PROTECTED]> wrote: > Hi, > > On Wednesday, March 29, 2006 at 00:59:19, Marc Leesch wrote: > > > I still can?t boot into freevo (using SuSE). The first two options from > > the freevo.org wiki made a black screen or a direct boot in USER in > > Textmodus after booting. > > > > For the gdm-thing I miss the directory */dm* and the *02GNOME.desktop* > > file in /etc/X11. I guess in SuSE these files are somewhere but where? > > Or do I have to create this file? Then where I have to copy it? Any > > experiences with SuSE 10 or openSuSE? > > Put this in /usr/X11R6/bin/freevo-x and make it executeable > > #!/bin/bash > /usr/X11R6/bin/xset -dpms > /usr/X11R6/bin/xset s noblank > /usr/X11R6/bin/xset s noexpose > /usr/X11R6/bin/xset s 0 0 > /usr/X11R6/bin/xsetroot -solid black > /usr/bin/irexec -d /etc/freevo/lircrc > /usr/bin/freevo > # uncomment if you want to have freevo restarting after an crash > # trap "$0" 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 > > Put this in /usr/share/xsessions/freevo.desktop > > [Desktop Entry] > X-SuSE-translate=false > Encoding=UTF-8 > Type=XSession > Exec=freevo-x > TryExec=freevo-x > Name=Freevo > Comment=An open-source home theatre PC platform > > Install KDM with YaST, create a freevo user in YaST. Login with the new > user in KDM with the session type "Freevo". Logout again, edit > > /etc/sysconfig/displaymanager > > and set > > DISPLAYMANAGER_AUTOLOGIN > > to the freevo user youve created. Run SuSEconfig and restart KDM. After > you did that KDM will autologin your freevo user with freevo as WM. > > Henne > > -- > Henne Vogelsang, http://hennevogel.de > "To die. In the rain. Alone." > Ernest Hemingway > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
