Find the answer to your Linux question:
Results 1 to 9 of 9
I have recently re-installed openSUSE 10.2 due to some obscure error that I couldn't fix. Everything works fine, apart from two things. The first isn't very important, but on boot ...
  1. #1
    Just Joined! Mooseguy's Avatar
    Join Date
    Feb 2007
    Posts
    42

    Question Screen resoultion in virtual terminal.

    I have recently re-installed openSUSE 10.2 due to some obscure error that I couldn't fix. Everything works fine, apart from two things. The first isn't very important, but on boot the blue spashscreen isn't there. I always push Esc to get rid of it anyway, but I'm still wondering why that happened. Also, when I use a virtual terminal (By pressing Ctrl-Alt-F1) The text is large. It's like the resolution has been changed from 1280 x 1024 to 640 x 480.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    post the contents of /boot/grub/menu.lst file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! Mooseguy's Avatar
    Join Date
    Feb 2007
    Posts
    42
    # Modified by YaST2. Last modification on Tue Apr 10 16:07:32 BST 2007
    default 0
    timeout 8
    gfxmenu (hd0,5)/boot/message

    title openSUSE 10.2
    root (hd0,5)
    kernel /boot/vmlinuz-2.6.18.8-0.1-default root=/dev/sda6 resume=/dev/sda7 splash=silent showopts
    initrd /boot/initrd-2.6.18.8-0.1-default

    title Windows
    rootnoverify (hd0,0)
    chainloader (hd0,0)+1

    ###Don't change this comment - YaST2 identifier: Original name: failsafe###
    title Failsafe -- openSUSE 10.2
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd

    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title openSUSE 10.2 - Old Kernel
    root (hd0,5)
    kernel /boot/vmlinuz root=/dev/sda6 resume=/dev/sda7 splash=silent showopts
    initrd /boot/initrd

  4. #4
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    You have to add a boot parameter in grub. Open YaST->System->Configuration of the bootloader. Select the default suse line, press 'modify'(?), in the line 'VGA mode' you enter 0x31a (that is 1280x1024, 16 bit color). Then save and reboot.
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    OR log in as root, open menu.lst file and add vga=0x31a at the end of kernel line.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined! Mooseguy's Avatar
    Join Date
    Feb 2007
    Posts
    42
    Thanks guys, that fixed the resolution problem. How about the splash screen? I've had a poke around and it seems that the splash="silent" line in menu.lst has something to do with it.

  7. #7
    Linux Newbie the bassinvader's Avatar
    Join Date
    Jun 2006
    Location
    Europe
    Posts
    168
    The splash screen setting should be before any of the settings for OSs and look like this;

    Code:
    splashimage=(hd0,3)/grub/splash.xpm.gz
    You can use any image as long as its of th type .xpm.gz


    splash="silent" is the image you see after choosing openSuSE 10.2.

    errr... hope thats not explaining the obvious

    later
    " I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."

  8. #8
    Just Joined! Mooseguy's Avatar
    Join Date
    Feb 2007
    Posts
    42
    I had a look in the /boot/grub folder but there's no .xpm.gz file there.

  9. #9
    Linux Newbie the bassinvader's Avatar
    Join Date
    Jun 2006
    Location
    Europe
    Posts
    168
    Thats ok. I was talking out of arse anyway, in SuSE grub uses gfxmenu instead which i see you already have listed. The only other thing i can think of is whether grub is looking in the right partition;

    Code:
     gfxmenu (hd0,5)/boot/message
    but this is a last ditch suggestion on my part.

    i'm out
    " I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...