Find the answer to your Linux question:
Results 1 to 7 of 7
Hello, I have been trying to install kubuntu 8.10 on my Dell Mini12 for some time now. (Dell mini 12: 1.6ghz intel atom, 1gb mem, 80gb hdd) Every time I ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    4

    Unhappy Kubuntu Install Help Please!

    Hello,

    I have been trying to install kubuntu 8.10 on my Dell Mini12 for some time now.
    (Dell mini 12: 1.6ghz intel atom, 1gb mem, 80gb hdd)

    Every time I try to install kubuntu, I get all the way through the install, it tells me I'm done and to reboot into kubuntu, and then all I get is a full screen terminal. it has me put int he user and pass that I set during install, but other than that no functionality.

    I have tried the regular cd and the dvd via usb dvdrom drive, and the alternate install image via thumbdrive w unetbootin.

    I have scourered many forums searching for a solution to this, and I have seen a few things about an xserv problem, but I am pretty much a complete noob at linux so I have been unsuccessful.

    Help Please!

    Thanks,
    Eamonn Connor

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    well, there's a few things to look at first to see if there's a bad default. Once you have the prompt, try these commands...

    sudo init 5

    if no gui, try startx

    if that fails, let us know what errors you get. Also please post the output of tail /var/log/Xorg.0.log (zero).

    ---Edit:
    Note: It's easier to post log outputs if you can make a network connection to the micro from the computer you're using to connect to the Internet via ssh, then you can do a simple cut and paste.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    then all I get is a full screen terminal. it has me put int he user and pass that I set during install, but other than that no functionality.
    Press Alt+Ctrl+F1. Does it drop you at command line login prompt?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Jan 2009
    Posts
    4
    Thanks for the replies.

    After running startx it gives me two errors:

    (red= computer ouptut from commands)

    (EE) VESA(0): No valid modes
    (EE) Screen(s) found, but none have a usable configuration.

    Fatal server error:
    no screens found
    giving up.
    xinit: Connection refused (errno 111): unable to connect to X server
    xinit: No such process (errno 3): Server error.


    after tail /var/log/Xorg.0.log I get:

    (EE) VESA(0): No valid modes
    (II) UnloadModule: "vesa"
    (II) UnloadModule: "int10"
    (II) Unloading /usr/lib/xorg/modules//libvbe.so
    (II) UnloadModule: "vbe"
    (II) Unloading /usr/lib/xorg/modules//libvbe.so
    (EE) Screen(s) found, but none have a usable configuration.

    Fatal server error:
    no screens found


    Thanks again for the help...I hope this makes more sense to someone else than it does to me!

    ----Eamonn

  5. #5
    Just Joined!
    Join Date
    Jan 2009
    Posts
    4
    Devils Casper:

    I tried Alt+Ctrl+F1 but nothing.

    It gives me a black screen with txt. The first thing it comes up with is a login prompt. After that....just a std terminal prompt. (i.e. user@kubuntu:~$)

    thx

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    The first thing it comes up with is a login prompt. After that....just a std terminal prompt. (i.e. user@kubuntu:~$)
    You have to configure Display settings. Execute this
    Code:
    sudo dpkg-reconfigure xserver-xorg
    sudo shutdown -r now
    In case it doesn't work, exeute this
    Code:
    sudo lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jan 2009
    Posts
    4
    for "sudo lspci | grep -i vga" the output is:

    00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 06)

    for "grep -i driver /etc/X11/xorg.conf" the output is:

    Driver "vesa"


    Thanks again

Posting Permissions

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