LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   cannot start X server error (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/cannot-start-x-server-error-256308/)

khris 11-18-2004 01:47 AM

cannot start X server error
 
Hi,
I am using Fedore core Linux on Inspiron 5160 that has Nividia 64 MB Geoforce card. It was working fine till I used it for a presentation where I connected it to external projector.

Afterwards, when I restarted that system, Its rebooting successfully but before asking login information, its showing message as follows,

cannot start X server. it must not have set correctly.

Fatal server error.

disabling X server. restart GDM when it is configured properly.


its not showing the graphical interface and going to the command prompt.

I tried to install fedora and checked it. but still its not displaying the graphical interface.
I cannot format the system as it has important files.

Is there anyway I can set the display back to graphical interface.

can anyone please help me..its really important for me to get this thing done.

ThanQ.

Beads 11-18-2004 07:09 AM

Have you tried configuring the X server using xf86config? :scratch:

khris 11-18-2004 11:15 AM

Thanks alot or ur reply...
I am a newbie..wats that?

Pingus 11-18-2004 12:54 PM

Your distribution must have a tool to configure X automatically. E.g., if you use SuSE, it is called 'sax' or 'sax2'. If you can't find one, there is a command-line tool called 'xf86config' which will probe your hardware and ask you questions. Make sure to have as much documentation on your machine as possible by your side.

Otherwise, you may want to look into your /etc/X11/XF86Config file (perhaps called xorg.conf) and see what the monitor section says.

Good luck
P

khris 11-19-2004 12:50 AM

I couldnt find xf86config file in my machine.

and the monitor section is shown as below

Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Dell 1024 * 768 Laptop Display Panel"
HorizSync 31.5 - 48.5
VertRefresh 59.0 - 75.0
Option "dpms"


Could u derive any problem from above information....plzz help me.

Beads 11-19-2004 08:39 AM

khris, the xf86config is a command you type. After you log in as a user, you'll have to become "root" by:

su - <enter>
password: <enter your root password> <enter>

Then your $ prompt will change to a #

at the following prompt, type:

xf86config <enter>

Then follow all the prompts to the end. If you find you don't have enough data to complete the task, you can enter <ctrl>-c and break out of the program without changing anything. Then get all the data you need, and restart xf86config.

Let us know how you're doing :)

doublejoon 11-19-2004 01:37 PM

Check for this file if you cant find xf86config......./etc/X11/xorg.conf
If you dont have either type either of these xf86config or xorgconfig and answer the questions
That will help you create an xf86config or xorg.conf file

note: gather up as much hardware info as you can on your video card and monitor. That will help you answer some of the questions better.

good luck :)

khris 11-24-2004 03:14 PM

Thanks alot for ur detailed reply beads and double.

I am sorry.I was out for the last 4 days...and couldnt check this thread.

I checked for xorg.conf as I couldnt find either x86config or xorgconfig in my system.

I tried to execute it as /etc/X11/xorg.conf

its giving me "permission denied" though I logged in as root.

Is there any other way???

Beads 11-25-2004 04:45 PM

OK. Did you try to open a command window; log in as super user (su); then simply enter xf86config? :confused:

khris 11-27-2004 01:38 AM

yes..thats wat I did beads...

I logged in as root and gave that command...donno y its giving permission denied.

any idea????

Pingus 11-29-2004 09:35 AM

You can't execute xorg.conf as it is not an executable. The executable name is 'xf86config'. You need to boot in runlevel 3 (console mode, no X). Then, log in as root and type

xf86config

What distribution are you using?


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