LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-12-2009, 01:46 AM   #1
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Rep: Reputation: 15
ubuntu doesn't start


hi guies,,
i dont know what happened to my ubuntu 9.10 os
when i use start my laptop it loads ubuntu usually..

but today when i presed the power button it started,ubuntu logo appears.
till here its ok.but after then a complete black screen appaears .
having written ""ubuntu9.10 omi ttyl""
it asks my id n password i had given that but it still remains the same
that screen remains in cui..
it seems my computer has turned into terminal mode

how can i put it back to graphical mode..
 
Old 12-12-2009, 02:14 AM   #2
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
type startx then GUI will be started
 
Old 12-12-2009, 02:18 AM   #3
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
try
Code:
startx
if it gives error then probably desktop is not installed. use this command

Code:
sudo aptitude install ubuntu-desktop
 
Old 12-12-2009, 02:35 AM   #4
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by raju.mopidevi View Post
type startx then GUI will be started
thnx foe ur response...i iwll try..
lets see what hapens..
 
Old 12-12-2009, 02:54 AM   #5
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by raju.mopidevi View Post
try
Code:
startx
if it gives error then probably desktop is not installed. use this command

Code:
sudo aptitude install ubuntu-desktop
both of them didnt worked..
when i gave startx cammand..a white window appeared ,,actually this window was of terminal ..terminal window..no desktop

then i switched off ma lappy directly.

n gave ur second command..
it start installing some packages and ask my permission in between i gave yes..

after installing packeges it remain as it is ..it remained in CUI..

actually at present my screen is similar to dos screen...

now how can i get backk to desktop mode
 
Old 12-12-2009, 03:37 AM   #6
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Try:

Code:
gdm
or
Code:
/etc/init.d/gdm start
Hopefully this should start the GNOME display manager (assuming you're using regular Ubuntu, not Kubuntu or Xubuntu), and put you in a graphical login screen.

Last edited by MrCode; 12-12-2009 at 03:39 AM.
 
Old 12-12-2009, 04:35 AM   #7
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by MrCode View Post
Try:

Code:
gdm
or
Code:
/etc/init.d/gdm start
Hopefully this should start the GNOME display manager (assuming you're using regular Ubuntu, not Kubuntu or Xubuntu), and put you in a graphical login screen.
thnx for ur reponse mister.
but it didnt helped me.
on typing gdm it says it is not installed
and on typing the other code it said there is no such direcotry or file
 
Old 12-12-2009, 05:06 AM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
If it was working correctly and then suddenly started this behavior, then most of the suggestions so far are probably not relevant.

Did you change **anything** before the problem appeared?

The first thing to do is look at /var/log/Xorg.0.log---See what kind of error messages appear towards the end.
 
Old 12-12-2009, 05:17 AM   #9
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
If it was working correctly and then suddenly started this behavior, then most of the suggestions so far are probably not relevant.

Did you change **anything** before the problem appeared?

The first thing to do is look at /var/log/Xorg.0.log---See what kind of error messages appear towards the end.
what i was doing b4 the prob came..i was shutting down ubuntu after my work is over..but it wasnt shutting down so i clicked over the shutdown option twice or thrice ,,but it wasnt working .then i directly switched off my lappy py pressing n holdig the power button.

as i restarted it .there was the problem..

usually the ubuntu9.10 ttyl logon screen use to appear b4 whenever i restart but after very short duration it goes off n ubuntu desktop use to appears..

but now it remain in that CUI ttyl sreen..

i will check what u suggested me..thnx 4 that
 
Old 12-12-2009, 05:22 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
So......probably some configuration file has been glitched...the log output should give us a clue.

Note: please do not use the texting shorthand here---spell out the words:

before
you
thanks
for
and
 
Old 12-12-2009, 05:46 AM   #11
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
So......probably some configuration file has been glitched...the log output should give us a clue.

Note: please do not use the texting shorthand here---spell out the words:

before
you
thanks
for
and
when i typed that it says there is no such file or directolry..

one thing more i would like to add is , last night i was trying to install GYACHI chat client on ubuntu and i had to download and uninstall some packages for that may be thats causing the problem
 
Old 12-12-2009, 05:51 AM   #12
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
When you typed what??

To read the log file:
Code:
cd /var/log
more Xorg.0.log
Quote:
last night i was trying to install GYACHI chat client on ubuntu and i had to download and uninstall some packages for that may be thats causing the problem
Perhaps----the log file should tell us if there is a file missing.
 
Old 12-12-2009, 06:58 AM   #13
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
When you typed what??

To read the log file:
Code:
cd /var/log
more Xorg.0.log
Perhaps----the log file should tell us if there is a file missing.
i did that and there is lot of information printed ,

i dont know where to look at , the information is so huge that i cant post it here..

i will try to find error messages in the layout and will paste it here but it will take time

Last edited by d_dark_lordd; 12-12-2009 at 07:17 AM.
 
Old 12-12-2009, 12:00 PM   #14
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
That log file uses tags for different kinds of messages---the code is at the beginning of the file.

Try--for example:
Code:
grep EE Xorg.0.log
OR
grep WW Xorg.0.log
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to start application when linux(ubuntu/debian) start ersek Linux - General 4 05-28-2009 12:19 PM
Ubuntu IE 6 won't start steve423 Linux - Desktop 6 10-03-2008 03:06 PM
Start using C under Ubuntu kzdev Linux - Newbie 3 08-03-2008 04:22 PM
Ubuntu 7.10.Can not start dstar101 Linux - Newbie 9 10-28-2007 04:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration