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 ...
- 05-06-2005 #11Try empty.
Originally Posted by dex002
- 05-06-2005 #12Just 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!!
- 05-07-2005 #13Code:
XFree86 -configure
- 05-07-2005 #14Just 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.
- 05-07-2005 #15Just 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.
- 05-07-2005 #16Just Joined!
- Join Date
- May 2005
- Posts
- 10
Hang, I found it! Its the i810
- 05-07-2005 #17Just 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!
- 05-10-2005 #18Just 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)
Go the the section labled "[Display]".Code:sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
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.
- 05-10-2005 #19Just Joined!
- Join Date
- May 2005
- Posts
- 10
thanks a bunch compmodder26!


Reply With Quote
