From owner-freebsd-x11@FreeBSD.ORG Mon Sep 24 14:50:11 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6029E16A41A for ; Mon, 24 Sep 2007 14:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E88313C44B for ; Mon, 24 Sep 2007 14:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8OEoBH3081138 for ; Mon, 24 Sep 2007 14:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8OEoAOL081135; Mon, 24 Sep 2007 14:50:10 GMT (envelope-from gnats) Date: Mon, 24 Sep 2007 14:50:10 GMT Message-Id: <200709241450.l8OEoAOL081135@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Adam K Kirchhoff Cc: Subject: Re: ports/116551: x11/xorg - Various applications crash the xserver on r100 radeon / Xorg 7.3 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adam K Kirchhoff List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 14:50:11 -0000 The following reply was made to PR ports/116551; it has been noted by GNATS. From: Adam K Kirchhoff To: bug-followup@FreeBSD.org, adamk@voicenet.com Cc: Subject: Re: ports/116551: x11/xorg - Various applications crash the xserver on r100 radeon / Xorg 7.3 Date: Mon, 24 Sep 2007 10:49:48 -0400 Since I think this is related to the render extension, I'd like to disable it. I tried adding this to /etc/X11/xorg.conf: Section "Extensions" Option "Render" "0" EndSection But that didn't work as RENDER still shows up in the output from xdpyinfo. Is it possible to disable RENDER? Adam