From owner-freebsd-x11@FreeBSD.ORG Fri Dec 31 22:54:21 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DD616A4CE; Fri, 31 Dec 2004 22:54:21 +0000 (GMT) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4925443D39; Fri, 31 Dec 2004 22:54:21 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.1/8.13.1) with ESMTP id iBVMsKvw074926; Fri, 31 Dec 2004 14:54:20 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.1/8.13.1/Submit) id iBVMsKPf074925; Fri, 31 Dec 2004 14:54:20 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: x11@FreeBSD.org, kensmith@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 31 Dec 2004 14:54:19 -0800 Message-Id: <1104533659.851.18.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Subject: X.Org server update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:54:21 -0000 I've posted a patch for xorg-server at: http://people.freebsd.org/~anholt/X/xorg-server-update.diff I've tested on i386 with WITH_DEBUG so far, testing without and packaging now. (Could someone tell me what I have to do to a disk first to let me label it on FreeBSD-alpha, so I can install on it and test this stuff myself? sysinstall gives me only a labeling, not slicing option, and there's nothing to label on in that screen.) Tentative commit log: [1] Fix a crash on startup with i830+ systems due to failure to follow an API change that occurred. [2] Install the xorg.conf referred to by xorg.conf(5). Installation was disabled during the XF86 name avoidance phase, but could still be of use. [3] Add a section about the Composite extension to xorg.conf. [4] Add MakeDllModules YES to the WITH_DEBUG flag's options. While it won't package correctly, you can't actually debug modules (where crashes almost always happen) without it. [5] Merge fixes from XORG-6_8-branch for i810 driver crashes in on CloseScreen, ringbuffer lockups, and various warnings. [6] Recognize R_ALPHA_SREL32 relocation type in elfloader. PR: [1] ports/75425 [2] ports/73915 [6] ports/73257 Submitted by: [1] Marc Silver, marcs at draenor dot org [2] Frank J. Laszlo, laszlof at vonostingroup dot com [6] Ken Stailey kstailey at yahoo dot com [6] r1.4 of X.Org CVS. Approved by: -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org