diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:38 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:38 -0800 |
commit | 6a5baffc91051abad8e243e7f7dbbe0819384772 (patch) | |
tree | 09e812bfb47cd15b2840e206b559fc1277ea89c7 /option_table.h | |
parent | 75c80b36e8fbbfd0d349fbbfe9db6b54ec1fe30a (diff) |
1.0-97461.0-9746
Diffstat (limited to 'option_table.h')
-rw-r--r-- | option_table.h | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/option_table.h b/option_table.h index 2c28f36..313ade6 100644 --- a/option_table.h +++ b/option_table.h @@ -127,18 +127,21 @@ static const NVOption __options[] = { { "x-module-path", X_MODULE_PATH_OPTION, NVOPT_HAS_ARGUMENT, "The path under which the NVIDIA X server modules will be installed. " - "If `pkg-config --variable=moduledir xorg-server` is successful and " - "returns a directory that exists, then that is the default; otherwise, " - "this value defaults to the X library path (see the '--x-library-path' " - "option) plus '" DEFAULT_X_MODULEDIR "' or '" XORG7_DEFAULT_X_MODULEDIR - "' if nvidia-installer detects that X.Org >= 7.0 is installed." }, + "If this option is not specified, nvidia-installer uses the following " + "search order and selects the first valid directory it finds: 1) " + "`X -showDefaultModulePath`, 2) `pkg-config --variable=moduledir " + "xorg-server`, or 3) the X library path (see the '--x-library-path' " + "option) plus either '" DEFAULT_X_MODULEDIR "' (for X servers older " + "than X.Org 7.0) or '" XORG7_DEFAULT_X_MODULEDIR "' (for X.Org 7.0 or " + "later)." }, { "x-library-path", X_LIBRARY_PATH_OPTION, NVOPT_HAS_ARGUMENT, "The path under which the NVIDIA X libraries will be installed. " - "If `pkg-config --variable=libdir xorg-server` is successful and " - "returns a directory that exists, then that is the default; otherwise, " - "this value defaults to the X prefix (see the '--x-prefix' option) " - "plus '" DEFAULT_LIBDIR "' on 32bit systems, and '" + "If this option is not specified, nvidia-installer uses the following " + "search order and selects the first valid directory it finds: 1) " + "`X -showDefaultLibPath`, 2) `pkg-config --variable=libdir " + "xorg-server`, or 3) the X prefix (see the '--x-prefix' option) " + "plus '" DEFAULT_LIBDIR "' on 32bit systems, and either '" DEFAULT_64BIT_LIBDIR "' or '" DEFAULT_LIBDIR "' on 64bit systems, " "depending on the installed Linux distribution." }, |