Add nvidia-settings 1.0, Display Control Panel for XFree86/X.org NVidia
driver.
This commit is contained in:
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
|
@ -130,6 +130,7 @@
|
|||
SUBDIR += mxico
|
||||
SUBDIR += numlockx
|
||||
SUBDIR += nvidia-driver
|
||||
SUBDIR += nvidia-settings
|
||||
SUBDIR += offix-clipboard
|
||||
SUBDIR += offix-execute
|
||||
SUBDIR += oooqs
|
||||
|
|
24
x11/nvidia-settings/Makefile
Normal file
24
x11/nvidia-settings/Makefile
Normal 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>
|
2
x11/nvidia-settings/distinfo
Normal file
2
x11/nvidia-settings/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (nvidia-settings-1.0.tar.gz) = 6629ad630189eb3564a9c676da0a7c3d
|
||||
SIZE (nvidia-settings-1.0.tar.gz) = 737817
|
11
x11/nvidia-settings/files/patch-Makefile
Normal file
11
x11/nvidia-settings/files/patch-Makefile
Normal 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
|
9
x11/nvidia-settings/pkg-descr
Normal file
9
x11/nvidia-settings/pkg-descr
Normal 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
|
Loading…
Reference in a new issue