Results 1 to 10 of 19
So, I just installed Ubuntu, and finally got the dual boot working...
But of course, more trouble. Ubuntu boots, then prompts me with the log-in. Upon logging in it puts ...
- 04-16-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
Ubuntu freezes on log-in
So, I just installed Ubuntu, and finally got the dual boot working...
But of course, more trouble. Ubuntu boots, then prompts me with the log-in. Upon logging in it puts me at a brown screen with my mouse... and then nothin. I logged into the terminal, which worked, and did sudo apt-get install kubuntu-desktop... maybe replacing the desktop manager would work... worth a shot, right? Well it does the same thing as before. Also, if I try (at the log-in screen) to pick between a Gome, KDE, etc session... it immediately freezes and I have to reboot. It does this as soon as I click to select one, no matter which one.
This is really startin to suck guys, any help would be appreciated.
- 04-16-2005 #2
What happens when you loggin in the command line and type
dylunioCode:startx
- 04-16-2005 #3Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
command not found, heh
- 04-16-2005 #4Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
OK, so I've been browsing through the boards... I used apt-get to update my nvidia drivers... no luck. I opened up my XF86config file like another thread suggested... appeared to be a blank document. Startx still gives me an unknown command error. Might I be missing Xwindows somehow? I think I'll go try that...
- 04-16-2005 #5Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
ok, so the command 'sudo apt-get install x-window-system' gives me the following:
Package x-window-system is not available, but is referred to by another package. This man mean the package is missing, has been obsoletedm or is only available from another source.
Sooo... yea. Open to ideas and suggestions.
- 04-16-2005 #6
Since i am not sure that X is installed on your system, you should look into installing it. Once it is installed run
as root to configure X.Code:xf86config
dylunio
- 04-16-2005 #7Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
so, given my above post... how would I go about installing it?
- 04-16-2005 #8Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
I suppose I should mention I'm using the 64bit 5.04... don't know if it makes a difference.
- 04-16-2005 #9
Firstly, just in case X only needs to be configured, run
as root.Code:xf86config
if that doesn't work, check the apt-get list for the X server withand if it is there tcy and install it.Code:apt-get --list | grep x
Tell me how this goes
dylunio
- 04-16-2005 #10Just Joined!
- Join Date
- Apr 2005
- Location
- NC, USA
- Posts
- 43
ok...
xf86config ... command not found
apt-get --list | grep x ... invalid operation list
I read somewhere else that 5.04 (hoary) uses xorg not xfree86. I did 'apt-cache search xfree86' and it pulled up a decently long list of xfree86 and xorg related (looked related) files including xserver-xorg (or something close) and some similiar stuff. I installed all of that stuff. Tried Ubuntu again, same problem. : |


Reply With Quote
