From owner-freebsd-x11@FreeBSD.ORG Sun Feb 8 16:38:51 2009 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 C4CD8106566B for ; Sun, 8 Feb 2009 16:38:51 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 4D70D8FC0A for ; Sun, 8 Feb 2009 16:38:51 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so1332176fka.11 for ; Sun, 08 Feb 2009 08:38:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=cRgYp7X02naxi2p+OLQsDTjdfW96fd9eCHzofns9Ir0=; b=I44HzlRohXsfCmcFoodECFGjrFbLYk3kzyfScsscXq4ae4ZWsNI95sxvQvKj7iufWQ rMnL5kBp5ZeNuwH4NY0GE+RCHqQEvnFRX3y/HGofxLwfLTGUuariMYBo7/bM+NL+AC+2 6WsNfXWTCs/3HREkbhPhf+C1eW53KvFVMQCLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:cc:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=EvUa6kIftgRYX0ipRAw/FippKjqb9mzc6+5aArKcV9ThgorkBDo0gGyDGPs56JXHds 3/2dFvwGTPhEKmJEKL4u1ALcMqg8dhHJydu1PRXJojUVzRmdfHIXORRQJreU2SPtseSk JhavTh4EmfCOXu3YqJ1vEmGuyohSyU1Ex2uNs= Received: by 10.103.11.5 with SMTP id o5mr1693207mui.132.1234111130240; Sun, 08 Feb 2009 08:38:50 -0800 (PST) Received: from localhost (78-106-54-18.broadband.corbina.ru [78.106.54.18]) by mx.google.com with ESMTPS id j10sm1156878muh.31.2009.02.08.08.38.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Feb 2009 08:38:49 -0800 (PST) From: swell.k@gmail.com Cc: freebsd-x11@freebsd.org References: <863aeyhd7f.fsf@gmail.com> <1233506480.1534.38.camel@ferret.2hip.net> <86wsc9pf5w.fsf@gmail.com> Date: Sun, 08 Feb 2009 19:38:42 +0300 In-Reply-To: <86wsc9pf5w.fsf@gmail.com> (swell k.'s message of "Mon, 02 Feb 2009 08:43:23 +0300") Message-ID: <86bptc994d.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: xf86-video-nouveau X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 16:38:52 -0000 (replying to myself) swell.k@gmail.com writes: > Well, I was surprised that it worked without modifications, too. > The PR number is `ports/131276'. > > There is one known issue in it: switching from Xserver to syscons > and back to Xserver causes the latter to crash. I uploaded new snapshot[1]. Since then more code was moved to libdrm and it now depends on libdrm_nouveau.so. That bug with Xserver crashing was fixed, too. And I've got a few more successful reports: another GF6150 and GF9300G M (sic!). So if anyone have troubles with xf86-video-nv he/she can try luck with xf86-video-nouveau. [1] ports: ftp://ftp.lissyara.su/users/Guest/libdrm.tar.bz2 (provides libdrm_nouveau.so) ftp://ftp.lissyara.su/users/Guest/xf86-video-nouveau.tar.bz2