Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Furthermore, when start up the linux, there is now always a splash screen saying "Starting system" for example, instead of displaying the traditional detail information.
I know I could press "Esc" to display those details, but if I want to set it to default to display the details, what should I do?
That must be a new feature of 9.3 that the splashscreen is also on tty2. If they haven't changed it, you can switch it off by adding 'splash=0' to the boot options in /boot/grub/menu.lst. You can also type this parameter on the grub-menu screen (only valid on the current boot).
Thanks very much for abisko00 suggestion.
I could remove the splash screen now!!
However, I have one question more.
Is that possible to use the background in tty2, but when start up, I don't want to see "Starting System.." that splash screen??
using "Splash=0" options remove the background in tty2 as well as the "Starting System.." splash screen too!!
You could turn-off the silent-mode with 'splash=verbose'. This will give you the messages on a splash-background (just like you see on tty2). But I don't know how you could achieve a text console on tty1 and a splash on tty2. It should be possible however (in 9.1 the splash is only at tty1).
I guess the most comprehensive collection of kernel-parameters can be found in /usr/src/linux/Documentation/kernel-parameters.txt (providing that the kernel-source is installed). But this is probably not complete.
The framebuffer parameter can be found in /usr/src/linux-2.6.11.7/Documentation/fb (e.g. a nice table for vga modes in vesafb.txt).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.