summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Chantry <chantry.xavier@gmail.com>2010-03-05 00:53:47 +0100
committerFrancisco Jerez <currojerez@riseup.net>2010-03-07 18:53:47 +0100
commit6b8b15731b7610c9d8fb3625861797a0c9fd9546 (patch)
tree68bcb0f91a97b8c4672575ae443a378d874030f0
parentc642b9f7a13bdeecd0a83ddcbf6d6d4f2c287501 (diff)
Remove leftover in man page and nv_const.hHEADmaster
Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> Signed-off-by: Francisco Jerez <currojerez@riseup.net>
-rw-r--r--man/nouveau.man16
-rw-r--r--src/nv_const.h2
2 files changed, 0 insertions, 18 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..0df25b6 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -13,7 +13,6 @@ typedef enum {
OPTION_NOACCEL,
OPTION_SHADOW_FB,
OPTION_VIDEO_KEY,
- OPTION_EXA_PIXMAPS
} NVOpts;
@@ -23,7 +22,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 }
};