Date: Sun, 01 Feb 2009 09:40:36 +0300 From: swell.k@gmail.com To: freebsd-x11@freebsd.org Subject: xf86-video-nouveau Message-ID: <863aeyhd7f.fsf@gmail.com>
next in thread | raw e-mail | index | archive | help
--=-=-= 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: <swell.k@gmail.com> 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 <bsd.port.mk> 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 --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?863aeyhd7f.fsf>