Can't log in to Unity8 in VirtualBox; Mir crashes with "std::exception::what: Error opening DRM device"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
New
|
Undecided
|
Unassigned | ||
mir (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I try to login to Unity Next the system-compositor seems to crash immediately. I'm using Ubuntu Next on VirtualBox.
ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubuntu-desktop-mir (not installed)
ProcVersionSign
Uname: Linux 3.16.0-14-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
Date: Mon Sep 8 15:10:15 2014
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef] (prog-if 00 [VGA controller])
InstallationDate: Installed on 2014-07-09 (61 days ago)
InstallationMedia: Ubuntu-Desktop-Next 14.10 "Utopic Unicorn" - Alpha amd64 (20140708)
SourcePackage: unity-system-
SystemImageInfo:
current build number: 0
device name:
channel: daily
last update: Unknown
UnitySystemComp
Warning: ignoring unrecognised arguments:
ERROR: /build/
Dynamic exception type: N5boost16except
std::exception
123, "No medium found"
UnitySystemComp
Warning: ignoring unrecognised arguments:
ERROR: /build/
Dynamic exception type: N5boost16except
std::exception
123, "No medium found"
UpgradeStatus: No upgrade log present (probably fresh install)
version.libdrm: libdrm2 2.4.56-1
version.lightdm: lightdm 1.11.8-0ubuntu1
version.mesa: libegl1-mesa-dev N/A
summary: |
- Can't login to Unity Next + Can't login to Unity8 in VirtualBox; Mir crashes with + "std::exception::what: Error opening DRM device" |
affects: | unity-system-compositor (Ubuntu) → mir (Ubuntu) |
summary: |
- Can't login to Unity8 in VirtualBox; Mir crashes with + Can't log in to Unity8 in VirtualBox; Mir crashes with "std::exception::what: Error opening DRM device" |
Changed in mir: | |
milestone: | none → 0.8.0 |
Changed in mir: | |
milestone: | 0.8.0 → 0.9.0 |
Changed in mir: | |
milestone: | 0.9.0 → 0.8.0 |
Apart from the strange errno in the logs above.. to allow mir to run on vbox we need to add page flipping and the default implementation of prime to the vbox drm driver:
http:// www.virtualbox. org/svn/ vbox/trunk/ src/VBox/ Additions/ linux/drm/
page flipping has been adde here:
https:/ /github. com/xknight/ vboxvideo
That plus mesa 10.3 and mir should work. Maybe there is also a way to use the virtualbox GL implementation?