* [gentoo-user] Can't start X after a few months of updates
@ 2007-05-22 2:52 John J. Foster
2007-05-22 3:03 ` deface
0 siblings, 1 reply; 3+ messages in thread
From: John J. Foster @ 2007-05-22 2:52 UTC (permalink / raw
To: Gentoo User
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
Hi,
My system had been happily chugging along with X and KDE running for a
few months nonstop. Every Saturday I'd run an update world. But, I never
restarted X and obviously never rebooted. Yesterday we had a 3 hour
power outage that my UPS couldn't keep up with, and when I finally got
power back, X won't start. I _think_ this is the relevant portion of
/var/log/Xorg.0.log.
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.28.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
[R200Setup] X version mismatch - detected X.org 7.2.0.0, required X.org 7.1.0.0
(II) UnloadModule: "fglrx"
(II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)
Can anyone help me, as I have know idea what to do?
Thanks,
festus
--
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
Noam Chomsky
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Can't start X after a few months of updates
2007-05-22 2:52 [gentoo-user] Can't start X after a few months of updates John J. Foster
@ 2007-05-22 3:03 ` deface
2007-05-23 1:34 ` John J. Foster
0 siblings, 1 reply; 3+ messages in thread
From: deface @ 2007-05-22 3:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]
http://gentoo-wiki.com/HOWTO_ATI_Drivers#Module_Requirement_Mismatch
On Mon, 2007-05-21 at 22:52 -0400, John J. Foster wrote:
> Hi,
>
> My system had been happily chugging along with X and KDE running for a
> few months nonstop. Every Saturday I'd run an update world. But, I never
> restarted X and obviously never rebooted. Yesterday we had a 3 hour
> power outage that my UPS couldn't keep up with, and when I finally got
> power back, X won't start. I _think_ this is the relevant portion of
> /var/log/Xorg.0.log.
>
>
> (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
> compiled for 7.1.0, module version = 8.28.8
> Module class: X.Org Video Driver
> ABI class: X.Org Video Driver, version 1.0
> [R200Setup] X version mismatch - detected X.org 7.2.0.0, required X.org 7.1.0.0
> (II) UnloadModule: "fglrx"
> (II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
> (EE) Failed to load module "fglrx" (module requirement mismatch, 0)
>
>
> Can anyone help me, as I have know idea what to do?
>
> Thanks,
> festus
[-- Attachment #2: Type: text/html, Size: 1936 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Can't start X after a few months of updates
2007-05-22 3:03 ` deface
@ 2007-05-23 1:34 ` John J. Foster
0 siblings, 0 replies; 3+ messages in thread
From: John J. Foster @ 2007-05-23 1:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1987 bytes --]
On Mon, May 21, 2007 at 10:03:23PM -0500, deface wrote:
> http://gentoo-wiki.com/HOWTO_ATI_Drivers#Module_Requirement_Mismatch
>
> On Mon, 2007-05-21 at 22:52 -0400, John J. Foster wrote:
>
> > Hi,
> >
> > My system had been happily chugging along with X and KDE running for a
> > few months nonstop. Every Saturday I'd run an update world. But, I never
> > restarted X and obviously never rebooted. Yesterday we had a 3 hour
> > power outage that my UPS couldn't keep up with, and when I finally got
> > power back, X won't start. I _think_ this is the relevant portion of
> > /var/log/Xorg.0.log.
> >
> >
> > (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
> > compiled for 7.1.0, module version = 8.28.8
> > Module class: X.Org Video Driver
> > ABI class: X.Org Video Driver, version 1.0
> > [R200Setup] X version mismatch - detected X.org 7.2.0.0, required X.org 7.1.0.0
> > (II) UnloadModule: "fglrx"
> > (II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
> > (EE) Failed to load module "fglrx" (module requirement mismatch, 0)
> >
> >
> > Can anyone help me, as I have know idea what to do?
> >
> > Thanks,
> > festus
deface - thanks, but I'd already read that section after finding it via
scroogle. That particular advice didn't work for me. However, as
long as I had that page open, I saw a bit about making the following
change in xorg.conf.
from ---
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
BusID "PCI:3:0:0"
EndSection
to ---
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "radeon"
BusID "PCI:3:0:0"
EndSection
...and this worked. So thanks for getting me to reread that page!!!
festus
--
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
Noam Chomsky
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-23 1:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 2:52 [gentoo-user] Can't start X after a few months of updates John J. Foster
2007-05-22 3:03 ` deface
2007-05-23 1:34 ` John J. Foster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox