Xavier Chantry
2010-Mar-04 23:53 UTC
[Nouveau] [PATCH] Remove leftover in man page and nv_const.h
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com> --- man/nouveau.man | 16 ---------------- src/nv_const.h | 1 - 2 files changed, 0 insertions(+), 17 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 87f645a..cd66e9a 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -70,22 +70,6 @@ Enable or disable the HW cursor. Default: on. .BI "Option \*qNoAccel\*q \*q" boolean \*q Disable or enable acceleration. Default: acceleration is enabled. .TP -.BI "Option \*qFPDither\*q \*q" boolean \*q -Many digital flat panels (particularly ones on laptops) have only 6 bits -per component color resolution. -This option tells the driver to dither from 8 bits per component to 6 before -the flat panel truncates it. -Default: off. -.TP -.BI "Option \*qFPScale\*q \*q" boolean \*q -Supported only on GeForce4 and newer chips, this option -tells to the driver to scale lower resolutions up to the flat panel's native -resolution. Default: on. -.TP -.BI "Option \*qScalingMode\*q \*q" string \*q -Only for the randr-1.2 driver, this allows to set the DFP scaling mode. -The options are "fullscreen", "aspect", "noscale" and "panel". Default: "aspect". -.TP .BI "Option \*qShadowFB\*q \*q" boolean \*q Enable or disable use of the shadow framebuffer layer. Default: off. .SH "SEE ALSO" diff --git a/src/nv_const.h b/src/nv_const.h index 767344c..09293e0 100644 --- a/src/nv_const.h +++ b/src/nv_const.h @@ -23,7 +23,6 @@ static const OptionInfoRec NVOptions[] = { { OPTION_NOACCEL, "NoAccel", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_SHADOW_FB, "ShadowFB", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE }, - { OPTION_EXA_PIXMAPS, "EXAPixmaps", OPTV_BOOLEAN, {0}, FALSE }, { -1, NULL, OPTV_NONE, {0}, FALSE } }; -- 1.7.0.1
Xavier Chantry
2010-Mar-05 00:10 UTC
[Nouveau] [PATCH] Remove leftover in man page and nv_const.h
On Fri, Mar 5, 2010 at 12:53 AM, Xavier Chantry <chantry.xavier at gmail.com> wrote:> Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com> > --- > ?man/nouveau.man | ? 16 ---------------- > ?src/nv_const.h ?| ? ?1 - > ?2 files changed, 0 insertions(+), 17 deletions(-) >Other comments about the man page : 1 - SWcursor and VideoKey are not documented 2 - The supported hardware is incomplete, do we even want to maintain a complete list of all codenames ? We already have that on this page : http://nouveau.freedesktop.org/wiki/CodeNames But the man page is organized in a different way, it doesn't even look straightforward to convert the CodeNames page to the manpage organization 3 - are the AUTHORS and COPYRIGHT sections right ?
Possibly Parallel Threads
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- _mesa_init_texture_s3tc() vs util_format_s3tc_init()