Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 19 of 19
Originally Posted by dex002 ok, hang on. When I ctrl-alt-f1 I don't know what the root password is because I was never asked to set one during installation. What is ...
  1. #11
    Linux User eugrus's Avatar
    Join Date
    Dec 2004
    Location
    Russia
    Posts
    391
    Quote Originally Posted by dex002
    ok, hang on. When I ctrl-alt-f1 I don't know what the root password is because I was never asked to set one during installation. What is the default password?
    Try empty.
    Russian UNIX Forums
    http://eugrus.pp.ru

  2. #12
    Just Joined!
    Join Date
    May 2005
    Posts
    10
    Ok, I found out that the root account is disabled by default after an ubuntu installation. But I can use sudo with another account. Still none of the suggested commands work. Please don't give up! I really want to get this going!!

  3. #13
    Linux User eugrus's Avatar
    Join Date
    Dec 2004
    Location
    Russia
    Posts
    391
    Code:
    XFree86 -configure
    Russian UNIX Forums
    http://eugrus.pp.ru

  4. #14
    Just Joined!
    Join Date
    Oct 2004
    Location
    Midwest
    Posts
    43
    I had the same problem on my laptop after th install of Ubuntu. There are a few issues with the autoconfiguration of lcd screens in ubuntu, but this is not hard to fix.

    What you can do is when you get to the bootloader is choose the the second option (recovery mode) and boot into that or use the ctrl-alt-F1 to get to terminal in the normal boot up.

    Next run the command,
    sudo dpkg-reconfigure xserver-xorg

    Use the safe and basic options throughout the configuration.

    Next, type
    sudo reboot

    You should be able to boot normally now.

    I hope that helps, if not, PM me and I'll be glad to go through this with you until we get your install up and running.

  5. #15
    Just Joined!
    Join Date
    May 2005
    Posts
    10
    Hey, thanks for the awesome help. I have got up to the part where I have to select my driver from the list, but I don't think its there. I have an Intel board with built-in Extreme2 graphics driver. I thought these were pretty common, but I don't see anything in the list that resembles it. Any clues? Thanks again for helping, Dex.

  6. #16
    Just Joined!
    Join Date
    May 2005
    Posts
    10
    Hang, I found it! Its the i810

  7. #17
    Just Joined!
    Join Date
    May 2005
    Posts
    10
    But it still doesn't work. I've been through the config a couple of times but with no luck. I'd love some more help with this!

  8. #18
    Just Joined!
    Join Date
    Apr 2005
    Posts
    45
    Type:

    Code:
    sudo <editor> /etc/X11/xorg.conf

    in the console. Replace "<editor>" with the text editor of your choice.

    *Note create a backup of this file just in case you FUBAR it (it can happen)

    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
    Go the the section labled "[Display]".

    You should see various color depths and display resolutions associated with each depth. Remove any resolutions that your monitor can't handle.

    Save the file and start your X server "startx"

    That should do the trick.

  9. #19
    Just Joined!
    Join Date
    May 2005
    Posts
    10
    thanks a bunch compmodder26!

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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