LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-28-2007, 10:49 AM   #1
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Rep: Reputation: 30
Can't run X Windows after yum update


I am running Fedora Core 6 on an Intel Pentium 4 system. I performed a yum update last week, and then yesterday I needed to reboot the machine. Now, after rebooting, the system is unable to start the X Window server.

Here is the error output I get when issuing the startx command:

xauth: creating new authority file /home/tron/.serverauth.2883

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux tkd 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 19:28:18 EST 2007 i686
Build Date: 09 January 2007
Build ID: xorg-x11-server 1.1.1-47.4.fc6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Sun Jan 28 08:38:04 2007
(==) Using config file: "/etc/X11/xorg.conf"

(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.


I really don't have any idea what is wrong or how to fix the problem.
What can be done to get the X Windows server working again?
 
Old 01-28-2007, 11:03 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
tell us more info about your hardware, and also check the log file, as listed in the output there. also provide your /etc/x11/xorg.conf
 
Old 01-28-2007, 12:31 PM   #3
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
also did you upgrade from XFree to xorg with that yum update? if so that will lead to some issues. make sure to grab all of the missing packages. as you have no distro listed i can only guess you are running an FC line of distro. the older FC used XFree, the newer vs run xorg.

FC also split several of the packages apart when they converted to xorg like the mouse, keyboard, and monitor.

hope that helps some.
 
Old 01-28-2007, 03:23 PM   #4
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
My system is a Pentium 4 running at 1.7 Gigahertz with 512 Megabytes or RAM. It has a 64 Megabyte nVidia GeForce 3 video card.

I do not remember if I upgraded from XFree to xorg. I don't remember seeing anything in the list of upgraded components that indicate the X Windows server was upgrading or changing. There were a lot of components updated when I ran yum last week.

The XOrg.0.log file is about 16 Kilobytes long. I think it would be impractical to lists its entire contents on this forum.

Here is the last portion of the log file that I hope provides enough information:

(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9746
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver 1.0-9746 Fri Dec 15 09:56:41 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA(0): The NVIDIA GeForce3 Ti 200 GPU installed in this system is
(WW) NVIDIA(0): supported through the NVIDIA 1.0-96xx Legacy drivers.
(WW) NVIDIA(0): Please visit http://www.nvidia.com/object/unix.html for
(WW) NVIDIA(0): more information. The 1.0-9746 NVIDIA driver will ignore
(WW) NVIDIA(0): this GPU. Continuing probe...
(EE) No devices detected.

Fatal server error:
no screens found
 
Old 01-28-2007, 03:32 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
right, there's something about the new nvidia drivers obseleting older chipsets. read somethign very specific about this on livna, i think you need a seperate package, it's very clearly written there in flashing lights... should explain it all.
 
Old 01-28-2007, 05:08 PM   #6
rtaft
Member
 
Registered: Aug 2003
Posts: 85

Rep: Reputation: 15
Did you try running system-config-display and reconfiguring it? I was reading somewhere that you shouldn't use the vendors drivers because they can cause problems.

Last edited by rtaft; 01-28-2007 at 05:09 PM.
 
Old 01-28-2007, 09:32 PM   #7
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
system-config-display does not exist on my system, so I cannot run it.

As far as I know I'm using the vendor drivers. I was under the impression I was getting the drivers that were provided by the Fedora Core distribution. The yum update always includes a kmod-nvidia update when there is a kernel update.

I expected that it would have downloaded and installed the proper driver for the latest kernel I updated to.

Where do I find the package that I need to install?
Where is it very clearly written in flashing lights?
 
Old 01-29-2007, 01:33 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
clear as day at rpm.livna.org
 
Old 01-29-2007, 06:51 AM   #9
rtaft
Member
 
Registered: Aug 2003
Posts: 85

Rep: Reputation: 15
yum install system-config-*
 
Old 01-29-2007, 11:30 PM   #10
tron_thomas
Member
 
Registered: May 2004
Posts: 221

Original Poster
Rep: Reputation: 30
From the rpm.livna.org website, I executed these two commands:

yum remove kmod-nvidia xorg-x11-drv-nvidia
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx

and that fixed the problem. I can now run X Windows again.

Thanks for the help.
 
  


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
yum question: How to update from backed up yum cache? Arodef Linux - Software 2 02-02-2010 11:42 PM
Can't run X Windows after kernel update tron_thomas Linux - Software 5 07-09-2006 09:57 PM
Should I run Windows Update? Linunix General 17 12-22-2005 01:56 AM
Query re: order of yum update and yum install jajtiii Linux - General 0 12-12-2005 12:48 PM
trying to update via yum and update fails lnxmacusr Fedora 4 12-17-2004 03:12 PM

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

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