Announcement

Collapse
No announcement yet.

kubuntu initialization display problem

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

    kubuntu initialization display problem

    For some reason, when kubuntu enteres it's initialization run (after grub is loaded the kubuntu logo apear and underneath it the text of what ever is starting to run) - i cannot see it. my LCD just goes "unrecognized display mode" and i can't see what's going on, until the KDE desktop login screen appear.

    how can i change the resolution of that phase ?

    thanks
    I&#39;ll tell you all my secrets, but I&#39;ll lie about my past<br /><br />http://www.thebizneeds.com

    #2
    Re: kubuntu initialization display problem

    Hi,

    Maybe it's because you've set some vga in grub but I guess not.
    Did you recompile the kernel ?

    If not you should try to edit the grub config file :
    kdesu kate /boot/grub/menu.lst

    Then at the end of the line with your first kernel change it to look like this :
    ## ## End Default Options ##

    title           Ubuntu, kernel 2.6.15-23-amd64-generic Default
    root            (hd0,7)
    kernel          /boot/vmlinuz root=/dev/sda8 ro quiet splash vga=792
    initrd          /boot/initrd.img
    savedefault
    boot

    Where the value is like this array :

    640*480800*6001024*7681280*1024
    8 bits769771773775
    16 bits785788791794
    32 bits786789792795


    Cheers

    Comment

    Working...
    X