Re: Yum update



Jim Douglas wrote:
I updated with yum update and now my videro driver is flaking out.

I called Hewlett Packard support and they said I would have to update the
video driver.

I would rather rollback the yum update if possible. Anyone know how?

Oh dear.

Firstly, I suspect that's Hewlett Packard's default response for Windows
problems. I wouldn't be too sure that the HP rep actually realised that
this "Fedora" and "yum" and "Linux" business actually mean you aren't on
Windows...

Secondly, it's not necessarily a video driver problem. It could be
hotplug rewriting your xorg.conf file, or oddities in a new kernel, or
even your hardware beginning to go...

If you've installed separate drivers from Nvidia, ATi, Livna, ATrpms, or
somewhere else, then you almost certainly have a "different version"
problem between that driver and the rest of Fedora. Tell us more, and
we'll try to help you fix it.

Otherwise, you've got a couple of options. The first one is to try to
fix the video card. Tell us which video card you actually have. It would
also help if we knew what you mean by "flaking", and a bit more about
the rest of your computer (which processor, etc.)

If you're not sure how to do that, post the output from running
/sbin/lspci
and
uname -a
from a terminal (command prompt).

The other option, as you suggest, is to "roll back" the yum update.
Unfortunately, you can't use yum for this, which means you have to use
RPM and handle dependencies yourself.

The package that contains the standard drivers is called xorg-x11. You
should be able to check which version you're running now by running
rpm -q xorg-x11
(from a command prompt). You'll get a response somewhat like
xorg-x11-6.8.2-37.FC4.49.2

You can find which versions you have been running by running:
grep xorg-x11-6 /var/log/rpmpkgs*
which queries a number of "snapshots" of what was installed. You can see
when they were taken by running
ls -l /var/log/rpmpkgs*

Once you've found out which package you'd like to be running, you need
to find a copy of it. Try Google, or your Fedora install CDs, or
http://download.fedora.redhat.com/pub/fedora/linux/core/4 .

Then you'll have to run
rpm -Uvh --oldpackage xorg-x11-*.rpm
That will probably show you an error that certain other packages need
the current version of xorg-x11. You'll have to identify contemporary
versions of those packages, and add them to the end of the rpm command
line.

You'll probably want more advice if you go this route, too. The --test
argument to rpm, for example,
rpm -Uvh --test --oldpackage xorg-x11-*.rpm
will mean you can see what would happen if you installed an RPM without
RPM actually going ahead and installing it.

You may hear about the --force option. This should probably be renamed
--force-until-it-breaks, or just plain --break. Don't use it.

Hope this helps,

James.

--
E-mail address: james | Top Tip: If you are being chased by a police dog,
@westexe.demon.co.uk | don't try to get away by crawling through a tunnel,
| going onto a little see-saw, and jumping through a
| hoop of fire. They are trained for that, you see.
| -- "Bystander", UK magistrate

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • RE: Resolution Issues!!! PLEASE HELP ME!!!
    ... It sounds like your video driver is not installed properly. ... complete reformat of the Hard drive, reinstalling windows doesn't splve the ... you did not perform the clean install, then either you are some action during ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: [SLE] 10.0_nonet_etc
    ... > understand why I need a new driver at this point in time. ... From the 'kernel development' selection install the package 'kernel-source'. ... The 'RPM' path for suse is /usr/src/packages/ ...
    (SuSE)
  • Re: Boot problem in SuSE 10
    ... >Solar^ wrote: ... That rpm royally screwed up my system. ... kernal with an updated PWC driver for my webcam. ... When I did install the RedHat ...
    (alt.os.linux.suse)
  • Re: ATI driver update problems (old driver for XFree86 4.3.x to new driver for Xorg 6.8.1)
    ... If you do a rpm -e --nodeps file_name you are only removing the desired ... file without taking any dependency in acount, ... When you install a new package that provides the same ... > I entered rpm -q fglrx to see if the driver was still installed. ...
    (Fedora)
  • Re: XP Freezing when audio stops working
    ... I installed the latest video driver, but I see so many things under audio ... > download and install the following in order. ...
    (microsoft.public.windowsxp.general)