Lines Matching +full:0 +full:x11
13 X11 display is the size of the screen and contains all the other
14 windows. The X11 root window is not displayed in rootless mode as Mac
19 .B defaults write @bundle_id_prefix@.X11 enable_fake_buttons -boolean true
25 .B defaults write @bundle_id_prefix@.X11 fake_button2 \fImodifiers\fP
30 .B defaults write @bundle_id_prefix@.X11 fake_button3 \fImodifiers\fP
35 .B defaults write @bundle_id_prefix@.X11 fullscreen_hotkeys -boolean true
38 .B defaults write @bundle_id_prefix@.X11 fullscreen_menu -boolean true
41 .B defaults write @bundle_id_prefix@.X11 no_quit_alert -boolean true
42 Disables the alert dialog displayed when attempting to quit X11.
44 .B defaults write @bundle_id_prefix@.X11 no_auth -boolean true
48 .B defaults write @bundle_id_prefix@.X11 nolisten_tcp -boolean false
52 .B defaults write @bundle_id_prefix@.X11 enable_system_beep -boolean false
53 Don't use the standard system beep effect for X11 alerts.
55 .B defaults write @bundle_id_prefix@.X11 enable_key_equivalents -boolean false
56 Disable menu keyboard equivalents while X11 windows are focused.
58 .B defaults write @bundle_id_prefix@.X11 depth \fIdepth\fP
63 .B defaults write @bundle_id_prefix@.X11 sync_keymap -boolean true
64 Keep the X11 keymap up to date with the OSX system keymap.
66 .B defaults write @bundle_id_prefix@.X11 option_sends_alt -boolean true
69 .B defaults write @bundle_id_prefix@.X11 sync_pasteboard -boolean true
70 Enable syncing between the OSX pasteboard and clipboard/primary selection buffers in X11. This opt…
72 .B defaults write @bundle_id_prefix@.X11 sync_pasteboard_to_clipboard -boolean true
73 Update the X11 CLIPBOARD when the OSX NSPasteboard is updated.
75 .B defaults write @bundle_id_prefix@.X11 sync_pasteboard_to_primary -boolean true
76 Update the the X11 PRIMARY buffer when the OSX NSPasteboard is updated.
78 .B defaults write @bundle_id_prefix@.X11 sync_clipboard_to_pasteboard -boolean true
79 …d when the X11 CLIPBOARD is updated. Note that enabling this option causes the clipboard synchron…
81 .B defaults write @bundle_id_prefix@.X11 sync_primary_on_select -boolean true
82 … whenever a new X11 selection is made (rather than requiring you to hit cmd-c to copy the selectio…
84 .B defaults write @bundle_id_prefix@.X11 enable_test_extensions -boolean true
87 .B defaults write @laucnd_id_prefix@.X11 scroll_in_device_direction -boolean true
88 This option defaults to false. Enable this option to ensure that X11 scroll events are always in t…
109 XQuartz stores a server log at ~/Library/Logs/X11.@bundle_id_prefix@.log which
128 .B $ syslog -c X11.bin -d
142 X11 was originally ported to Mac OS X Server by John Carmack. Dave
150 XFree86 4.1.0:
164 XFree86 4.2.0:
188 Code from Apple's X11.app (which was based on XFree86 4.1) was integrated into X.org's XDarwin DDX …