Re: Xorg: ABI mismatch

2008-11-06 Thread Hannah Schroeter
Hi!

On Thu, Nov 06, 2008 at 09:18:13AM +0100, giovanni wrote:
just updated latest Xorg. apart from the sync-to-vblank intel's issue no 
troubles at all at first glance 
but I start seeing this in the logs (excerpt)

[...]

I have many more issues.

For this issue, I regenerated the configuration file (X -configure),
and use only the modules named in the generated configuration file.

These are:

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  freetype
EndSection

So GLcore, record, xtrap and type1 are gone from the previous config
file.

However, my previous fontpath additions won't work. If I keep them, I
get this *fatal* error:

  Fatal server error:
  could not open default cursor font 'cursor'
  giving up.

If I keep only the default font path, things work.

My font path additions would be these:

+   #FontPath /usr/local/share/fonts/override/
+   #FontPath /usr/local/openoffice/share/fonts/truetype
+   #FontPath /usr/local/share/fonts/
+   #FontPath /usr/local/lib/metamail/fonts
+   #FontPath /usr/local/lib/X11/fonts/terminus/
+   #FontPath /usr/local/lib/X11/fonts/freefont/
+   #FontPath /usr/local/lib/X11/fonts/mscorefonts
+   #FontPath /usr/local/lib/X11/fonts/ecoliercourt
+   #FontPath /usr/local/lib/X11/fonts/artwiz-aleczapka

All @fontdirs from ports (not even the complete list from all
my installed packages, as I see now, after a
grep '[EMAIL PROTECTED]' /var/db/pkg/*/+CONTENTS).

Another issue is even more glitches in xterm (when I move it around,
occasionally a line remains where it doesn't belong, until it's either
overwritten by text or a full redraw is triggered; and sometimes the
line between the scrollbar and the text pane wasn't seen; maybe both
issues are gone after I recompiled xenocara myself, at least couldn't
reproduce it today).

The old glitch (text is garbled after switching the font using the
Ctrl-Mouse3 menu) that has been there since the switch from XF4 to
xenocara is still there (and it's not necessarily from xorg, as it's *not*
there on Debian Linux, and it's not graphics card specific, because it
*is* there on two OpenBSD boxen with different graphics cards).

At least the issue with Greek fonts seems to be gone with the latest
update. :-)

Kind regards,

Hannah.



Re: Xorg: ABI mismatch

2008-11-06 Thread Owain Ainsworth
On Thu, Nov 06, 2008 at 09:18:13AM +0100, giovanni wrote:
 just updated latest Xorg. apart from the sync-to-vblank intel's issue no 
 troubles at all at first glance 
 but I start seeing this in the logs (excerpt)
 
 (II) LoadModule: record
 (II) Loading /usr/X11R6/lib/modules/extensions//librecord.so
 (II) Module record: vendor=X.Org Foundation
 compiled for 1.4.2, module version = 1.13.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.3
 (EE) module ABI major version (0) doesn't match the server's version (1)
 (II) UnloadModule: record
 (II) Unloading /usr/X11R6/lib/modules/extensions//librecord.so
 (EE) Failed to load module record (module requirement mismatch, 0)
 (II) LoadModule: xtrap
 
 (II) Loading /usr/X11R6/lib/modules/extensions//libxtrap.so
 (II) Module xtrap: vendor=X.Org Foundation
 compiled for 1.4.2, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.3
 (EE) module ABI major version (0) doesn't match the server's version (1)
 (II) UnloadModule: xtrap
 (II) Unloading /usr/X11R6/lib/modules/extensions//libxtrap.so
 (EE) Failed to load module xtrap (module requirement mismatch, 0)
 
 for taking away it I've temporary added

You should instead have removed the record, and trap extension from you
config. Those extensions aren't there anymore in the new xserver.

-0-
-- 
Support your local Search and Rescue unit -- get lost.



Re: Xorg: ABI mismatch

2008-11-06 Thread giovanni
On Thu, Nov 6, 2008 at 3:35 PM, Owain Ainsworth [EMAIL PROTECTED] wrote:
 On Thu, Nov 06, 2008 at 09:18:13AM +0100, giovanni wrote:
 just updated latest Xorg. apart from the sync-to-vblank intel's issue no 
 troubles at all at first glance
 but I start seeing this in the logs (excerpt)

 (II) LoadModule: record
 (II) Loading /usr/X11R6/lib/modules/extensions//librecord.so
 (II) Module record: vendor=X.Org Foundation
 compiled for 1.4.2, module version = 1.13.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.3
 (EE) module ABI major version (0) doesn't match the server's version (1)
 (II) UnloadModule: record
 (II) Unloading /usr/X11R6/lib/modules/extensions//librecord.so
 (EE) Failed to load module record (module requirement mismatch, 0)
 (II) LoadModule: xtrap

 (II) Loading /usr/X11R6/lib/modules/extensions//libxtrap.so
 (II) Module xtrap: vendor=X.Org Foundation
 compiled for 1.4.2, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.3
 (EE) module ABI major version (0) doesn't match the server's version (1)
 (II) UnloadModule: xtrap
 (II) Unloading /usr/X11R6/lib/modules/extensions//libxtrap.so
 (EE) Failed to load module xtrap (module requirement mismatch, 0)

 for taking away it I've temporary added

 You should instead have removed the record, and trap extension from you
 config. Those extensions aren't there anymore in the new xserver.
I've just noted that in effect those extensions are no more present
(so the ABI error was correct) ) _but_ Xorg -configure keeps on
delivering those one in xorg.conf why?


 -0-
 --
 Support your local Search and Rescue unit -- get lost.




-- 
see ya,
giovanni



Re: Xorg: ABI mismatch

2008-11-06 Thread Hannah Schroeter
Hi!

On Thu, Nov 06, 2008 at 02:35:30PM +, Owain Ainsworth wrote:
[...]
 (EE) Failed to load module record (module requirement mismatch, 0)

 (EE) Failed to load module xtrap (module requirement mismatch, 0)

 for taking away it I've temporary added

You should instead have removed the record, and trap extension from you
config. Those extensions aren't there anymore in the new xserver.

Why the strange error message? For me that occurred even after I wiped
/usr/X11R6 and reinstalled the x*.tgz tarballs. Why not something akin
to No such file or directory?

Kind regards,

Hannah.