LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   boot up screen change (https://www.linuxquestions.org/questions/linux-general-1/boot-up-screen-change-449462/)

brianmay27 05-28-2006 09:54 PM

boot up screen change
 
i made a "tivo" out of my FC5!!! comp and i was wondering if there was a way to make the boot up screen ( the one where it shows all the progress starting up) a different display. so have it like the tivo where the logo is there and like starting up. Then to not get the login screen to appere. Can some one tell me if that is possible and what i need to do to get it to do that.

Simon Bridge 05-28-2006 10:34 PM

I don't know about the boot screen - you can change the bootsplash image, but the actual boot process will have to stay since you gotta have an OS. (The graphical boot is an xml file, the hack would be to edit the image this file loads so you still get the boot messages but with your own logo.)

However, if the tivo setup will run without a desktop, and you would otherwise have KDE, it goes something like this...

create /opt/kde3/share/apps/kdm/sessions/TIVO.desktop script
Code:

[desktop entry]
Encoding=utf-8
Type=XSession
Exec=<execution path>
TryExec=<as above>
Name=TIVO
Comment[en]=GNU/FC5 TIVO Box

... and, of course, you'll want to execute your TIVO stuff in full-screen mode. Just setting to full-screen may not work, in which case you have to set the display size to your screen's dimentions instead.

That should be half your solution anyway.


All times are GMT -5. The time now is 05:14 AM.