Subject: Re: Is dmx included in Xorg
To: None <cngo@nmsu.edu>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 10/03/2007 17:43:59
On Wed, 3 Oct 2007, cngo@nmsu.edu wrote:
> Is dmx included in the latest modular-xorg ? I've installed the below
> packages on NetBSD 4.0 RC1:
> modular-xorg-apps-1.4
> modular-xorg-drivers-1.1nb1
> modular-xorg-fonts-1.0
> modular-xorg-libs-1.0
> modular-xorg-server-1.3.0.0nb3
>
> however, I can't find Xdmx anywhere in those packages. I'm sure that Xdmx
> was included in earlier version of Xorg (6.9.0).
> I also try the dmxproto-1.1, libdmx-1.3 packages from pkgsrc-wip but still
> can't find Xdmx anywhere. Any idea how to get dmx work with the latest
> modular-xorg that would great.
As far as I know, DMX was disabled (upstream) due to lack of maintainer.
Looking at libdmx in source, it hasn't been touched since April 2006.
Looking xserver's configure.ac, I see it was disabled in February 2007:
"Disable DMX until it gets ported to the new input API."
To try, maybe update the pkgsrc/x11/modular-xorg-server/Makefile to add
CONFIGURE_ARGS+= --enable-dmx
.include "../../wip/libdmx/buildlink3.mk"
I think that won't work, but may give you a head start.
Jeremy C. Reed