From: Frantisek Hanzlik <franta@hanzlici.cz>
To: Frank Cox <theatre@sasktel.net>
Cc: linux-msdos@vger.kernel.org
Subject: Re: XF86VidModeQueryExtension has disappeared
Date: Sun, 23 Nov 2008 01:20:52 +0100 [thread overview]
Message-ID: <4928A1E4.40702@hanzlici.cz> (raw)
In-Reply-To: <20081121233222.d1146de4.theatre@sasktel.net>
Hello Frank,
Detect configure Xxf86vm library and do you have -lXxf86vm in your
Makefile?
In Fedora 10 libXxf86vm-1.0.2-1.fc10.i386 (Build Date: Thu Sep 4 2008)
contain requested entries:
objdump -T libXxf86vm.so.1.0.0
libXxf86vm.so.1.0.0: file format elf32-i386
DYNAMIC SYMBOL TABLE:
00000000 DF *UND* 00000000 _XReply
00000000 w D *UND* 00000000 __gmon_start__
00000000 w D *UND* 00000000 _Jv_RegisterClasses
00000000 DF *UND* 00000000 GLIBC_2.0 calloc
00000000 DF *UND* 00000000 XMissingExtension
00000000 DF *UND* 00000000 _XFlush
00000000 DF *UND* 00000000 _XEatData
00000000 DF *UND* 00000000 GLIBC_2.0 free
00000000 DF *UND* 00000000 XextRemoveDisplay
00000000 DF *UND* 00000000 XextCreateExtension
00000000 DF *UND* 00000000 GLIBC_2.0 memcpy
00000000 DF *UND* 00000000 _XRead
00000000 DF *UND* 00000000 XextFindDisplay
00000000 DF *UND* 00000000 _XSend
00000000 DF *UND* 00000000 XextAddDisplay
00000000 DF *UND* 00000000 _XReadPad
00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize
07a157d8 g DF .fini 00000000 Base _fini
07a13620 g DF .text 0000018d Base XF86VidModeGetViewPort
07a13160 g DF .text 00000164 Base XF86VidModeGetGamma
07a13ae0 g DF .text 000001fc Base XF86VidModeGetDotClocks
07a137b0 g DF .text 00000034 Base XF86VidModeQueryExtension
07a1296c g DF .init 00000000 Base _init
07a12eb0 g DF .text 000000e6 Base XF86VidModeSetViewPort
07a15160 g DF .text 0000027d Base XF86VidModeDeleteModeLine
07a16dac g D *ABS* 00000000 Base __bss_start
07a153e0 g DF .text 000003b3 Base XF86VidModeAddModeLine
07a16dc0 g D *ABS* 00000000 Base _end
07a134e0 g DF .text 0000013c Base XF86VidModeQueryVersion
07a13ce0 g DF .text 00000497 Base XF86VidModeGetAllModeLines
07a14180 g DF .text 000002cf Base XF86VidModeGetModeLine
07a13820 g DF .text 00000187 Base XF86VidModeGetGammaRamp
07a14920 g DF .text 000002d5 Base XF86VidModeSwitchToMode
07a132d0 g DF .text 0000012c Base XF86VidModeSetGamma
07a12d70 g DF .text 00000134 Base XF86VidModeGetGammaRampSize
07a16dac g D *ABS* 00000000 Base _edata
07a14450 g DF .text 000004c1 Base XF86VidModeGetMonitor
07a12fa0 g DF .text 000000de Base XF86VidModeLockModeSwitch
07a13080 g DF .text 000000de Base XF86VidModeSwitchMode
07a14ee0 g DF .text 00000275 Base XF86VidModeModModeLine
07a14c00 g DF .text 000002d5 Base XF86VidModeValidateModeLine
07a139b0 g DF .text 0000012c Base XF86VidModeSetGammaRamp
07a13400 g DF .text 000000de Base XF86VidModeSetClientVersion
07a12c30 g DF .text 00000134 Base XF86VidModeGetPermissions
and dosemu run fine for me on 32bit i386 (OK, I have some problems on
LTSP diskless stations when switching from window do full-screen mode,
but it may be problem with Intel integrated graphics card and kernel
driver).
But xdosemu on standalone workstation run correctly in both window and
fullscreen mode).
You can download my spec, src.rpm and .i386.rpm on URL:
http://hanzlici.cz/packages/fedora/dosemu/
(I have extended it with dosemu.png + dosemu.desktop files for system menus)
Franta Hanzlik
== Luční 502 Linux/Unix/Novell/Inter-/Net Tel: +420-373729699 ==
== 33209 Štěnovice e-mail:franta@hanzlici.cz Fax: +420-373729699 ==
== Czech Republic http://hanzlici.cz/ GSM: +420-604117319 ==
Frank Cox wrote:
> I posted this on the Fedora list and received zero response.
>
> With Fedora 10-beta, something suddenly changed and broke xdosemu. (dosemu -t
> still appears to be working fine and xdosemu worked fine up until a couple of
> days ago.)
>
> This is the error:
>
> QUOTE:
> /usr/bin/xdosemu: symbol lookup error: /usr/lib/dosemu/libplugin_X.so:
> undefined symbol: XF86VidModeQueryExtension
> END OF QUOTE
>
> XF86VidModeQueryExtension appears to be provided by libXxf86vm, but yum.log
> doesn't show any recent updates to that package.
>
> So.. what actually broke here?
>
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-11-23 0:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-22 5:32 XF86VidModeQueryExtension has disappeared Frank Cox
2008-11-23 0:20 ` Frantisek Hanzlik [this message]
2008-11-24 8:34 ` Frank Cox
2008-11-24 11:11 ` Frantisek Hanzlik
2008-11-26 6:25 ` Frank Cox
2008-11-26 6:41 ` Frank Cox
2008-11-26 8:04 ` Frantisek Hanzlik
2008-11-26 16:59 ` Frank Cox
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=4928A1E4.40702@hanzlici.cz \
--to=franta@hanzlici.cz \
--cc=linux-msdos@vger.kernel.org \
--cc=theatre@sasktel.net \
/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