As noticed by several users running the developer preview version of OS X 10.8 Mountain Lion, Apple is no longer including its X11 application for running software through the X Window System interface. A popular option for scientists and others seeking to run specialized UNIX software both on local machines and across networks, X11 has been available on OS X for a number of years and has been included as a default install since Mac OS X Leopard.

x11 mountain lion alert
The X Window System has an extensive open source history, with development on the Mac side being handled under the XQuartz project. Apple's X11 application has been based on this effort, although as with many open source projects bundled for use in commercial software, X11 has generally been somewhat behind the latest XQuartz releases. The current version of X11 is 2.6.3, while XQuartz is currently available in version 2.7.0.

With Mountain Lion, Apple seems to eliminating its dedicated support for the X11 application, instead redirecting users to the open source XQuartz project, which it will continue to support.

Top Rated Comments

jeremyhu Avatar
177 months ago
THis is having an incredible negative effect upon programs in ML.

GIMP wont run even with Xquartz
It runs fine for tons of users. Are you experiencing a specific issue? If so please report a bug.


CrossOver does not launch Windows programs correctly, and instead shuts down
CrossOver ships their own server and does not actually use anything from Apple's X11 except for quartz-wm. I suggest you contact Codeweavers for access to test versions of Crossover that will work on Mountain Lion.


MacPorts is useless (Not just because of X11, but because of changes to Xcode)

Yeah, there are a few bugs to be worked out
As with most updates, MacPorts will need to adjust to this change. We're working on it, and you can follow the thread I started on macports-dev for specific information.

----------

This isn't just a removal, where reinstallation via XQuartz fixes things all nice and neat.
Please use the latest rc version of XQuartz (currently 2.7.1_rc4). As you probably discovered, earlier versions (like 2.7.0) don't fixup some things.


All the underlying launchd mechanisms that made the Apple X11 function so well with previous versions are gone as well. All the automatic $DISPLAY setting methods, for example, are ripped out. Installation of the XQuatrz package does nothing to fix that.
That's not true. XQuartz sets $DISPLAY for you (and always has). You need to logout and log back in to get $DISPLAY. This is mentioned on the download page and in the installer.

----------

Since there's no way to get the old startx methods to work anymore -- because they're just gone.
What do you mean? The entire startup sequence for XQuartz is based on xinit and startx. If you're having issues, please file bug reports with specific information.


This is not something they'll be fixing. I hope XQuartz manages to do something about it, but there are no guarantees. This is the kind of thing that can become orphanware in a hurry.
About what? File bugs, and they'll get fixed in time. I can't fix bugs I don't know about ;)

----------

Bingo! There was no point in Apple shipping it since we could get the latest version via open source. Only problem here is that Apple is no longer guaranteeing that X11 will work when a new version of the OS ships.
Note that All of X11 is based off of public APIs except for a small set of "private" APIs in a library that lives at /usr/lib/libXplugin.dylib ... as long as that library is updated for future releases, it should "just work"


Its possible for OS X to break X11 and the open source XQuartz team to have to quickly produce an update to support new operating system releases.
Yeah, but seeing as how the "open source XQuartz team" is 99% @apple.com, I think that's probably not difficult...


Its probably not much of a concern if you wait a couple weeks after the release of a new version of OS X to upgrade. They should have any required updates available to XQuartz within a few weeks (or possibly before) release of OS X, given the availability of developer previews.
Actually versions of XQuartz that work with Mountain Lion were released well in advance of Mountain Lion. You just need to be using the rc versions of XQuartz. 2.7.1_rc4 works great with it.

----------

Can someone confirm that Matlab works with XQuartz?
Yes.

----------

Make no mistake. XQuartz doesn't work in its present form on ML.

Don't know if I can make it plainer.
File bug reports.


Yep. Installed. Tested. Failed. Debugged. Failed. Next?
You installed the wrong version. Install 2.7.1_rc4.

----------

Is the fact that removing X11 causes various applications to break not a valid concern?
It is a valid concern. Please report problems.


I occasionally use GIMP, but according to various posters, it no longer works, even with XQuartz. Will you be buying me a similar photo editing application so I can work with my photos when 10.8 comes out?
No, but I will fix bugs if you report them. gimp runs fine here, but I'm by no means a gimp power user.
Score: 38 Votes (Like | Disagree)
theluggage Avatar
177 months ago
THis is having an incredible negative effect upon programs in ML.

Yeah. What they ought to do is release some sort of "Developer Preview" 5 or 6 months ahead of the release of the new OS so that developers heard about these things and had time to produce fixes.
Score: 33 Votes (Like | Disagree)
macduke Avatar
177 months ago
Is ML really an update? It seems like a downgrade in many respects.

Do you really know what you're talking about? It seems like you really don't know what you're talking about in many respects.
Score: 18 Votes (Like | Disagree)
godknows Avatar
177 months ago
Is ML really an update? It seems like a downgrade in many respects.

Stuff like this should really be optional. Not everyone uses it.
Score: 18 Votes (Like | Disagree)
KnightWRX Avatar
177 months ago
I guess this will be another "dumbing down" thread. :rolleyes:

Anyone who was using X11 on OS X (myself included) never really bothered with Apple's version anyhow and went straight to XQuartz.
Score: 17 Votes (Like | Disagree)
displaced Avatar
177 months ago
Too early to be worried...

So, the facts are:


* Xquartz is the open source X11-compatible window server for Mac OS X
* Xquartz is maintained by Apple-employed developers. It's an Apple-sponsored open source project.
* The 'X11' app bundled with various OS X releases has historically been a snapshot of the Xquartz code, renamed and integrated with the Mac OS X release.
* There was some extra 'glue' which made the Xquartz snapshot known as X11.app behave extra nice with OS X ($DISPLAY setting, etc)


So the actual change in Mountain Lion is that:


* Apple will no longer be bundling re-labelled Xquartz versions with OS X.
* OS X will instead prompt the user to download Xquartz when an X11-dependent application runs.


Now, clearly there's been a shift in responsibility here. The OS X team no longer take responsibility for integrating Xquartz (branded 'X11') into OS X major releases.

Rather, the Xquartz team (still Apple employees, remember) need to build up their process for producing releases independently of the OS X team. This is where the 'glue's got lost. Whatever OS X used to do for X11.app/Xquartz, Xquartz is now going to have to do for itself. From their point of view, it's almost certainly too early to start down that road since ML is still such a moving target. Hence the lack of integration in the present DP state.

I'm failing to see the malice, neglect or otherwise here. Rather, it's letting the Xquartz team control their schedule and deliver their updates independently of OS X without having to rely on people seeking out and installing Xquartz on their own.

Bear in mind also that the third-party developers will also take a little bit to adjust. They've been used to being able to test against 'the X11 that comes with <OSX_VERSION>. Instead, they'll need to test against the current release of Xquartz.

We're only about 24hrs into Mountain Lion's public history... so let's give everyone involved a chance to sort things out.
Score: 14 Votes (Like | Disagree)

Popular Stories

iOS 26 Feature

iOS 26 Available Tomorrow With These 8 New Features

Sunday September 14, 2025 8:46 am PDT by
Following three months of beta testing, iOS 26 will be released this Monday, September 15. The update is compatible with the iPhone 11 series and newer, and it will be available to install via the Settings app, under General → Software Update. Below, we have highlighted eight new features included in iOS 26. Even more new features and changes are outlined in Apple's release notes for the...
Tim Cook Rainbow

Apple Reportedly Plans to Launch These 10 Products in 'Coming Months'

Sunday September 14, 2025 8:45 am PDT by
Apple's annual September event is now in the rearview mirror, with the iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, iPhone Air, Apple Watch Series 11, Apple Watch Ultra 3, Apple Watch SE 3, and AirPods Pro 3 set to launch this Friday, September 19. As always, there is more to come. In his Power On newsletter today, Bloomberg's Mark Gurman said Apple plans to release many products in the...
iOS 26 on iPhone Feature

Here's When iOS 26 Rolls Out Today in Every Time Zone

Monday September 15, 2025 12:00 am PDT by
Today's the day. Apple is about to release iOS 26, which will deliver the biggest redesign since iOS 7 and bring a range of new features and improvements to iPhones worldwide. It's Apple's biggest software update of the year, and Apple announced at last week's iPhone event that it will be releasing iOS 26 sometime today – Monday, September 15. Based on past releases, the update is likely...
apple n1 chip

Apple's New N1 Chip in iPhone 17, iPhone 17 Pro, and iPhone Air Has a Wi-Fi 7 Limitation

Saturday September 13, 2025 10:01 am PDT by
The latest iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, and iPhone Air models are equipped with Apple's all-new N1 chip for Wi-Fi 7, Bluetooth 6, and Thread connectivity. However, the chip has a Wi-Fi 7 bandwidth limitation. According to FCC documents reviewed by MacRumors, the N1 chip in all of the new iPhone models supports up to 160 MHz channel bandwidth for Wi-Fi 7, short of the...
iPhone 17 Pro Colors

Didn't Pre-Order a New iPhone Yet? Here's How Long the Wait is Now

Friday September 12, 2025 6:11 am PDT by
iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, and iPhone Air pre-orders began at 5 a.m. Pacific Time in the U.S. and many other countries today. If you have yet to place a pre-order, you might face a longer wait now, depending on your desired configuration. As of shortly after 6 a.m. Pacific Time today, nearly all iPhone 17 Pro Max configurations on Apple's online store in the U.S. are facing ...
airpods translate

AirPods Live Translation Blocked for EU Users With EU Apple Accounts

Thursday September 11, 2025 4:01 am PDT by
Apple's new Live Translation feature for AirPods will be off-limits to millions of European users when it arrives next week, with strict EU regulations likely holding back its rollout. Apple says on its feature availability webpage that "Apple Intelligence: Live Translation with AirPods" won't be available if both the user is physically in the EU and their Apple Account region is in the EU....
iphone 17 lineup

iPhone 17 Models Launch on September 19 With These New Features

Friday September 12, 2025 7:58 am PDT by
Apple will launch its new iPhone 17 lineup and ultra-thin iPhone Air in stores on Friday, September 19, and the company has already shown off the new devices at its fall event, which ran with the the tagline "Awe dropping." The iPhone 17 series brings a host of new features and enhancements. Here's a rundown of the biggest upgrades and changes: iPhone 17 Display Changes The iPhone...
iphone air all colors

iPhone Air and iPhone 17 Pro Now Facing Extended Delivery Estimates

Saturday September 13, 2025 11:43 am PDT by
iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, and iPhone Air pre-orders began on Friday in the U.S. and many other countries. iPhone 17 Pro Max delivery estimates quickly slipped beyond the Friday, September 19 launch day for those who had yet to place an order, and now the rest of the new models have started to follow suit. As of shortly after 11:30 a.m. Pacific Time today, select iPhone 17, ...
iPhone 17 Pro Colors

iPhone 17 and iPhone 17 Pro Models Are eSIM-Only in These Countries

Tuesday September 9, 2025 12:23 pm PDT by
Apple continues to phase out the physical SIM card tray on iPhones, with the latest models relying solely on eSIM technology in more countries. The new iPhone 17, iPhone 17 Pro, and iPhone 17 Pro Max support eSIMs only in these countries and regions, according to Apple: Bahrain Canada Guam Japan Kuwait Mexico Oman Qatar Saudi Arabia United Arab Emirates Un...
iPhone 17 Air Battery

Apple Reveals iPhone Air Battery Replacement and Repair Fees

Friday September 12, 2025 9:33 am PDT by
Apple today disclosed its out-of-warranty repair fees for all of the iPhone 17 and iPhone Air models, ahead of the devices launching next week. First and foremost, Apple's battery replacement fees did not increase for the latest iPhone models in the U.S., with Apple charging a flat $119 to replace the battery inside an iPhone 17 Pro, iPhone 17 Pro Max, or iPhone Air. This is the same fee it...