Xquartz: Pre-process Xquartz man page
(cherry picked from commit dec2633c41dd0adf73264afdf251a6522d6ae76a)
This commit is contained in:
parent
1ff945a8e4
commit
eab0c4e490
|
@ -1,8 +1,5 @@
|
||||||
bin_PROGRAMS = Xquartz
|
bin_PROGRAMS = Xquartz
|
||||||
|
|
||||||
# TODO: This man page needs sed magic and cleanup
|
|
||||||
man1_MANS = Xquartz.man
|
|
||||||
|
|
||||||
AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
|
AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(srcdir) -I$(srcdir)/.. \
|
-I$(srcdir) -I$(srcdir)/.. \
|
||||||
|
@ -58,8 +55,19 @@ Xquartz_LDFLAGS = \
|
||||||
-Wl,-framework,CoreAudio \
|
-Wl,-framework,CoreAudio \
|
||||||
-Wl,-framework,IOKit
|
-Wl,-framework,IOKit
|
||||||
|
|
||||||
|
appmandir = $(APP_MAN_DIR)
|
||||||
|
appman_PRE = Xquartz.man.pre
|
||||||
|
appman_PROCESSED = $(appman_PRE:man.pre=man)
|
||||||
|
appman_DATA = $(appman_PRE:man.pre=@APP_MAN_SUFFIX@)
|
||||||
|
|
||||||
|
CLEANFILES = $(appman_PROCESSED) $(appman_DATA)
|
||||||
|
|
||||||
|
include $(top_srcdir)/cpprules.in
|
||||||
|
|
||||||
|
.man.$(APP_MAN_SUFFIX):
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
Xquartz.man \
|
|
||||||
dri.h \
|
dri.h \
|
||||||
dristruct.h \
|
dristruct.h \
|
||||||
appledri.h \
|
appledri.h \
|
||||||
|
|
|
@ -65,48 +65,48 @@ of the main display.
|
||||||
.SH CUSTOMIZATION
|
.SH CUSTOMIZATION
|
||||||
\fIXquartz\fP can also be customized using the defaults(1) command. The available options are:
|
\fIXquartz\fP can also be customized using the defaults(1) command. The available options are:
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 enable_fake_buttons -boolean true
|
.B defaults write org.x.X11 enable_fake_buttons -boolean true
|
||||||
Equivalent to the \fB-fakebuttons\fP command line option.
|
Equivalent to the \fB-fakebuttons\fP command line option.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 fake_button2 \fImodifiers\fP
|
.B defaults write org.x.X11 fake_button2 \fImodifiers\fP
|
||||||
Equivalent to the \fB-fakemouse2\fP option.
|
Equivalent to the \fB-fakemouse2\fP option.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 fake_button3 \fImodifiers\fP
|
.B defaults write org.x.X11 fake_button3 \fImodifiers\fP
|
||||||
Equivalent to the \fB-fakemouse3\fP option.
|
Equivalent to the \fB-fakemouse3\fP option.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 swap_alt_meta -boolean true
|
.B defaults write org.x.X11 swap_alt_meta -boolean true
|
||||||
Equivalent to the \fB-swapAltMeta\fP option.
|
Equivalent to the \fB-swapAltMeta\fP option.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 keymap_file \fIfilename\fP
|
.B defaults write org.x.X11 keymap_file \fIfilename\fP
|
||||||
Equivalent to the \fB-keymap\fP option.
|
Equivalent to the \fB-keymap\fP option.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 no_quit_alert -boolean true
|
.B defaults write org.x.X11 no_quit_alert -boolean true
|
||||||
Disables the alert dialog displayed when attempting to quit X11.
|
Disables the alert dialog displayed when attempting to quit X11.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 no_auth -boolean true
|
.B defaults write org.x.X11 no_auth -boolean true
|
||||||
Stops the X server requiring that clients authenticate themselves when
|
Stops the X server requiring that clients authenticate themselves when
|
||||||
connecting. See Xsecurity(__miscmansuffix__).
|
connecting. See Xsecurity(__miscmansuffix__).
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 nolisten_tcp -boolean true
|
.B defaults write org.x.X11 nolisten_tcp -boolean true
|
||||||
Prevents the X server accepting remote connections.
|
Prevents the X server accepting remote connections.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 xinit_kills_server -boolean false
|
.B defaults write org.x.X11 xinit_kills_server -boolean false
|
||||||
Stops the X server exiting when the xinitrc script terminates.
|
Stops the X server exiting when the xinitrc script terminates.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 fullscreen_hotkeys -boolean false
|
.B defaults write org.x.X11 fullscreen_hotkeys -boolean false
|
||||||
Allows system hotkeys to be handled while in X11 fullscreen mode.
|
Allows system hotkeys to be handled while in X11 fullscreen mode.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 enable_system_beep -boolean false
|
.B defaults write org.x.X11 enable_system_beep -boolean false
|
||||||
Don't use the standard system beep effect for X11 alerts.
|
Don't use the standard system beep effect for X11 alerts.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 enable_key_equivalents -boolean false
|
.B defaults write org.x.X11 enable_key_equivalents -boolean false
|
||||||
Disable menu keyboard equivalents while X11 windows are focused.
|
Disable menu keyboard equivalents while X11 windows are focused.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B defaults write com.apple.x11 depth \fIdepth\fP
|
.B defaults write org.x.X11 depth \fIdepth\fP
|
||||||
Equivalent to the \fB-depth\fP option.
|
Equivalent to the \fB-depth\fP option.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.PP
|
.PP
|
||||||
X(__miscmansuffix__), XFree86(1), Xserver(1), xdm(1), xinit(1)
|
X(__miscmansuffix__), Xserver(1), xdm(1), xinit(1)
|
||||||
.PP
|
.PP
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
XFree86 was originally ported to Mac OS X Server by John Carmack. Dave
|
XFree86 was originally ported to Mac OS X Server by John Carmack. Dave
|
Loading…
Reference in New Issue