pkgsrc-wip/modular-xorg-server
2008-07-10 20:55:54 +00:00
..
files Update to xorg-server-1.4.2 2008-07-05 23:44:08 +00:00
patches Add refactoring of "ye olde valuators patch" courtesy of Sverre Froyen 2008-07-10 16:17:19 +00:00
buildlink3.mk New and improved xorg server-1.4-branch-based server lovingly crafted 2008-02-18 09:17:54 +00:00
DESCR New and improved xorg server-1.4-branch-based server lovingly crafted 2008-02-18 09:17:54 +00:00
distinfo make mps to fix missing checksum of patch-aj 2008-07-10 20:55:54 +00:00
Makefile Add refactoring of "ye olde valuators patch" courtesy of Sverre Froyen 2008-07-10 16:17:19 +00:00
mesaconfig.mk Refactored patch set, including certain key patches also applied 2008-05-03 16:46:20 +00:00
options.mk Fix PLIST breakage 2008-07-06 09:02:14 +00:00
PLIST Fix PLIST breakage 2008-07-06 09:02:14 +00:00
README Refactored patch set, including certain key patches also applied 2008-05-03 16:46:20 +00:00

$NetBSD: README,v 1.1 2008/05/03 16:46:20 bsadewitz Exp $

ATTENTION NetBSD-current users (those with userland atomic ops):

In order to achieve maximum benefits from this package, please
apply the following patch for x11/libdrm, making sure to build
graphics/MesaLib with the updated xf86drm.h.

<ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patches/libdrm-atomic.diff>

This will teach the [userland] dri drivers, mesa, and the X server's glxdri
how to use atomic_cas_uint() for DRM_CAS.

Also, if you're curious, you may try defining the MESA_EXECMEM_WIRED
environment variable in your .xinitrc [or equivlent].  This will cause
the heap used for glx/DRI in the X server and mesa to be wired down.