LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-19-2007, 08:16 AM   #1
olracdor
Member
 
Registered: Nov 2007
Posts: 95

Rep: Reputation: 15
unable to start x server


my x server in fedora 6 is not starting, maybe the error is coming from the video driver. how can i fix this?
 
Old 11-19-2007, 09:00 AM   #2
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
need more information...

can you post the /var/log/Xorg.0.log and your xorg.conf ?

if you think the driver is in cause, you should try with

Driver "vesa"

or

Driver "mesa"

in the "Device" section
 
Old 11-19-2007, 09:05 AM   #3
El Gato Feo
LQ Newbie
 
Registered: May 2003
Location: Greater LA area
Distribution: FC6,7 soon 8
Posts: 26

Rep: Reputation: 15
Yeah Me Tooo!

I hooked up a new LCD monitor. My Fedora7 booted just fine.Pulled up the display GUI/ I changed display settings to 1440-900 and KaPhuloewie...BAM!!!
I lost my GUI deskTop.
I get only a text screen/terminal
How do I correct my "display settings Change"?? to something that might be more workable.
so my new WestingHouse LCD monitor will work properly?
And give the deskTop GUI I so love.

El Gato
 
Old 11-20-2007, 07:24 AM   #4
olracdor
Member
 
Registered: Nov 2007
Posts: 95

Original Poster
Rep: Reputation: 15
umm

i cant login to my fedora, there's no gui present just a command line so i dont think i can get a copy of my xorg.conf. how can i set the vesa driver using the command line??
 
Old 11-20-2007, 08:04 AM   #5
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
you can login on the command line (you have acces to multiple terminals, to switch between them just use ctrl+alt+FX, where X is the term number, from 1 to 6)

you should login as root, to edit you xorg.conf
once you're logged, type something like :
nano /etc/X11/xorg.conf

or

vim /etc/X11/xorg.conf

to have an idea of what went bad, enter :

cat /var/log/Xorg.0.log | grep EE
and
cat /var/log/Xorg.0.log | grep WW
 
Old 11-22-2007, 08:34 AM   #6
El Gato Feo
LQ Newbie
 
Registered: May 2003
Location: Greater LA area
Distribution: FC6,7 soon 8
Posts: 26

Rep: Reputation: 15
Ok But...

I got "you have NO permissions".
My prompt shows the # so I am in as 'superuser'.
I am the only one using this machine. I logIn as root and she accepts my password
So way don't I have permission to this file?

EL
 
Old 11-22-2007, 08:49 AM   #7
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
Quote:
Originally Posted by El Gato Feo View Post
I got "you have NO permissions".
My prompt shows the # so I am in as 'superuser'.
the character on the prompt doesn't change if you're in superuser mode or not, at most only the colors change
basically, the superuser has all rights, so you can't have such a message when in this mode...
to make sure you're in superuser mode just type
Code:
su -
and then your root password, and only then you can try to edit the file
 
Old 11-22-2007, 11:42 AM   #8
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Quote:
El Gato Feo

I got "you have NO permissions".
My prompt shows the # so I am in as 'superuser'.
I am the only one using this machine. I logIn as root and she accepts my password
So way don't I have permission to this file?
First off it's not polite to highjack someone elses thread, you should start your own.



Quote:
olracdor

i cant login to my fedora, there's no gui present just a command line so i dont think i can get a copy of my xorg.conf. how can i set the vesa driver using the command line??

Isn't it great! you can do something to fix this problem without reinstalling as you would with some other distro's. Follow KrahnacK's instructions to see what Error your getting.

You can also log in as user and at the terminal type startx and watch to see what Error messages you get. Post back what you find.
 
Old 11-30-2007, 05:13 PM   #9
El Gato Feo
LQ Newbie
 
Registered: May 2003
Location: Greater LA area
Distribution: FC6,7 soon 8
Posts: 26

Rep: Reputation: 15
XServer corrected

Thanks for ALL who helped on this;
Here's what fixed it for me;
Reference book "Red Hat Certified Engineer Linux 4th edition"
pg6-8
get to a term console;
login as root
type vi /etc/X11/xorg.conf
this takes you to a vi Editor
hit the i key which permits you type/inter data
I corrected the resolutions taking out 1400x900 all up to 1290x900 keeping only those I figured the driver might work with,
hit escape type :wq and enter
takes you back to root,, verify the file, look to see that your changes are there or correct it again.
return to root
enter startx
and Voila!! I have a GUI!!!
The text reference may be of better help than my scribble above.
I hope this helps.
There is also pg 374 'Tools for X configuration'
That may be of some help

as a Newbie I have made a major breakTru.
Pardon me while I Crow abit for awhile.

El Gato Feo
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to start X-server check this rohit_67066 Linux - Newbie 1 10-06-2007 08:18 PM
unable to start X rajeshsfo Linux - Software 1 02-01-2007 11:54 PM
Unable to start DHCP server krytenuk1971 Linux - Networking 2 06-25-2006 03:44 PM
unable to start royalflesh Linux - Laptop and Netbook 5 03-18-2006 07:59 AM
Unable to start XFree86 server on new dual monitor system gothgeek84 Linux - Hardware 1 02-21-2004 07:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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