xenocara and kaffeine
"Nigel J. Taylor" <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Xorg 6.9 configuration fails and I have to use vesa drivers, a manual
configuration edit and I still can't get full display resolution.
xenocara, I tried and worked first time, setting the correct resolution,
using the nv drivers. I then encountered an issue building ports to use
with xenocara.
kaffeine port would not build with xenocara, build was fine with Xorg
6.9. kaffeine fails with errors in
/usr/X11R6/include/X11/extensions/dpms.h. Changing the Makefile
CONFIGURE_ARGS to include -without-dpms allows kaffeine to be built.
Only a quick fix, to get around the issue until a better solution. I am
not sure if the issue is with kaffeine or xenocara. A later search I did
find a NetBSD port of kaffine that also disables dpms, but don't know
what version of X is being used in NetBSD, or why dpms was disabled for
NetBSD's kaffine.
$ cvs -R -d /cvs diff -u
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/kaffeine/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 4 Dec 2006 01:20:31 -0000 1.6
+++ Makefile 23 Feb 2007 16:32:54 -0000
@@ -24,7 +24,8 @@
CONFIGURE_ARGS+= --disable-libsuffix \
--without-gstreamer \
--without-arts \
- --without-lame
+ --without-lame \
+ --without-dpms
USE_X11= Yes
USE_GMAKE= Yes
cvs diff: Diffing patches
cvs diff: Diffing pkg
$
Sorry if wrong maillist, but thought better kept separate until xenocara
becomes offical.
Regards
Nigel Taylor