Find the answer to your Linux question:
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 30
Well, if you're not gonna work with Linpus, it'll be safe to just have the installer do everything automagically. That should be an option (called automatic partitioning or something)...
  1. #11
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,042


    Well, if you're not gonna work with Linpus, it'll be safe to just have the installer do everything automagically. That should be an option (called automatic partitioning or something)
    Can't tell an OS by it's GUI

  2. #12
    Just Joined! benerivo's Avatar
    Join Date
    Nov 2006
    Posts
    18
    It will probably be worthwile looking through this page as it is very user friendly and not too long.

  3. #13
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    I agree with Freston. You should select Guided Partitioning. Installer will create and format partitions itself.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #14
    Just Joined!
    Join Date
    Sep 2007
    Posts
    12
    Back again! I've installed ubuntu (i believe successfully!) but I've hit another snag. After logging in (I still get text no graphics at all yet, is this normal?) I'm stuck. I'm asked for commands "username@ubuntu:~$"
    and I have no idea what to do!!

    All I want is to get to a desktop!

  5. #15
    Linux User
    Join Date
    Jun 2006
    Location
    Scotland
    Posts
    255
    1) First which version did you install. (The server edition has no desktop!). Did you install the LiveCD or the Alternate CD

    2) Secondly which method of install did you use? It is better to use the Text install. If it says "username@ubuntu:~$" and you have not yet established a username and password it look suspiciously like you used the oem install.

    3) If you have used the oem install try username:oem and passwordeither) oem (or) [blank]. The oem process is not finished until you run the command
    sudo oem-config-prepare
    Then it will ask YOU for YOUR username and password and remove oem.

    4) To get X run the command
    sudo dpkg-reconfigure xserver-xorg
    This will start a text-based wizard which will ask you some questions. If you don't know any answers than go with the suggested default. If at first you don't succeed then try again. If it still doesn't work then go with VESA. At least that should start the gui.

  6. #16
    Just Joined!
    Join Date
    Sep 2007
    Posts
    12
    There was no LiveCD option when I was installing it. As to the version all I know is that it's 7.04.

    i've got a username and password it's after I enter those that I'm asked for commands.

    I tried the command you gave to get X to start but it came up the package xserverx-xorg is not installed

  7. #17
    Linux User
    Join Date
    Jun 2006
    Location
    Scotland
    Posts
    255
    If you are connected to the internet try the command
    sudo apt-get install xserver-xorg

  8. #18
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Execute startx command and post exact error message here, if any. Post the contents of /etc/lsb-release file too.
    Code:
    startx
    cat /etc/lsb-release
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #19
    Just Joined!
    Join Date
    Sep 2007
    Posts
    12
    Quote Originally Posted by devils_casper View Post
    Execute startx command and post exact error message here, if any. Post the contents of /etc/lsb-release file too.
    Code:
    startx
    cat /etc/lsb-release
    The program startx is not currently installed. you can install it by typing sudo apt get install xinit.

    Package xinit is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted or is only available from another source.
    However the following package replaces it: x11-common
    E: Package xinit has no installation candidate

  10. #20
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    I think you have installed Ubuntu Server. It doesn't install X Server by default. Post the contents of /etc/lsb-release here.
    If its Server only then execute this
    Code:
    sudo apt-cdrom add
    sudo apt-get install ubuntu-desktop
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 2 of 3 FirstFirst 1 2 3 LastLast

Posting Permissions

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