From owner-freebsd-x11@FreeBSD.ORG Thu Dec 15 11:30:16 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D30541065677 for ; Thu, 15 Dec 2011 11:30:16 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1EF8FC18 for ; Thu, 15 Dec 2011 11:30:16 +0000 (UTC) Received: by eekc50 with SMTP id c50so2294805eek.13 for ; Thu, 15 Dec 2011 03:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; bh=/xmMjrCr981Z4JXI7SzaXRVZ5tMMypp6A77K4fc1qMA=; b=aYWt2VAmd8h4amLX5jkUVfO6ujhME7EDL3WeGw6aai4sQIiIMTq/npuQW0ngE3j9fe 19WUVu95fqPR7XmVI3oo1sfPuCl910YYNwog++Q7yNaAiv+fd9nsKUF2Bgqbb28OQqWN 8kREJr+quFkqnDU+xnQAaY5+qOWo819xh/MFM= Received: by 10.213.4.71 with SMTP id 7mr1521746ebq.87.1323948615013; Thu, 15 Dec 2011 03:30:15 -0800 (PST) Received: from ernst.jennejohn.org (p578E3371.dip.t-dialin.net. [87.142.51.113]) by mx.google.com with ESMTPS id t1sm13015846eeb.3.2011.12.15.03.30.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Dec 2011 03:30:14 -0800 (PST) Date: Thu, 15 Dec 2011 12:30:11 +0100 From: Gary Jennejohn To: tomdean@speakeasy.org Message-ID: <20111215123011.76242668@ernst.jennejohn.org> In-Reply-To: <1323901191.3799.99.camel@asus> References: <1323892513.3799.65.camel@asus> <4EE90A68.3060002@comcast.net> <1323896564.3799.94.camel@asus> <1437191975-1323897776-cardhu_decombobulator_blackberry.rim.net-1935162604-@b26.c17.bise6.blackberry> <1323901191.3799.99.camel@asus> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Radeon UMS Mode X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 11:30:16 -0000 On Wed, 14 Dec 2011 14:19:51 -0800 "Thomas D. Dean" wrote: > On Wed, 2011-12-14 at 21:22 +0000, akirchhoff135014@comcast.net wrote: > I tried various modelines - nothing seemed to work. > > I kept getting could not get gamma messages. I can relay the exact > message later, if it would help resolve this. > > I think the fix is the MSI N210-MD512D3/LP GeForce 210 card, which UPS > delivers tomorrow! > Be aware that if you installed libGL* with WITHOUT_NOUVEAU=YES in make.conf then Xorg may get a signal 11 if you use the default configuration for xorg-server when using nvidia-driver. You may have done this to support the ATI card, which I did because I was using the integrated ATI graphics in my motherboard's chipset until recently. I have the same MSI card as you have ordered and discovered that I had to turn off the AIGLX option in xorg-server in order to stop the signal 11 from happening. Of course, an option would be to remove WITHOUT_NOUVEAU=YES from make.conf and reinstall libGL*, but I haven't tried that yet. I'm now successfully using the card with nvidia-driver and things like VDPAU appear to be working. No more signal 11. Ah yes, I also removed dri, drm and radeondrm from my kernel config. -- Gary Jennejohn