From owner-freebsd-x11@FreeBSD.ORG Sun Feb 1 07:12:19 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 4251E10656D0 for ; Sun, 1 Feb 2009 07:12:19 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id BE0878FC08 for ; Sun, 1 Feb 2009 07:12:18 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so289619fgb.35 for ; Sat, 31 Jan 2009 23:12:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=TLlSrXuib6RHIoXqq9ptBH9pwHoWaRJNgkS0X/MUupU=; b=DBbuAZHdstDWbR2iXee3L/h9w4T3NqjpvVAEj7Eg6TaQBFVSBuYglzp5d+ntGa4USM hCduVzG8pmvO/jmCOoWX85Jy3h5EQyygM+FRym/2+nnm0QIOHI0UZwDQuK6clry6BYgH u31LF9/Oo/q6FOkEVzNyS4qJkuJmGWRSxL78A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=Vv6hYFE9wVraiVfo/2y4fcpwgkRK1akLcpo0o/UxkA+olbSvV+O637AxvTRf83RRas WYAG6zYJdkGVcfrvm1TQ6QbSSYiMU3X5fdeijrPgy0WGo8g+uWx7NRZI3beEcqqjdMxj pPcttxks4RDhNbV4m1e6p2Yr8ZTrtDCUukvcY= Received: by 10.86.95.20 with SMTP id s20mr1577144fgb.4.1233470443579; Sat, 31 Jan 2009 22:40:43 -0800 (PST) Received: from localhost (93-80-47-232.broadband.corbina.ru [93.80.47.232]) by mx.google.com with ESMTPS id l12sm1848015fgb.51.2009.01.31.22.40.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 31 Jan 2009 22:40:42 -0800 (PST) From: swell.k@gmail.com To: freebsd-x11@freebsd.org Date: Sun, 01 Feb 2009 09:40:36 +0300 Message-ID: <863aeyhd7f.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Subject: 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, 01 Feb 2009 07:12:19 -0000 --=-=-= Can someone on the list tell if it's good idea to send a PR with only DDX part of nouveau driver? It works on my system which is: FreeBSD 8-CURRENT amd64 with GeForce 9600 GT, no DRM module Xorg.0.log - http://pastebin.com/f34b1ff30 There was even one report that this driver worked where xf86-video-nv didn't. In the port's distfile there is ChangeLog file which is basically `git log --stat'. Current revision in git doesn't work on my system since commit 410788dc896d99b658508e3a7ebcb4940a039f35, that's why the port is not about latest snapshot. --=-=-= Content-Disposition: attachment; filename=xf86-video-nouveau-0.0.10.20090129.shar Content-Description: the port in shar archive #!/bin/sh # This is a shell archive echo x xf86-video-nouveau/ mkdir -p xf86-video-nouveau/ > /dev/null 2>&1 echo x xf86-video-nouveau/distinfo sed 's/^X//' > xf86-video-nouveau/distinfo << 'SHAR_END' XMD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = ea4663197027d798b2d287b315721832 XSHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = a8fe3ba39aa691535c7423134bc6b6224c6bd8fbfdee3ed523301892976c6bdf XSIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090129.tar.bz2) = 569851 SHAR_END echo x xf86-video-nouveau/pkg-plist sed 's/^X//' > xf86-video-nouveau/pkg-plist << 'SHAR_END' Xlib/xorg/modules/drivers/nouveau_drv.la Xlib/xorg/modules/drivers/nouveau_drv.so X@dirrmtry lib/xorg/modules/drivers X@dirrmtry lib/xorg/modules X@dirrmtry lib/xorg SHAR_END echo x xf86-video-nouveau/Makefile sed 's/^X//' > xf86-video-nouveau/Makefile << 'SHAR_END' X# New ports collection makefile for: xf86-video-nouveau X# Date Created: 29 Jan 2009 X# Whom: X# X# $FreeBSD$ X# X XPORTNAME= xf86-video-nouveau XPORTVERSION= 0.0.10.20090129 XCATEGORIES= x11-drivers XMASTER_SITES= ftp://ftp.lissyara.su/upload/ X XMAINTAINER= x11@FreeBSD.org XCOMMENT= free nouveau display driver for nvidia-based cards X XXORG_CAT= driver XUSE_XORG= videoproto xextproto xf86driproto XMAN4= nouveau.4x X X.include SHAR_END echo x xf86-video-nouveau/pkg-descr sed 's/^X//' > xf86-video-nouveau/pkg-descr << 'SHAR_END' Xnouveau is an X.Org Foundation and Freedesktop.org project which was Xinitially based on the obfuscated 2D-only free and open source "nv" Xdriver, aiming to develop free software drivers for NVIDIA graphics Xcards, by reverse engineering NVIDIA's current proprietary drivers for XLinux. X X-- Wikipedia SHAR_END exit --=-=-=--