open-src/xserver/xorg/sun-manpage.patch
changeset 1018 baa7bc85407b
parent 1003 a4d17d6bc179
child 1088 1c99106ccbe0
equal deleted inserted replaced
1017:82e433208135 1018:baa7bc85407b
   123 -.BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
   123 -.BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
   124 +.BR [+-]accessx " [\fItimeout\fP[\fItimeout_mask\fP[\fIfeedback\fP[\fIoptions_mask\fP]]]]"
   124 +.BR [+-]accessx " [\fItimeout\fP[\fItimeout_mask\fP[\fIfeedback\fP[\fIoptions_mask\fP]]]]"
   125  enables(+) or disables(-) AccessX key sequences.
   125  enables(+) or disables(-) AccessX key sequences.
   126  .TP 8
   126  .TP 8
   127  .B \-xkbdir \fIdirectory\fP
   127  .B \-xkbdir \fIdirectory\fP
   128 @@ -545,6 +614,102 @@ the following font path:
   128 @@ -545,6 +614,117 @@ the following font path:
   129      /usr/share/fonts/default/Type1,
   129      /usr/share/fonts/default/Type1,
   130      /usr/share/fonts/default/ghostscript
   130      /usr/share/fonts/default/ghostscript
   131  .fi
   131  .fi
   132 +#ifdef __SUNSOFT__
   132 +#ifdef __SUNSOFT__
   133 + 
   133 + 
   185 +\fB/usr/bin/i86/Xvfb\fP
   185 +\fB/usr/bin/i86/Xvfb\fP
   186 +\fB/usr/bin/amd64/Xvfb\fP
   186 +\fB/usr/bin/amd64/Xvfb\fP
   187 +\fB/usr/bin/Xvnc\fP
   187 +\fB/usr/bin/Xvnc\fP
   188 +.fi
   188 +.fi
   189 +.TP
   189 +.TP
       
   190 +.B options/config_file
       
   191 +(Type string) Setting this to a filename causes this file to be used as the
       
   192 +configuration file for the X server.   Currently this property is only
       
   193 +available when used with the Xorg server.  The value of this property must
       
   194 +be a relative path from one of the directories in the Xorg config file
       
   195 +search path, and not an absolute path.
       
   196 +.TP
   190 +.B options/tcp_listen
   197 +.B options/tcp_listen
   191 +(Type boolean) Setting this to false disables listening for incoming TCP/IP 
   198 +(Type boolean) Setting this to false disables listening for incoming TCP/IP 
   192 +connections (see \fB-nolisten tcp\fP option above).
   199 +connections (see \fB-nolisten tcp\fP option above).
   193 +.TP
   200 +.TP
   194 +.B options/default_depth
   201 +.B options/default_depth
   215 +.fi
   222 +.fi
   216 +.sp
   223 +.sp
   217 +Restart the Xserver by either logging out and logging back in, or manually 
   224 +Restart the Xserver by either logging out and logging back in, or manually 
   218 +if the Xserver was started from the command line.
   225 +if the Xserver was started from the command line.
   219 +.sp
   226 +.sp
   220 +.SS "Example: Enables the XINERAMA extension"
   227 +.SS "Example: Use of VESA driver"
       
   228 +.PP
       
   229 +The following command overrides the default Xorg driver selection to use the
       
   230 +/usr/lib/X11/xorg.conf.vesa configuration file to select the "vesa" driver.
       
   231 +.sp
       
   232 +.nf
       
   233 +svccfg -s svc:/application/x11/x11-server setprop options/config_file=xorg.conf.vesa
       
   234 +.fi
       
   235 +.SS "Example: Enabling the XINERAMA extension"
   221 +.PP
   236 +.PP
   222 +The following command enables the XINERAMA extension.
   237 +The following command enables the XINERAMA extension.
   223 +.sp
   238 +.sp
   224 +.nf
   239 +.nf
   225 +svccfg -s svc:/application/x11/x11-server setprop options/server_args=+xinerama
   240 +svccfg -s svc:/application/x11/x11-server setprop options/server_args=+xinerama