Version 37 (modified by jeremyhu@…, 4 years ago) (diff)

--

Releases

Disclaimer

The updates available on this site are not official Apple releases. They are a convenient way for users to stay up to date with progress made in the open source community (in which Apple is participating). Official Apple releases will come from Apple (most likely through OS and Security Updates via Software Update). These updates will likely incorporate many of the changes made in our releases when and if Apple deems them appropriate.

X11 Package

If you are in doubt as to what to install, select the latest X11 Package below and follow the installation instructions on the next page.

xorg-server

Binary versions of Xquartz are released periodically as fixes are being made. These are released primarily for testing out bug fixes or getting generating extra logging from users experiencing bugs. If you are uncomfortable using beta software or are unaffected by the fixed bugs, then please refrain from installing these binaries and just install the latest X11 package (above).

If you don't mind using beta software and would like to stay current with development, then your best bet is to install the latest package (which includes fixes outside of just xorg-server) then install the latest Xquartz binary.

Source code and a binary of Xquartz are available at http://xquartz.macosforge.org/downloads with gpg signatures and md5 checksums. See our developer info page for more information on compilation or follow these instructions (in Terminal.app) to install the binary:

bunzip2 Xquartz-<version>.bz2
sudo install -b Xquartz-<version> /usr/X11/bin/Xquartz

As of 2.3.2, the server bits are actually located in the bundle. /usr/X11/bin/Xquartz is just a stub that "does the right thing" to start the server. You will not be able to use any of the Xquartz binaries from previous releases with this release, and visa-versa. That is why I haven't made an updated binary drop for a while. From now on, you'll need to grab X11.bin-1.4.2-appleXX.bz2 and drop it over /Applications/Utilities/X11.app/Contents/MacOS/X11.bin rather than updating /usr/X11/bin/Xquartz:

bunzip2 X11.bin-<version>.bz2
sudo install -b X11.bin-<version> /Applications/Utilities/X11.app/Contents/MacOS/X11.bin