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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-29-2005, 04:31 PM
|
#1
|
Member
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82
Rep:
|
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.
|
|
|
06-30-2005, 03:05 PM
|
#2
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
what do u get for
lsmod
then
if u do not get agpgart there
run
modprobe agpgart
then try running startx
regards
|
|
|
06-30-2005, 03:10 PM
|
#3
|
Member
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82
Original Poster
Rep:
|
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...
|
|
|
06-30-2005, 03:33 PM
|
#4
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
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
|
|
|
07-16-2005, 01:56 PM
|
#5
|
Member
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82
Original Poster
Rep:
|
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.
|
|
|
07-18-2005, 12:39 AM
|
#6
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 02:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|