Results 1 to 5 of 5

Thread: MIR issues 14.04. VIRTUAL BOX

  1. #1
    Join Date
    Jun 2012
    Beans
    45

    MIR issues 14.04. VIRTUAL BOX

    Hello everyone.

    I know that both 14.04 and MIR are HIGHLY in development but I have to try anyway. I have 14.04 installed in a VM (Virtual Box). I am trying to run MIR natively following this guide:
    http://unity.ubuntu.com/mir/using_mir_on_pc.html

    However I keep getting this error:


    Is this because of the software being alphas or maybe being run in a VM?
    HP dv6t-7000 CTO
    i5 2450m 6 GB ram
    Intel HD 3000 Graphics & Nvidia GT 630M
    Oz Unity Development /Windows 7 KDE

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: MIR issues 14.04. VIRTUAL BOX

    Try installing it through the software centre. Look for unity-system-compositor. I have no time to add anything else. Sorry.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  3. #3
    Join Date
    Jun 2012
    Beans
    45

    Re: MIR issues 14.04. VIRTUAL BOX

    I didn't want to mess with compiling in a VM. Installed through apt-get...no changes. Thanks though.
    HP dv6t-7000 CTO
    i5 2450m 6 GB ram
    Intel HD 3000 Graphics & Nvidia GT 630M
    Oz Unity Development /Windows 7 KDE

  4. #4
    Join Date
    Mar 2010
    Beans
    177
    Distro
    Ubuntu Development Release

    Re: MIR issues 14.04. VIRTUAL BOX

    Mir and XMir aren't supported by VirtualBox or VMware. You have to run those directly on your hardware.

    VMware is probably working on support for Mir because two of theirs developers posted some questions on Mir-devel mailing list.

    https://lists.ubuntu.com/archives/mir-devel/2013-November/

  5. #5
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: MIR issues 14.04. VIRTUAL BOX

    Some of us have been checking out Xmir/Mir since the days of the Saucy Salamander cycle. I did not find the instructions in the wiki page to be much good.

    http://unity.ubuntu.com/mir/using_mir_on_pc.html

    I found more useful information in a blog by Olli Ries.

    http://www.olli-ries.com/running-mir/

    But even that is now outdated. The last time I installed Xmir on Trusty I did it using these commands

    Code:
    sudo apt-get update
    sudo apt-get dist-upgrade
    sudo apt-get install unity-system-compositor
    sudo restart lightdm
    Now, I notice that unity-system-compositor is in the Trusty Software Centre. How do we know that we are running on Xmir? some commands to try.

    Code:
    grep -i xmir /var/log/Xorg.0.log
    grep -i LoadModule /var/log/Xorg.0.log
    There are others. If the xmir module is loaded then we will be running on it. Interestingly, on this install of Trusty without unity-system-compositor installed I get this message when I run the first of those commands to search for xmir in the log files,

    grep -i xmir /var/log/Xorg.0.log
    [ 27.561] (WW) "xmir" is not to be loaded by default. Skipping.
    What does it mean? apart from the obvious, that is.

    Regards.
    Last edited by grahammechanical; November 19th, 2013 at 01:33 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •