From owner-freebsd-current@FreeBSD.ORG Mon Dec 26 10:32:55 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ECC116A41F for ; Mon, 26 Dec 2005 10:32:55 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103E043D62 for ; Mon, 26 Dec 2005 10:32:53 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so973084wri for ; Mon, 26 Dec 2005 02:32:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iO6L9mu5SHiw3/LIcLy1bdm21u/R+tQjf4eXP1c/yzm99VKwMc5kOINWP/p/OxugdVV/azQvoEdk7Y/vPG3fcY/QsBpEOTmeD9KEgBOp7+KSA306G9ndYqTiTIeoFhtzS4zfYMSH/AU75BXBHrSmj50wQRRqWrSPJm3jfixYD+0= Received: by 10.65.153.12 with SMTP id f12mr2198691qbo; Mon, 26 Dec 2005 02:32:53 -0800 (PST) Received: by 10.65.192.14 with HTTP; Mon, 26 Dec 2005 02:32:53 -0800 (PST) Message-ID: Date: Mon, 26 Dec 2005 11:32:53 +0100 From: Claus Guttesen To: Eric Anholt In-Reply-To: <1135591838.1065.7.camel@leguin> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1135591838.1065.7.camel@leguin> Cc: freebsd-current@freebsd.org, Jason Evans Subject: Re: New malloc ready, take 42 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 10:32:55 -0000 > > > * Claus Guttesen and Devon O'Dell reported issues in kldxref and X on > > > amd64. The kldxref problem has been fixed. The X problem is a bit > > > trickier. I borrowed a Turion-based laptop from Rob Braun and indeed > > > found that X wouldn't start. Eric Anholt suggested trying the xorg- > > > server-snap port rather than xorg-server, and the problem went away. > > > > Slightly OT but related to the xorg-snap. I installed xorg-snap from > > the ports-collection and now my ati x700 and my beloved 1680x1050 > > LCD-screen goes into 640x480. Other than that kldxref is gone. > > > > So I'll have to "downgrade" to phkmalloc again. > > We'd have to see Xorg.0.logs before and after the update to > xorg-server-snap to say anything about what actually happened. I found the following patch to xorg 6.9 at http://www.ijs.si/~lesi/xorg/xorg-69/xorg-up-690-1.patch provided by Dejan Lesjak. Applied the patch and installed xorg. I had to comment out the following line in xorg.conf to get my screen-resolution back: #VertRefresh 50 - 86 Xorg ver. 6.9 works with jemalloc :-) regards