LinuxQuestions.org
Review your favorite Linux distribution.
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


Reply
  Search this Thread
Old 06-29-2005, 04:31 PM   #1
Jessard
Member
 
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82

Rep: Reputation: 16
X fails to start (solved)


I was having some trouble with some programs on Fedora Core 2 (specifically, firefox crashing and acting strange, man pages showing up blank). I restarted, and now as soon as booting is finished and X starts up, everything freezes and I end up with a blank screen. This is very odd since I don't recall making any major changes to anything lately (the biggest thing I've done recently is install QT 4 from source, but I can't imagine that would be causing these problems.)

Anyway, after using knoppix to set FC2 to boot into runlevel 3, I can log in normally but any attempt to startx crashes everything. Also, man pages still show up blank, a problem I've never seen before. I managed to grab the output of startx and save it in a file. Here it is:

Code:
Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.4.21-23.ELsmp i686 [ELF]
Current Operating System: Linux jesse08.zapto.org 2.6.10-1.771_FC2 #1 Mon Mar 28 00:50:14 EST 2005 i686
Build Date: 24 March 2005
Build Host: bugs.build.redhat.com

	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.10-1.771_FC2 (bhcompile@porky.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Mon Mar 28 00:50:14 EST 2005
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 29 15:35:12 2005
(==) Using config file: "/etc/X11/xorg.conf"
FATAL: Module agpgart not found.
[drm] failed to load kernel module "agpgart"
Could not init font path element unix/:7100, removing from list!

Fatal server error:
could not open default font 'fixed'

Please consult the The X.Org Foundation support 
	 at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

FatalError re-entered, aborting
Caught signal 11.  Server aborting

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
"Could not init font path element unix/:7100, removing from list!" <-- I've seen this before, when I stupidly turned off the font server a few months ago while fiddling around. I turned it back on and everything was fine. It starts up normally now, as always, and is running when I try startx, so I have no idea what it's complaining about. I think this might be what's causing the problem but since xfs is already running I don't know what to do to fix it.

"FATAL: Module agpgart not found." <-- No clue whatsoever. AFAIK, I've never gotten this before, and I've viewed the X log files a few times in the past. Since it keeps going until it flips out about the fonts, I don't think this is the problem.

I put this under Software because I'm almost certain it's a problem with some files or configuration somewhere, and not a hardware problem. Xorg.0.log doesn't really have anything different from this, but if anyone wants it I'll post it, and anything else that might be of help.

Last edited by Jessard; 07-16-2005 at 01:57 PM.
 
Old 06-30-2005, 03:05 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
what do u get for
lsmod

then
if u do not get agpgart there

run
modprobe agpgart

then try running startx

regards
 
Old 06-30-2005, 03:10 PM   #3
Jessard
Member
 
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82

Original Poster
Rep: Reputation: 16
Thanks, but I've already tried loading the agpgart module, and it says it's not found (?) I don't know why I'd need it now, since I never have before...
 
Old 06-30-2005, 03:33 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
i think there is some thing wrong with ur kernel modules

i am not sure of this but this might help u

if u are using the default kernel from FC2, then install rpm forcefully again
then u wil have that agp module again

what do u get for lsmod

post that here

regards
 
Old 07-16-2005, 01:56 PM   #5
Jessard
Member
 
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82

Original Poster
Rep: Reputation: 16
Sorry for the long silence, but I've been away from an internet conneciton for a while. Well, I'm sure the agpgart module error wasn't the problem, because I managed to get things so that the font error was the only one being reported in the logs. At this point, though, I've simply done a fresh installation of a newer version of my distro (this one based on FC3). So, of course, it's all working smoothly now. Thanks for your help, though.

P.S. Can this thread be marked as "moot" or "solved" or something? I can't see how to change the title but I don't want to draw people to something that's no longer an issue.

Last edited by Jessard; 07-16-2005 at 02:00 PM.
 
Old 07-18-2005, 12:39 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
well u see u have errors in ur log

FATAL: Module agpgart not found.
[drm] failed to load kernel module "agpgart"
Could not init font path element unix/:7100, removing from list!

Fatal server error:
could not open default font 'fixed'

which accounts for problem with fonts and agpgart
 
  


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 Window Fails to Start Dedah Linux - Software 2 10-26-2005 01:29 PM
nfs start fails Recirqie Linux - Networking 2 10-25-2004 02:32 AM
apache2 fails to start Nickelaway Linux - Software 3 07-23-2004 05:56 PM
Session fails to start borrrden Fedora 2 06-03-2004 06:50 PM
GDM fails to start sanjeevdas Linux - Software 3 03-21-2004 11:20 AM

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

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