Mailinglist Archive: opensuse (2995 mails)

< Previous Next >
Re: [opensuse] Xorg security update hiccup - Was: Bye bye opensuse...
  • From: "Matt T." <Matt@xxxxxxxxx>
  • Date: Fri, 2 Nov 2007 22:54:53 +0700
  • Message-id: <200711022254.53828.Matt@xxxxxxxxx>
my working solution see below

On Friday 02 November 2007, Anders Johansson wrote:
On Friday 02 November 2007 01:04:39 mukul wrote:
X.Org X Server 1.4.0
Release Date: 5 September 2007

Hm

(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules//drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 2.1.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(EE) module ABI major version (1) doesn't match the server's version
(2)
(II) UnloadModule: "intel"
(II) Unloading /usr/lib/xorg/modules//drivers/intel_drv.so
(EE) Failed to load module "intel" (module requirement mismatch, 0)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules//input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(EE) module ABI major version (0) doesn't match the server's version
(2)

Exactly which X server are you using here? This is the output I get on a
standard 10.3 install

X Window System Version 7.2.0
Release Date: Wed Oct 24 14:18:36 UTC 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: openSUSE SUSE LINUX

Not the same as yours. I do get the same module versions as you, but no
error messages about version mismatch. It looks like you're running a
strange X server, where the modules won't load. Not sure what you did to
your system to get that though

Anders

--
Madness takes its toll

There was indeed an update, a few weeks ago, IIRC even a security update,
which updated X11, but not the drivers, and stopped X from loading, just like
described here by the OP. Took me half a day of googling and thinking and
sweating to find and solve it. Here is what I remember:

First of all this seems to be a problem which appeared only with x86_64, not
with the 32 bit version.

I had xorg-x11-7.2-whatever and the update installed xorg-x11-7.3-whatever.
The update should have pulled in the xorg-x11 driver etc modules for 7.3 too,
because the 7.2 driver modules do not work with xorg-x11-7.3 (I think that is
even mentioned somewhere in the 7.3 sources)

(The 32 bit versions are for whatever reasons still on 7.2, thus this problem
does not show.)

So after the upgrade I had a mix of 7.3 and 7.2

- xorg-x11-7.3-whatever
- xorg-x11-server-7.3-whatever
- xorg-x11-driver-input-7.2-whatever
- xorg-x11-driver-video-7.2-whatever
- etc.

and about the same errors as mukul. After upgrading all other xorg-x11 parts
to 7.3 the error disappeared and X came up fine again.

Now I have all on 7.3.x :

- xorg-x11-server-7.3-10
- xorg-x11-7.3-9
- xorg-x11-driver-video-7.3-12
- xorg-x11-driver-input-7.3-8
etc.

HTH,
Matt
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups