unity-greeter scaling factor changes after a delay
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-greeter (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Xenial |
Confirmed
|
High
|
Unassigned | ||
Yakkety |
Fix Released
|
High
|
Unassigned | ||
unity-settings-daemon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned | ||
Yakkety |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
* Unity Greeter does not have the right scale at the beginning, after a short delay, it changes to the right scale.
[Test Case]
* It can be easily observed on HiDPI display, when Unity Greeter is starting.
[Regression Potential]
* If u-s-d failed to launch, Unity Greeter stuck at waiting u-s-d's signal and failed to proceed. But it's not likely to happen.
----
Just after the upgrade to ubuntu 16.04, when lightdm starts the resolution is 2560x1600. Then, after about half a second it is automatically changed to 1280x800. This happens systematically at each boot. No external monitor is connected.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.1-0ubuntu1
Uname: Linux 4.5.0-040500-
NonfreeKernelMo
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 18 14:39:03 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-09 (525 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: lightdm
UpgradeStatus: Upgraded to xenial on 2016-04-18 (0 days ago)
Related branches
- Robert Ancell: Approve
-
Diff: 173 lines (+88/-44)1 file modifiedsrc/unity-greeter.vala (+88/-44)
- Marco Trevisan (Treviño): Approve
- Robert Ancell: Pending requested
-
Diff: 124 lines (+47/-4)1 file modifiedgnome-settings-daemon/gnome-settings-manager.c (+47/-4)
- Unity Greeter Development Team: Pending requested
-
Diff: 188 lines (+95/-44)2 files modifieddebian/changelog (+7/-0)
src/unity-greeter.vala (+88/-44)
- Sebastien Bacher: Disapprove
-
Diff: 138 lines (+53/-4)2 files modifieddebian/changelog (+6/-0)
gnome-settings-daemon/gnome-settings-manager.c (+47/-4)
- Robert Ancell: Approve
-
Diff: 30 lines (+9/-3)2 files modifieddebian/changelog (+6/-0)
debian/control (+3/-3)
- Sebastien Bacher: Approve
-
Diff: 2307 lines (+977/-420)25 files modifieddebian/changelog (+30/-0)
gnome-settings-daemon/Makefile.am (+34/-3)
gnome-settings-daemon/gnome-settings-bus.c (+89/-0)
gnome-settings-daemon/gnome-settings-bus.h (+36/-0)
gnome-settings-daemon/gnome-settings-manager.c (+47/-4)
gnome-settings-daemon/gnome-settings-session.c (+0/-62)
gnome-settings-daemon/gnome-settings-session.h (+0/-34)
gnome-settings-daemon/main.c (+2/-2)
gnome-settings-daemon/org.gnome.ScreenSaver.xml (+43/-0)
gnome-settings-daemon/org.gnome.SessionManager.xml (+451/-0)
plugins/automount/gsd-automount-manager.c (+19/-45)
plugins/background/gsd-background-manager.c (+2/-2)
plugins/color/gsd-color-manager.c (+5/-3)
plugins/common/gsd-input-helper.c (+3/-0)
plugins/keyboard/gsd-keyboard-manager.c (+1/-1)
plugins/media-keys/gsd-media-keys-manager.c (+31/-18)
plugins/power/gsd-power-manager.c (+78/-162)
plugins/remote-display/gsd-remote-display-manager.c (+1/-1)
plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c (+54/-34)
plugins/smartcard/gsd-smartcard-plugin.c (+8/-37)
plugins/updates/gsd-updates-manager.c (+5/-5)
plugins/updates/gsd-updates-refresh.c (+5/-5)
plugins/wacom/gsd-wacom-manager.c (+8/-0)
plugins/xrandr/gsd-xrandr-manager.c (+1/-1)
plugins/xsettings/gsd-xsettings-manager.c (+24/-1)
- Robert Ancell: Needs Fixing
-
Diff: 28 lines (+9/-1)2 files modifieddebian/changelog (+8/-0)
debian/control (+1/-1)
affects: | lightdm (Ubuntu) → unity-greeter (Ubuntu) |
Changed in unity-greeter (Ubuntu): | |
importance: | Undecided → High |
description: | updated |
Changed in unity-greeter (Ubuntu Xenial): | |
importance: | Undecided → High |
summary: |
- lightdm changing resolution + unity-greeter scaling factor changes after a delay |
Changed in snapd-glib (Ubuntu): | |
status: | New → Fix Released |
Changed in snapd-glib (Ubuntu Yakkety): | |
status: | New → Fix Released |
Changed in snapd-glib (Ubuntu Xenial): | |
importance: | Undecided → High |
Changed in snapd-glib (Ubuntu Yakkety): | |
importance: | Undecided → High |
Changed in snapd-glib (Ubuntu): | |
importance: | Undecided → High |
no longer affects: | snapd-glib (Ubuntu) |
no longer affects: | snapd-glib (Ubuntu Xenial) |
no longer affects: | snapd-glib (Ubuntu Yakkety) |
Status changed to 'Confirmed' because the bug affects multiple users.