Announcement

Collapse
No announcement yet.

logo screen has a bad resolution

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    logo screen has a bad resolution

    Hello,

    I have a problem when I arrive on the log screen. The resolution is in 640*480 or something like that. But When i put my login and password the following screen (loading screen) is in its good resolution. And my session screen is also in a good resolution. How can I change the logo screen resolution because in the "session manager" I can change the wallpaper, the logo, the position but not the size and résolution of the screen. It is not a big problem but it's very sad.

    Thank you for your help

    Wilgard.


    #2
    Re: logo screen has a bad resolution

    What kind of system do you have ?
    Do you have grub ?

    If you have grub:

    Goto /boot/grub/ and edit menu.lst (Backup first !)

    Find kernel line:
    something like this:
    kernel /boot/vmlinuz-2.6.15-27-k7 root=/dev/hdb1 ro quiet splash
    add vga= "video mode"

    example:
    vga=792 that is 24 bit, resolution 1024x768

    So you get:
    kernel /boot/vmlinuz-2.6.15-27-k7 root=/dev/hdb1 ro quiet splash vga=792
    Listing of Video Modes and codes you can find here:
    VGA modes for PC computers
    http://wiki.antlinux.com/pmwiki.php?n=HowTos.VgaModes

    Useful:
    Editing Files that Belong to Root
    http://www.psychocats.net/ubuntu/permissions
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: logo screen has a bad resolution

      Thank you very much, you have solved my problem =)

      Comment

      Working...
      X