LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu not loading desktop. (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-not-loading-desktop-830070/)

goofybud16 09-02-2010 10:39 PM

Ubuntu not loading desktop.
 
My ubuntu 10.04 dell dimmension 4400 keeps freezing. I tried to add a menu thing and it froze. Now it starts to load and freezes. It will occationaly start playing music but I have no control w/out manually rebooting. I can open a terminal. Thanks!

suid0 09-02-2010 11:29 PM

Where exactly it freezes? Is it while booting or after boot?

suid0

goofybud16 09-03-2010 11:58 PM

Right when you log in and it loads the desktop. Some of the sidebars i had set up load and the music program loads. But then It freezes before it loads all the way. It also says i connects to wireless. Then it says i don't suppoer frequency changing and music program loads then FREEZE! It after 15-30 min starts to play music w/out controll. Thanks!!

goofybud16 09-05-2010 11:51 AM

I didn't mean open terminal I meant i could log in to xTerm. If anyone could tell me how to fix it through commands thanks!

Kenny_Strawn 09-05-2010 12:12 PM

I would suggest reporting a bug on Launchpad about the situation:

Code:

ubuntu-bug -p xorg
or the equivalent.

suid0 09-05-2010 02:28 PM

Maybe you could try to use another window manager to see if the problem is with your X or with any app which is opened after your gnome is open. Try to install any simple window manager and switch to it.

frankbell 09-05-2010 09:39 PM

When you log in, can you change into another window manager, such as Open Box or {URL="http://linux.about.com/library/cmd/blcmdl1_gnome-session.htm"]Failsafe Gnome[/URL] and undo what you did?

If you can start a terminal, you can use apt to install another window manager, logout, then select it for logging back in. Even if Gnome is borked, another window manager should work and allow you shoot the trouble.

goofybud16 09-06-2010 11:09 AM

Even Gnome Failsafe fails!

goofybud16 09-06-2010 11:30 AM

Quote:

Originally Posted by Kenny_Strawn (Post 4088717)
I would suggest reporting a bug on Launchpad about the situation:

Code:

ubuntu-bug -p xorg
or the equivalent.

I am trying that now.

ERROR!!!!

Cannot connect to crash database, Please check your internet connection.

[code]<urlopen error [Errno -2] Name or service not known>[code]

going to try over LAN not wireless know.

Works over LAN and Chrome opened! YAY!

Signing in to launchpad.

Reporing Error.

Done.
Bug #631729

goofybud16 09-06-2010 11:37 AM

I have all my files on a floppy and will Re-instal if i must. I just don't have my software but can re-do that.

animeman 09-06-2010 05:59 PM

well cant they boot into terminal mode like drop to a root shell then figure out why it is doing that like look at the logs or something?

suid0 09-06-2010 07:01 PM

If it's just an app causing this lag, probably you won't see anything. Switching to another WM and starting a thing at a time seems to be the best solution to isolate the problem.

goofybud16 09-06-2010 11:11 PM

I have no idea how to install a window manager.

suid0 09-06-2010 11:17 PM

There you go, right from gogole.

Inside a terminal, run:
"sudo apt-get install fluxbox"

Fluxbox is just an example of an alternative. After that you should be able to select which window manager to use when you're on login screen. If not, login normally, and on the terminal type as root: telinit 3

This will move you to console mode.

Login with your user/password

After, create a file with this command:

echo "exec `which fluxbox`" > .xinitrc


That should do the trick to open using another window manager.

suid0 09-06-2010 11:19 PM

Ops, one thing missing.. type startx after! lol


All times are GMT -5. The time now is 08:52 PM.