[yakkety] desktop is black and/or flickering after plugging in a second monitor
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nautilus (Ubuntu) |
Fix Released
|
High
|
Iain Lane | ||
Yakkety |
Fix Released
|
High
|
Iain Lane |
Bug Description
[ Description ]
Nautilus's wallpaper drawing doesn't respond to changes in monitor configuration. Instead of your wallpaper you see black.
[ Fix ]
Inside nautilus, the wallpaper widget connects to GTK's "monitors-changed" signal when it is constructed. It does this only once the widget is realized - a "realized" signal handler connects to "monitors-changed". In Yakkety, the "realized" signal handler is connected after the widget is already realized, meaning that the signal handler isn't called and we don't connect to the "monitors-changed" signal.
The proposed fix remedies this by checking if we are realized and explicitly calling the signal handler if so.
[ QA ]
Have multiple monitors. Have only one of them connected. Log in. Plug in one monitor. If it's autoactivated, check you see your background on both monitors. If not, activate it ("Displays") and do the same.
[ Regression potential ]
I'm not sure why or where the order changed to make the widget be realized earlier, if it matters or if this was always buggy and we got lucky. I would guess a refactoring in Nautilus itself, and so the proposed fix is safe, but watch out for other weirdness.
[ Original description ]
Using 16.04 daily image: 20160919(
With testing package for 4.8 kernel: ppa:canonical-
Graphic chips:
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:191b] (rev 06)
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 960M] [10de:139b] (rev ff)
Desktop wallpaper on extended display shows black background only, and the hdmi detection is very unstable.
ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xorg 1:7.7+13ubuntu3
ProcVersionSign
Uname: Linux 4.8.0-14-generic x86_64
.tmp.unity_
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CompizPlugins: No value set for `/apps/
CompositorRunning: compiz
CompositorUnred
CompositorUnred
CurrentDesktop: Unity
Date: Fri Sep 23 05:30:30 2016
DistUpgraded: Fresh install
DistroCodename: yakkety
DistroVariant: ubuntu
ExtraDebuggingI
GraphicsCard:
Intel Corporation HD Graphics 530 [8086:191b] (rev 06) (prog-if 00 [VGA controller])
Subsystem: Dell HD Graphics 530 [1028:06e4]
InstallationDate: Installed on 2016-09-20 (3 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160919)
Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f3:21d5 Elan Microelectronics Corp.
Bus 001 Device 002: ID 0a5c:6410 Broadcom Corp.
Bus 001 Device 004: ID 0c45:6713 Microdia
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 15 9550
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/07/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 01.02.00
dmi.board.name: 0N7TVV
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.
dmi.product.name: XPS 15 9550
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.13.
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.
version.
version.
version.
version.
version.
version.
version.
Related branches
Changed in nautilus (Ubuntu): | |
assignee: | Sebastien Bacher (seb128) → nobody |
description: | updated |
Changed in nautilus (Ubuntu Yakkety): | |
importance: | Undecided → High |
no longer affects: | mesa (Ubuntu Yakkety) |
no longer affects: | mesa (Ubuntu) |
no longer affects: | compiz (Ubuntu Yakkety) |
no longer affects: | compiz (Ubuntu) |
Status changed to 'Confirmed' because the bug affects multiple users.