summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
};