Add nvidia-settings 1.0, Display Control Panel for XFree86/X.org NVidia

driver.
This commit is contained in:
Alexander Nedotsukov 2004-08-15 04:57:54 +00:00
parent fb25bdd43e
commit d0e2283bb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116236
5 changed files with 47 additions and 0 deletions

View file

@ -130,6 +130,7 @@
SUBDIR += mxico
SUBDIR += numlockx
SUBDIR += nvidia-driver
SUBDIR += nvidia-settings
SUBDIR += offix-clipboard
SUBDIR += offix-execute
SUBDIR += oooqs

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: sisctrl
# Date created: 15 Aug 2004
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nvidia-settings
PORTVERSION= 1.0
CATEGORIES= x11
MASTER_SITES= http://download.nvidia.com/XFree86/nvidia-settings/
MAINTAINER= bland@FreeBSD.org
COMMENT= Display Control Panel for XFree86/X.org NVidia driver
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_GMAKE= yes
PLIST_FILES= bin/nvidia-settings
MAKE_ENV= ROOT=${PREFIX}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (nvidia-settings-1.0.tar.gz) = 6629ad630189eb3564a9c676da0a7c3d
SIZE (nvidia-settings-1.0.tar.gz) = 737817

View file

@ -0,0 +1,11 @@
--- Makefile.orig Sun Aug 15 13:15:04 2004
+++ Makefile Sun Aug 15 13:38:32 2004
@@ -70,7 +70,7 @@
# default prefix
ifdef ROOT
- prefix = $(ROOT)/usr
+ prefix = $(ROOT)
else
prefix = /usr/local
endif

View file

@ -0,0 +1,9 @@
The `nvidia-settings` utility is a tool for configuring the NVIDIA
XFree86/X.org graphics driver. It operates by communicating with the NVIDIA
X driver, querying and updating state as appropriate. This
communication is done with the NV-CONTROL X extension.
Values such as brightness and gamma, XVideo attributes, temperature,
and OpenGL settings can be queried and configured via nvidia-settings.
WWW: http://www.nvidia.com/object/linux.html