Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-26 Thread Randall R Schulz
On Thursday 25 October 2007 23:30, CyberOrg wrote:
 On 10/26/07, Joe Morris (NTM) [EMAIL PROTECTED] wrote:
  On 10/26/2007 05:52 AM, Randall R Schulz wrote:
   Could you clarify the invocation that includes the VGA mode
   specification?
 
  I believe this was the line in menu.lst to set the accompanying
  frame buffer resolution for booting.

 Sorry wasn't clear enough, it goes in /boot/grub/menu.lst, add it to
 kernel parameter.

That I already knew and had already done.


 -J


RRS
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-26 Thread CyberOrg
On 10/26/07, Joe Morris (NTM) [EMAIL PROTECTED] wrote:
 On 10/26/2007 05:52 AM, Randall R Schulz wrote:
  Could you clarify the invocation that includes the VGA mode
  specification?
 
 I believe this was the line in menu.lst to set the accompanying frame
 buffer resolution for booting.

Sorry wasn't clear enough, it goes in /boot/grub/menu.lst, add it to
kernel parameter.

-J
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-25 Thread [EMAIL PROTECTED]

CyberOrg wrote:
  On 10/25/07, Benji Weber lt;[EMAIL PROTECTED]gt; wrote:

   On 24/10/2007, prakash c.s. lt;[EMAIL PROTECTED]gt; wrote:
   
is there any way to get the boot splash screen.
  
   You could try
  
   mkinitrd -s 1024x768 (or other resolution)
  
   
 
  Add vga=791 (or whatever is your screen resolution)
 
  Cheers
 
  -J


I tried both but still it not working,
but the vga option got the scrolling text size to minimum.

i even installed SuSE boot splash theme and modified splash in grub to
SuSE, also i  added this theme to initrd usign splash cmd
#splash -s -f ./bootsplash-1024x768.cfg /boot/initrd

is there any way to find whether the kernel supports splash, b'cos the
dmesg does not have any line which has the word splash in it (except the
kernel argument line).

here is the kernel line in the grub
   kernel /boot/vmlinuz-2.6.22.9-0.4-default root=/dev/sda1
resume=/dev/sda5 splash=SuSE showopts quiet vga=0x318

output of mkinitrd:
Kernel image:   /boot/vmlinuz-2.6.22.9-0.4-default
Initrd image:   /boot/initrd-2.6.22.9-0.4-default
Root device:   
/dev/disk/by-id/ata-WDC_WD1200BEVS-60LAT0_WD-WXE906719727-part11
(/dev/sda11) (mounted on / as reiserfs)
Resume device:  /dev/sda5
Kernel Modules: processor thermal scsi_mod libata pata_amd sata_nv fan
reiserfs edd sd_mod usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid
usbhid
Features:   block usb resume.userspace resume.kernel
Bootsplash: SuSE (1024x768)
18806 blocks

--
prakash





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-25 Thread Joe Morris (NTM)
On 10/26/2007 05:52 AM, Randall R Schulz wrote:
 Could you clarify the invocation that includes the VGA mode 
 specification?
   
I believe this was the line in menu.lst to set the accompanying frame
buffer resolution for booting.
 Using mkinitrd -s 1600x1200 vga=794
   
The line is just mkinitrd.  -s manually sets the resolution.  There are
other switches you could use, i.e. -k for kernel name, -i for initrd
name, etc.  I'm not sure but I think it may check menu.lst or maybe
something else to see what your frame buffer is set for, and
automatically use that for the -s resolution if not specified.  BTW, are
you sure your card supports a 1600x1200 frame buffer?

-- 
Joe Morris
Registered Linux user 231871 running openSUSE 10.3 x86_64





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-25 Thread Benji Weber
On 26/10/2007, Joe Morris (NTM) [EMAIL PROTECTED] wrote:
 The line is just mkinitrd.  -s manually sets the resolution.  There are
 other switches you could use, i.e. -k for kernel name, -i for initrd
 name, etc.  I'm not sure but I think it may check menu.lst or maybe
 something else to see what your frame buffer is set for, and
 automatically use that for the -s resolution if not specified.  BTW, are
 you sure your card supports a 1600x1200 frame buffer?

FWIW I've never managed to get 1600x1200 splash to work, 1280x1024
highest I can do. YMMV.

--
Benjamin Weber
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-24 Thread prakash c.s.
Hi,

I installed openSUSE 10.3 GNOME CD version by following the document.
(http://en.opensuse.org/Installation_without_CD).
Installation was successful without any error.

when i boot into the installed system there is no boot spalsh screen,
it prints the booting process (just scrolling text) and then displays
Login screen (gdm).

the boot splash package is installed and the kernel line in the
grub(menu.lst) also has the argument for splash, files related to the
boot splash is also available in the etc directory.

is there any way to get the boot splash screen.

regards,
c.s.prakash.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-24 Thread Benji Weber
On 24/10/2007, prakash c.s. [EMAIL PROTECTED] wrote:
 is there any way to get the boot splash screen.


You could try

mkinitrd -s 1024x768 (or other resolution)

--
Benjamin Weber
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Boot Splash not available when 10.3 installed without CD

2007-10-24 Thread CyberOrg
On 10/25/07, Benji Weber [EMAIL PROTECTED] wrote:
 On 24/10/2007, prakash c.s. [EMAIL PROTECTED] wrote:
  is there any way to get the boot splash screen.


 You could try

 mkinitrd -s 1024x768 (or other resolution)


Add vga=791 (or whatever is your screen resolution)

Cheers

-J
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]