[Regression] Unity shows blank desktop with software renderer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity (Ubuntu) |
Fix Released
|
Critical
|
William Hughes | ||
Xenial |
Fix Released
|
Critical
|
Unassigned |
Bug Description
[Summary]
Ubuntu 16.04 LTS shows blank desktop under software renderer (llvmpipe) after updates to improve low graphics mode. (LP: #1598770)
[Expected]
Unity Desktop
[Actual]
Unity wallpaper and not much else. Launcher and panel missing, windows are immobile, no task switching. Right-click context menu works and can open terminal.
[Additional]
Observed on Ubuntu guest VM running on Windows 10 Pro host (Hyper-V). Resetting unity and compiz settings doesn't seem effective. The problem occurs whether low graphics mode is enabled in CCSM or not.
Problem appeared after completing following update
-------
Changes for libunity-core-6.0-9 versions:
Installed version: 7.4.0+16.
Available version: 7.4.0+16.
Changes for unity-settings-
Installed version: 15.04.1+
Available version: 15.04.1+
Changes for libunity-
Installed version: 15.04.1+
Available version: 15.04.1+
Changes for unity versions:
Installed version: 7.4.0+16.
Available version: 7.4.0+16.
Changes for unity-schemas versions:
Installed version: 7.4.0+16.
Available version: 7.4.0+16.
Changes for unity-services versions:
Installed version: 7.4.0+16.
Available version: 7.4.0+16.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.
ProcVersionSign
Uname: Linux 4.4.0-31-generic x86_64
.tmp.unity_
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for `/apps/
CompositorRunning: compiz
CompositorUnred
CompositorUnred
CurrentDesktop: Unity
Date: Tue Jul 19 22:35:43 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
GsettingsChanges:
b'org.compiz.core' b'active-plugins' b"['core', 'composite', 'opengl', 'resize', 'compiztoolbox', 'regex', 'move', 'grid', 'place', 'snap', 'wall', 'imgpng', 'copytex', 'mousepoll', 'vpswitch', 'commands', 'animation', 'unitymtgrabhan
b'com.
b'com.
b'org.
b'org.
InstallationDate: Installed on 2016-04-25 (85 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lspci:
Lsusb: Error: command ['lsusb'] failed with exit code 1:
MachineType: Microsoft Corporation Virtual Machine
ProcKernelCmdLine: BOOT_IMAGE=
Renderer: Software
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/26/2012
dmi.bios.vendor: Microsoft Corporation
dmi.bios.version: Hyper-V UEFI Release v1.0
dmi.board.
dmi.board.name: Virtual Machine
dmi.board.vendor: Microsoft Corporation
dmi.board.version: Hyper-V UEFI Release v1.0
dmi.chassis.
dmi.chassis.type: 3
dmi.chassis.vendor: Microsoft Corporation
dmi.chassis.
dmi.modalias: dmi:bvnMicrosof
dmi.product.name: Virtual Machine
dmi.product.
dmi.sys.vendor: Microsoft Corporation
version.compiz: compiz 1:0.9.12.
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-
version.
version.
version.
version.
version.
version.
version.
version.
xserver.bootTime: Tue Jul 19 22:35:01 2016
xserver.configfile: default
xserver.devices:
input Microsoft Vmbus HID-compliant Mouse TOUCHSCREEN, id 6
input AT Translated Set 2 keyboard KEYBOARD, id 7
xserver.errors:
open /dev/dri/card0: No such file or directory
AIGLX: reverting to software rendering
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
xserver.version: 2:1.18.3-1ubuntu2.2
Related branches
- Marco Trevisan (Treviño): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 204 lines (+120/-2)9 files modifiedCMakeLists.txt (+6/-0)
debian/control (+1/-0)
debian/libunity-core-6.0-9.install (+1/-1)
debian/unity-services.install (+1/-1)
debian/unity.install (+1/-0)
plugins/unityshell/unityshell.xml.in (+2/-0)
tools/CMakeLists.txt (+22/-0)
tools/unity_active_plugins_safety_check.cpp (+83/-0)
unity7.conf.in (+3/-0)
- Andrea Azzarone (community): Approve
-
Diff: 1128 lines (+505/-85)35 files modifiedCMakeLists.txt (+6/-0)
debian/changelog (+35/-0)
debian/control (+1/-0)
debian/libunity-core-6.0-9.install (+1/-1)
debian/unity-services.install (+1/-1)
debian/unity.install (+1/-0)
decorations/CMakeLists.txt (+1/-0)
decorations/DecoratedWindow.cpp (+101/-5)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsManager.cpp (+1/-1)
decorations/DecorationsPriv.h (+8/-0)
decorations/DecorationsShape.cpp (+107/-0)
decorations/DecorationsShape.h (+54/-0)
launcher/DeviceNotificationDisplay.h (+1/-1)
launcher/DeviceNotificationDisplayImp.cpp (+4/-26)
launcher/DeviceNotificationDisplayImp.h (+1/-1)
launcher/FileManagerLauncherIcon.cpp (+4/-2)
launcher/TrashLauncherIcon.cpp (+21/-17)
launcher/VolumeLauncherIcon.cpp (+1/-1)
lockscreen/LockScreenAcceleratorController.cpp (+12/-2)
plugins/unityshell/src/unityshell.cpp (+2/-1)
plugins/unityshell/unityshell.xml.in (+2/-0)
tests/test_mock_devices.h (+1/-1)
tests/test_unity_window_view.cpp (+6/-0)
tests/test_volume_launcher_icon.cpp (+2/-2)
tools/CMakeLists.txt (+22/-0)
tools/unity.cmake (+6/-0)
tools/unity_active_plugins_safety_check.cpp (+83/-0)
unity-shared/CompizUtils.cpp (+3/-4)
unity-shared/CompizUtils.h (+2/-1)
unity-shared/PluginAdapter.cpp (+1/-1)
unity-shared/TextInput.cpp (+4/-15)
unity-shared/TextInput.h (+0/-1)
unity-shared/UnityWindowView.cpp (+6/-1)
unity7.conf.in (+3/-0)
description: | updated |
Changed in unity (Ubuntu): | |
importance: | Undecided → Critical |
Changed in unity (Ubuntu): | |
assignee: | nobody → Andrea Azzarone (azzar1) |
status: | Confirmed → In Progress |
Changed in unity (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in unity (Ubuntu Xenial): | |
importance: | Undecided → Critical |
It seems unity is not runing at all, isn't it?
Is there anything in /var/crashes/ mentioning compiz?
Also what's in ~/.cache/ upstart/ unity7. log