LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Closed Thread
  Search this Thread
Old 03-16-2008, 02:50 PM   #1
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Rep: Reputation: 30
My Xserver Is Disabled - Cant Start Up GUI !!!


!!! HELP ME Please !!! For some reason, I am not able to start my Ubuntu 7.10 as usual. It doesn't boot to the gui. I tried: 'sudo dpkg-reconfigure xserver-xorg' and it doens't work! And I also tried: 'sudo xorgconfig' and it says that the command doesn't exist. I also get the following:

xauth: creating new authority file /home/x/.serverauth .5161 /etc/X11/X is not executable
xinit: server error.

and... I also get this: Warning: could not generate /etc/X11/xorg.conf fail safe for vesa driver
Also, in the blue and grey screen, it says that the xserver.xorg is disabled.

Please guys, what must I do??? I need your help badly !!!!
 
Old 03-16-2008, 03:14 PM   #2
enlibertad
LQ Newbie
 
Registered: Mar 2008
Posts: 6

Rep: Reputation: 0
have you tried...?

HI!
Have you tried /etc/init.d/gdm start? Try that and type the errors
 
Old 03-16-2008, 03:30 PM   #3
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
Luckily not having X is actually the farthest thing from a true emergency in linux.
 
Old 03-16-2008, 06:07 PM   #4
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Original Poster
Rep: Reputation: 30
enlibertad, I typed that in and this is what it gave me:

*Starting Gnome Display Manager
Open: permission denied

What do we do now?
 
Old 03-17-2008, 02:17 AM   #5
enlibertad
LQ Newbie
 
Registered: Mar 2008
Posts: 6

Rep: Reputation: 0
Do it as super user

Quote:
Originally Posted by taurusx5 View Post
enlibertad, I typed that in and this is what it gave me:

*Starting Gnome Display Manager
Open: permission denied

What do we do now?
Sorry, you have to do it as super user: sudo /etc/init.d/gdm start

I'm not going to stay at home in the next 2 days. I'll try to answer if I can

Sorry about my English.
 
Old 03-17-2008, 02:28 AM   #6
enlibertad
LQ Newbie
 
Registered: Mar 2008
Posts: 6

Rep: Reputation: 0
Gnome?

AH! do you use gnome? try reinstalling it: sudo apt-get install gnome
 
Old 03-17-2008, 12:15 PM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by slackhack View Post
Luckily not having X is actually the farthest thing from a true emergency in linux.
I know ... the title is hilarious, I must save this post for further reference of what Ubuntu does to you.

I'm betting it's a broken package, which does happen often. Re-install some xorg-related packages, perhaps xorg itself, and it should work.
 
Old 03-17-2008, 12:29 PM   #8
jukebox55
Member
 
Registered: Aug 2007
Distribution: slackware 11
Posts: 101

Rep: Reputation: 15
!!!!emergency!!!! !!!!emergency!!!! !!!!emergency!!!!

Someone Is Taking Socks From My Draw. I Dont Know Who It Is, But I Should Have 8 Pairs Of Quality Cotton Pringle Socks, And Now Only Have 7. This Is Not A Joke, 2 Other Pairs Have Been Stolen In The Past 6 Months, I Think By My Sister.

!!!!emergency!!!! !!!!emergency!!!!
 
Old 03-17-2008, 12:42 PM   #9
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Why are you guys so mean and, BTW, you can't count properly. 8 - 7 = 1, not 2...
The OP's got a problem, it's not like you all sit in a barenaked console all day and never start X, aha? I would suggest looking at the output of
ls -l $(which X)
and
ls -l $(which Xorg)

there are other possibilities of what could've gone wrong. Maybe, check if /tmp is full, or that the permissions on the home directory are set right...
 
Old 03-17-2008, 01:03 PM   #10
jukebox55
Member
 
Registered: Aug 2007
Distribution: slackware 11
Posts: 101

Rep: Reputation: 15
but dont you think that stating not being able to get into gui is a little (WAYYY) over the top? its not like a hotair balloon has crashed into his atic. and to clear up the confusion over the socks, 2 pairs went missing a few months ago, and another pair have gone this week, its unacceptable, its highly irregular, and if theres one thing i like be, its regular.

Last edited by jukebox55; 03-17-2008 at 01:05 PM.
 
Old 03-17-2008, 01:25 PM   #11
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
not trying to be mean, i just thought the title was funny and a bit... extreme.

yeah, try reinstalling/reconfiguring xorg. you might also check the /var/log/Xorg.0.log after it fails to see if it gives you any additional information (cat /var/log/Xorg.0.log |grep EE).
 
Old 03-17-2008, 03:16 PM   #12
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
At least the title was more informative than "HELP ME!!!"
 
Old 03-17-2008, 05:28 PM   #13
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I've edited the thread title. taurusx5, have you had any progress with this issue?
 
Old 03-17-2008, 08:35 PM   #14
taurusx5
Member
 
Registered: Jan 2008
Posts: 424

Original Poster
Rep: Reputation: 30
I tried uninstalling then reinstalling xserver.xorg by: "sudo apt-get install xserver-xorg". Then I tried to reconfigure through: "sudo dpkg-reconfigure xerver-xorg", but I got a message saying that xerver is broken. Any other ideas?

And reddazz, YOU have NO RIGHT to change the title of MY post. NO RIGHT... Who do I email about complaining about this guy?
 
Old 03-17-2008, 08:58 PM   #15
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
Quote:
Originally Posted by taurusx5 View Post
I tried uninstalling then reinstalling xserver.xorg by: "sudo apt-get install xserver-xorg". Then I tried to reconfigure through: "sudo dpkg-reconfigure xerver-xorg", but I got a message saying that xerver is broken. Any other ideas?

And reddazz, YOU have NO RIGHT to change the title of MY post. NO RIGHT... Who do I email about complaining about this guy?
Lol, he's a mod, he pretty much does have the right.

All it said is that it's "broken?" what else does it say?

If ubuntu's apt-get has purge, I would remove xorg with apt-get purge and then reinstall it to make sure you cleaned out any bad config files. Then do the dpkg-reconfigure and see if that works. If not, post complete error message so someone can help figure it out. "it's broken" doesn't really help (for me, at least).
 
  


Closed Thread



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xserver disabled zikit Ubuntu 4 08-24-2006 06:50 AM
mouse config - xserver disabled Melciah Linux - Hardware 1 04-26-2006 05:50 AM
I think I disabled xserver and Im screwed now! leeman_s Linux - General 7 01-25-2003 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:19 PM.

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