I heard that 13.10 used a mix of Mir and X.Org. How about 14.04? Will it also be using both or just Mir. If its just Mir then how do we get official (not proprietary) drivers to work (by AMD)
I heard that 13.10 used a mix of Mir and X.Org. How about 14.04? Will it also be using both or just Mir. If its just Mir then how do we get official (not proprietary) drivers to work (by AMD)
X.org continues to be packaged for 14.04 Trusty Tahr, as evidenced by the
xorg
source package's Launchpad page (showing package version 1:7.7+1ubuntu8 in Trusty) and thexserver-xorg
binary package's Ubuntu Packages database page. The file list shows it's not just a transitional package, but actually provides software--in particular, the/usr/bin/X
executable.Also, I'm currently running Trusty on a VMware virtual machine and when I log in to a Unity desktop,
/usr/bin/X
is running:And this executable is provided by the
xserver-xorg
binary package, on my system:(To reproduce this, one may perform those steps or one may choose to look for
/usr/bin/Xorg
fromxserver-xorg-core
instead.)And for additional assurance that X.org is still present in Ubuntu 14.04 and remains the default display server:
As cited in Wikipedia, it was at one time intended that Mir fully replace X.org in 14.04, but this was postponed and is expected for Ubuntu 16.04 instead. See also this article summarizing the history.
Although you can run Mir with a preview version of Unity 8 in 14.04, this version of Unity is provided by a separate package (
unity8-desktop-session-mir
) from the regularunity
package. The Unity (major) version in 14.04 remains 7. Here's theunity
source package page and theunity
binary package page.Or if you prefer to check from a 14.04 system, running
apt-cache policy unity
yields:Unity 7 uses X.org on Ubuntu.
As of this writing, 14.04 has entered its final beta freeze. At this point, improvement of 14.04 consists mainly of fixing bugs. Huge new features are extremely unlikely to be added.
As may be part of your motivation for asking this question, it's true there have been some concerns about driver support for Mir, with at least one major video vendor (Intel) having said they don't plan to support it. But X.org and Mir aren't the only display servers. In particular, it appears the Kubuntu project (the Ubuntu flavor with KDE as the default desktop environment) will be trying to adopt Wayland. Wayland already has significant support in commercial video drivers.
Rather than speculate wildly about what might happen, I want to limit the focus of this answer to what has happened, been developed, and been announced. (More subjective or speculative answers, or forum-like discussion, would be more appropriate on Discuss. Credit to onrea for suggesting that site.) But you may find useful information and news in some of the citations within this section of the Wikipedia article on Mir.