summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-03-13 17:24:02 -0700
committerAaron Plattner <aplattner@nvidia.com>2009-03-13 17:24:02 -0700
commitad9013926e72726626c67bbae1bc7c7c696ffa67 (patch)
treeff41314852ce25585ce3b3bdda755aabc0beb4e7
parent0b8eb95ef44575722240e47a8ba713852355662f (diff)
185.13185.13
-rw-r--r--nvidia-xconfig.c2
-rw-r--r--option_table.h9
2 files changed, 6 insertions, 5 deletions
diff --git a/nvidia-xconfig.c b/nvidia-xconfig.c
index 1da8f47..c72bbb8 100644
--- a/nvidia-xconfig.c
+++ b/nvidia-xconfig.c
@@ -451,7 +451,7 @@ void parse_commandline(Options *op, int argc, char *argv[])
break;
}
- if (intval < 1 || intval > 6) {
+ if (intval < 0 || intval > 9) {
fprintf(stderr, "\n");
fprintf(stderr, "Invalid stereo: %d.\n", intval);
fprintf(stderr, "\n");
diff --git a/option_table.h b/option_table.h
index 6a60ad6..13535d5 100644
--- a/option_table.h
+++ b/option_table.h
@@ -476,10 +476,11 @@ static const NVGetoptOption __options[] = {
{ "stereo", STEREO_OPTION,
NVGETOPT_INTEGER_ARGUMENT | NVGETOPT_ALLOW_DISABLE, NULL,
- "Enable or disable the stereo mode. Valid values for [STEREO] are: 1 "
- "(DCC glasses), 2 (Blueline glasses), 3 (Onboard stereo), 4 (TwinView "
- "clone mode stereo), 5 (SeeReal digital flat panel), 6 (Sharp3D "
- "digital flat panel)." },
+ "Enable or disable the stereo mode. Valid values for [STEREO] are: 0 "
+ "(Disabled), 1 (DCC glasses), 2 (Blueline glasses), 3 (Onboard stereo), "
+ "4 (TwinView clone mode stereo), 5 (SeeReal digital flat panel), 6 "
+ "(Sharp3D digital flat panel), 7 (Arisawa/Hyundai/Zalman/Pavione/Miracube), "
+ "8 (3D DLP), 9 (3D DLP)." },
{ "tv-standard", TV_STANDARD_OPTION,
NVGETOPT_STRING_ARGUMENT | NVGETOPT_ALLOW_DISABLE, "TV-STANDARD",