LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-18-2004, 01:47 AM   #1
khris
LQ Newbie
 
Registered: Nov 2004
Posts: 5

Rep: Reputation: 0
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.
 
Old 11-18-2004, 07:09 AM   #2
Beads
Member
 
Registered: Nov 2004
Location: Washington
Distribution: Mint
Posts: 104

Rep: Reputation: 17
Have you tried configuring the X server using xf86config?
 
Old 11-18-2004, 11:15 AM   #3
khris
LQ Newbie
 
Registered: Nov 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks alot or ur reply...
I am a newbie..wats that?
 
Old 11-18-2004, 12:54 PM   #4
Pingus
Member
 
Registered: Nov 2004
Location: Canada
Distribution: SuSE 9.1 pro/Debian Sarge
Posts: 61

Rep: Reputation: 15
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
 
Old 11-19-2004, 12:50 AM   #5
khris
LQ Newbie
 
Registered: Nov 2004
Posts: 5

Original Poster
Rep: Reputation: 0
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.
 
Old 11-19-2004, 08:39 AM   #6
Beads
Member
 
Registered: Nov 2004
Location: Washington
Distribution: Mint
Posts: 104

Rep: Reputation: 17
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
 
Old 11-19-2004, 01:37 PM   #7
doublejoon
Member
 
Registered: Oct 2003
Location: King George, VA
Distribution: RHEL/CentOS/Scientific/Fedora, LinuxMint
Posts: 370

Rep: Reputation: 44
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
 
Old 11-24-2004, 03:14 PM   #8
khris
LQ Newbie
 
Registered: Nov 2004
Posts: 5

Original Poster
Rep: Reputation: 0
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???
 
Old 11-25-2004, 04:45 PM   #9
Beads
Member
 
Registered: Nov 2004
Location: Washington
Distribution: Mint
Posts: 104

Rep: Reputation: 17
OK. Did you try to open a command window; log in as super user (su); then simply enter xf86config?
 
Old 11-27-2004, 01:38 AM   #10
khris
LQ Newbie
 
Registered: Nov 2004
Posts: 5

Original Poster
Rep: Reputation: 0
yes..thats wat I did beads...

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

any idea????
 
Old 11-29-2004, 09:35 AM   #11
Pingus
Member
 
Registered: Nov 2004
Location: Canada
Distribution: SuSE 9.1 pro/Debian Sarge
Posts: 61

Rep: Reputation: 15
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?
 
  


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
X server can't start Error: No screens found perl Ubuntu 3 11-28-2005 02:06 AM
New to dhcp- can't get server to start- error mesgs. aquaboot Linux - Networking 4 09-22-2005 01:23 PM
X-server fatal error,KDM refused to start callitdctr Linux - Software 3 07-01-2005 08:46 AM
Error, Cannot Start X Server imranqau Linux - Newbie 3 04-03-2005 05:53 PM
Antivir-server-prof start error hitesh_linux Linux - Software 0 12-09-2004 01:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:35 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