diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-06 09:56:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-06 13:53:28 +0100 |
commit | 2e50aa760ce4edb208137f2c785d426752a5aeb4 (patch) | |
tree | f3edc7511464dc65516addf4602fe3fcffd8ef85 /gnu/packages/xorg.scm | |
parent | ce4a347fe9397d94d4b7aba4c84fd9cbf8f0167a (diff) | |
download | patches-2e50aa760ce4edb208137f2c785d426752a5aeb4.tar patches-2e50aa760ce4edb208137f2c785d426752a5aeb4.tar.gz |
gnu: xf86-video-nv: Improve description.
* gnu/packages/xorg.scm (xf86-video-nv): Adjust synopsis and
description.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 224adf8b36..5381dd0850 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2766,8 +2766,13 @@ kernel mode setting (KMS).") (inputs `(("xorg-server" ,xorg-server))) (native-inputs `(("pkg-config" ,pkg-config))) (home-page "http://www.x.org/wiki/") - (synopsis "Xorg implementation of the X Window System") - (description "X.org provides an implementation of the X Window System") + (synopsis "NVIDIA video driver for the Xorg X server") + (description + "This package contains Xorg support for the NVIDIA GeForce 8 series of +graphics processors. + +There are a few caveats of which to be aware: the XVideo extension is not +supported, and the RENDER extension is not accelerated by this driver.") (license license:x11))) |