В общем погуглил я, и узнал что через Mir запускается практически все(через тот же XMir), в отличие от вяленда.
Поставил командой
sudo apt-get install mir-demos ubuntu-desktop-mir
Запускаю сервер командой
sudo mir_demo_server
И получаю такой выхлоп:
[2016-11-25 20:34:52.522077] mirserver: Starting
[2016-11-25 20:34:52.522370] mircommon: Loading modules from: /usr/lib/x86_64-linux-gnu/mir/server-platform
[2016-11-25 20:34:52.522407] <ERROR> mircommon: Failed to load libraries from path: /usr/lib/x86_64-linux-gnu/mir/server-platform (error was:/usr/lib/x86_64-linux-gnu/mir/server-platform: No such file or directory)
ERROR: /build/mir-pkdHET/mir-0.21.0+16.04.20160330/src/server/graphics/default_configuration.cpp(133): Throw in function mir::DefaultServerConfiguration::the_graphics_platform()::<lambda()>
Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::runtime_error> >
std::exception::what: Exception while creating graphics platform
ERROR: Dynamic exception type: std::system_error
std::exception::what: /usr/lib/x86_64-linux-gnu/mir/server-platform: No such file or directory
И сервер не запускается.
Никаких репозиториев не добавлял, все из реп убунты 16.04.
Подскажите, что делать.