From: Brad Boyer <flar@allandria.com>
To: Riccardo <riccardo@kaffe.org>
Cc: linux-m68k@vger.kernel.org
Subject: Re: X11 problems
Date: Thu, 14 May 2009 09:38:21 -0700 [thread overview]
Message-ID: <20090514163821.GA1898@cynthia.pants.nu> (raw)
In-Reply-To: <FCFD5D59-4060-11DE-A812-00050249ADE1@kaffe.org>
On Thu, May 14, 2009 at 10:26:57AM +0200, Riccardo wrote:
> I have two problems with X11 on my Q950. The first is that the X server
> doesn't start up:
>
> here a snippet from my X11 log:
> <...>
> (II) Loading /usr/lib/xorg/modules//libshadow.so
> (II) Module shadow: vendor="X.Org Foundation"
> compiled for 1.4.2, module version = 1.1.0
> ABI class: X.Org ANSI C Emulation, version 0.3
> (EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode
> (EE) FBDEV(0): mode initialization failed
>
> Fatal server error:
> AddScreen/ScreenInit failed for driver 0
Are you using built-in video or a card? Also, have you specified a
mode in your X11 configuration that is different from the one the
card is already in? I don't think the macfb driver currently supports
changing the video mode in any way.
> Then furthermore, I compiled all my precious GNUstep stuff (make, base,
> back and two test apps). I export the display and then I get the
> following error:
>
> /usr/GNUstep/Local/Applications/Terminal.app/Terminal: symbol lookup
> error:
> /usr/GNUstep/Local/Library/Bundles/libgnustep-back-017.bundle/./
> libgnustep-back-017: undefined symbol: XShmQueryVersion
>
> Do we miss this symbol? I recompiled gnustep-back again and got no
> errors... Ideas?
That is a tough one to diagnose without trying it myself. It's not m68k,
but on one of my systems I did the following to confirm that the library
had that symbol:
flar@cynthia:~$ objdump -T /usr/lib/libXext.so.6.4.0 | grep XShm
0000bc34 g DF .text 0000017c Base XShmDetach
0000c844 g DF .text 00000314 Base XShmGetImage
0000c404 g DF .text 0000020c Base XShmPixmapFormat
0000ce04 g DF .text 000001b8 Base XShmCreateImage
0000cb64 g DF .text 00000290 Base XShmPutImage
0000bdb4 g DF .text 000001ac Base XShmAttach
0000c614 g DF .text 0000022c Base XShmQueryVersion
0000bfc0 g DF .text 00000040 Base XShmQueryExtension
0000bf60 g DF .text 00000054 Base XShmGetEventBase
0000ba34 g DF .text 000001fc Base XShmCreatePixmap
Confirming that you have a library with that symbol would at least
narrow down the possibilities. After that, it would either be a
problem that it is looking in the wrong place or that there is
some kind of bug with the runtime environment in some way. That would
be tougher to debug, particularly since it might be libobject or the
objc code in the compiler.
Brad Boyer
flar@allandria.com
prev parent reply other threads:[~2009-05-14 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-14 8:26 X11 problems Riccardo
2009-05-14 16:38 ` Brad Boyer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090514163821.GA1898@cynthia.pants.nu \
--to=flar@allandria.com \
--cc=linux-m68k@vger.kernel.org \
--cc=riccardo@kaffe.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox