update kdrive manual and usage
This commit is contained in:
		
							parent
							
								
									44b20bfa58
								
							
						
					
					
						commit
						6d8cedf68c
					
				| 
						 | 
				
			
			@ -44,32 +44,32 @@ Xserver(1)), all the
 | 
			
		|||
.B Xkdrive
 | 
			
		||||
servers accept the following options:
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -screen \fIwidth\fBx\fIheight\fR[\fBx\fIdepth\fR]\fB
 | 
			
		||||
use a screen of the specified size.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -zaphod
 | 
			
		||||
disable switching screens by moving the pointer accross a screen boundary.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -3button
 | 
			
		||||
disable emulation of a middle mouse button by chording.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -2button
 | 
			
		||||
enable emulation of a middle mouse button by chording.
 | 
			
		||||
.B -card \fIpcmcia\fP
 | 
			
		||||
use pcmcia card as additional screen.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -dumb
 | 
			
		||||
disable hardware acceleration.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -origin \fIX\fP,\fIY\fP
 | 
			
		||||
Locates the next screen in the Xinerama virtual screen.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -screen \fIwidth\fBx\fIheight\fR[\fBx\fIdepth\fR[\fBx\fIfreq\fR]]\fR[\fB@\fIrotation\fR]\fB
 | 
			
		||||
use a screen of the specified \fIwidth\fP, \fIheight\fP, screen \fIdepth\fP, \fIfrequency\fP, and \fIrotation\fP (0, 90, 180 and 270 are legal values).
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -softCursor
 | 
			
		||||
disable the hardware cursor.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -card \fIcard\fB
 | 
			
		||||
not documented.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -videoTest
 | 
			
		||||
not documented.
 | 
			
		||||
start the server, pause momentarily, and exit.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -standalone
 | 
			
		||||
not documented.
 | 
			
		||||
.B -zaphod
 | 
			
		||||
disable switching screens by moving the pointer across a screen boundary.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -2button
 | 
			
		||||
enable emulation of a middle mouse button by chording.
 | 
			
		||||
.TP 8
 | 
			
		||||
.B -3button
 | 
			
		||||
disable emulation of a middle mouse button by chording.
 | 
			
		||||
.SH SEE ALSO
 | 
			
		||||
X(__miscmansuffix__), Xserver(1), xdm(1), xinit(1), Xvesa(1), Xfbdev(1).
 | 
			
		||||
.SH AUTHORS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -327,6 +327,18 @@ AbortDDX(void)
 | 
			
		|||
void
 | 
			
		||||
ddxUseMsg()
 | 
			
		||||
{
 | 
			
		||||
  ErrorF("\nTinyX Device Dependent Usage:\n");
 | 
			
		||||
  ErrorF("-card pcmcia	Use PCMCIA card as additional screen\n");
 | 
			
		||||
  ErrorF("-screen WIDTHxHEIGHT[xDEPTH[xFREQ]][@ROTATION]	Specify screen characteristics\n");
 | 
			
		||||
  ErrorF("-zaphod		Disable cursor screen switching\n");
 | 
			
		||||
  ErrorF("-2button	Emulate 3 button mouse\n");
 | 
			
		||||
  ErrorF("-3button	Disable 3 button mouse emulation\n");
 | 
			
		||||
  ErrorF("-dumb 		Disable hardware acceleration\n");
 | 
			
		||||
  ErrorF("-softCursor	Force software cursor\n");
 | 
			
		||||
  ErrorF("-videoTest	Start the server, pause momentarily and exit\n");
 | 
			
		||||
  ErrorF("-origin X,Y	Locates the next screen in the the virtual screen (Xinerama)\n");
 | 
			
		||||
  ErrorF("-mouse path[,n]	Filename of mouse device, n is number of buttons\n");
 | 
			
		||||
  ErrorF("\n");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
| 
						 | 
				
			
			@ -632,8 +644,6 @@ KdProcessArgument (int argc, char **argv, int i)
 | 
			
		|||
	kdVideoTest = TRUE;
 | 
			
		||||
	return 1;
 | 
			
		||||
    }
 | 
			
		||||
    if (!strcmp (argv[i], "-standalone"))
 | 
			
		||||
	return 1;
 | 
			
		||||
    if (!strcmp (argv[i], "-origin"))
 | 
			
		||||
    {
 | 
			
		||||
	if ((i+1) < argc)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue