2016-07-04 09:49:11 |
Marco Trevisan (Treviño) |
bug |
|
|
added bug |
2016-07-04 09:49:16 |
Marco Trevisan (Treviño) |
unity (Ubuntu): status |
New |
In Progress |
|
2016-07-04 09:49:20 |
Marco Trevisan (Treviño) |
unity (Ubuntu): importance |
Undecided |
High |
|
2016-07-04 09:49:26 |
Marco Trevisan (Treviño) |
bug task added |
|
compiz (Ubuntu) |
|
2016-07-04 09:52:07 |
Marco Trevisan (Treviño) |
compiz (Ubuntu): status |
New |
In Progress |
|
2016-07-04 09:52:09 |
Marco Trevisan (Treviño) |
compiz (Ubuntu): importance |
Undecided |
High |
|
2016-07-04 09:52:19 |
Marco Trevisan (Treviño) |
bug task added |
|
nux (Ubuntu) |
|
2016-07-04 09:52:44 |
Marco Trevisan (Treviño) |
nux (Ubuntu): status |
New |
In Progress |
|
2016-07-04 09:53:00 |
Marco Trevisan (Treviño) |
nux (Ubuntu): importance |
Undecided |
High |
|
2016-07-04 09:53:41 |
Marco Trevisan (Treviño) |
branch linked |
|
lp:~3v1n0/nux/support-test-llvmpipe-check |
|
2016-07-04 09:54:02 |
Marco Trevisan (Treviño) |
branch linked |
|
lp:~hikiko/unity/unity.multimonitor-speed-up |
|
2016-07-04 10:26:55 |
Marco Trevisan (Treviño) |
branch linked |
|
lp:~3v1n0/compiz/unity-lowgfx-profile |
|
2016-07-05 01:24:58 |
Marco Trevisan (Treviño) |
branch linked |
|
lp:~3v1n0/unity/upstart-lowgfx-profile |
|
2016-07-05 01:25:08 |
Marco Trevisan (Treviño) |
branch linked |
|
lp:~3v1n0/unity/lowgfx-mode-less-effects |
|
2016-07-05 01:28:36 |
Marco Trevisan (Treviño) |
compiz (Ubuntu): assignee |
|
Marco Trevisan (Treviño) (3v1n0) |
|
2016-07-05 01:28:38 |
Marco Trevisan (Treviño) |
nux (Ubuntu): assignee |
|
Marco Trevisan (Treviño) (3v1n0) |
|
2016-07-05 01:28:42 |
Marco Trevisan (Treviño) |
unity (Ubuntu): assignee |
|
Marco Trevisan (Treviño) (3v1n0) |
|
2016-07-05 10:31:07 |
Launchpad Janitor |
branch linked |
|
lp:~unity-team/compiz/x-sru2 |
|
2016-07-05 10:45:25 |
Launchpad Janitor |
branch linked |
|
lp:~unity-team/nux/x-sru1 |
|
2016-07-05 10:55:20 |
Launchpad Janitor |
branch linked |
|
lp:~ci-train-bot/nux/nux-ubuntu-xenial-landing-063 |
|
2016-07-05 10:55:15 |
Launchpad Janitor |
branch linked |
|
lp:~ci-train-bot/compiz/compiz-ubuntu-xenial-landing-063 |
|
2016-07-05 11:06:30 |
Launchpad Janitor |
branch linked |
|
lp:~unity-team/unity/x-sru2 |
|
2016-07-05 11:11:30 |
Launchpad Janitor |
branch linked |
|
lp:~ci-train-bot/unity/unity-ubuntu-xenial-landing-063 |
|
2016-07-05 13:06:50 |
Launchpad Janitor |
compiz (Ubuntu): status |
In Progress |
Fix Released |
|
2016-07-05 13:06:52 |
Launchpad Janitor |
nux (Ubuntu): status |
In Progress |
Fix Released |
|
2016-07-05 14:27:06 |
Launchpad Janitor |
branch linked |
|
lp:~3v1n0/unity-control-center/use-proper-ccp-profile-path |
|
2016-07-05 14:44:07 |
Launchpad Janitor |
branch linked |
|
lp:~unity-team/unity-control-center/x-sru3 |
|
2016-07-05 14:46:34 |
Marco Trevisan (Treviño) |
bug task added |
|
unity-control-center (Ubuntu) |
|
2016-07-05 14:46:57 |
Marco Trevisan (Treviño) |
unity-control-center (Ubuntu): assignee |
|
Marco Trevisan (Treviño) (3v1n0) |
|
2016-07-05 14:47:00 |
Marco Trevisan (Treviño) |
unity-control-center (Ubuntu): status |
New |
In Progress |
|
2016-07-05 14:47:03 |
Marco Trevisan (Treviño) |
unity-control-center (Ubuntu): importance |
Undecided |
Medium |
|
2016-07-05 14:49:18 |
Launchpad Janitor |
branch linked |
|
lp:~ci-train-bot/unity-control-center/unity-control-center-ubuntu-xenial-landing-063 |
|
2016-07-05 15:37:18 |
Launchpad Janitor |
unity (Ubuntu): status |
In Progress |
Fix Released |
|
2016-07-08 09:46:45 |
Marco Trevisan (Treviño) |
description |
When unity is in Low graphics mode (because of software rendering) there are still window animations and fade effects which we should get rid of. |
[Impact]
When unity is in Low graphics mode (because of software rendering) there are still window animations and fade effects which we should get rid of.
[Test case]
This should apply naturally to a (virtual-)machine with no hardware acceleration or There are multiple ways to force low-gfx mode:
1) Add an upstart job such as:
cat << EOF > ~/.config/upstart/lowgfx.conf
start on starting unity7
pre-start script
#initctl set-env --global UNITY_LOW_GFX_MODE=1
initctl set-env --global LIBGL_ALWAYS_SOFTWARE=1
end script
EOF
2) Run unity with:
COMPIZ_CONFIG_PROFILE=ubuntu-lowgfx
On login unity should use opaque views (dash, switcher, launcher, shortcut-dialogs) with no fading and reduced effects. Windows should also use smaller shadows.
[Regression potential]
Some settings from unity-control-center couldn't be applied to normal profile. Low graphics mode might be used as normal one. |
|
2016-07-11 18:35:15 |
Brian Murray |
nominated for series |
|
Ubuntu Xenial |
|
2016-07-11 18:35:15 |
Brian Murray |
bug task added |
|
compiz (Ubuntu Xenial) |
|
2016-07-11 18:35:15 |
Brian Murray |
bug task added |
|
unity (Ubuntu Xenial) |
|
2016-07-11 18:35:15 |
Brian Murray |
bug task added |
|
nux (Ubuntu Xenial) |
|
2016-07-11 18:35:15 |
Brian Murray |
bug task added |
|
unity-control-center (Ubuntu Xenial) |
|
2016-07-11 18:39:47 |
Brian Murray |
unity-control-center (Ubuntu Xenial): status |
New |
Fix Committed |
|
2016-07-11 18:39:49 |
Brian Murray |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2016-07-11 18:39:56 |
Brian Murray |
bug |
|
|
added subscriber SRU Verification |
2016-07-11 20:16:36 |
Brian Murray |
summary |
Unity in low-graphics mode has animations and unneded redraws |
Unity in low-graphics mode has animations and unneeded redraws |
|
2016-07-11 20:32:50 |
Brian Murray |
unity (Ubuntu Xenial): status |
New |
Fix Committed |
|
2016-07-11 20:32:56 |
Brian Murray |
tags |
|
verification-needed |
|
2016-07-11 20:43:39 |
Brian Murray |
compiz (Ubuntu Xenial): status |
New |
Fix Committed |
|
2016-07-11 21:52:54 |
Brian Murray |
nux (Ubuntu Xenial): status |
New |
Fix Committed |
|
2016-07-12 12:48:19 |
Launchpad Janitor |
unity-control-center (Ubuntu): status |
In Progress |
Fix Released |
|
2016-07-12 12:51:01 |
Mateusz Stachowski |
tags |
verification-needed |
verification-done |
|
2016-07-13 08:19:58 |
Mathew Hodson |
compiz (Ubuntu Xenial): importance |
Undecided |
High |
|
2016-07-13 08:20:02 |
Mathew Hodson |
nux (Ubuntu Xenial): importance |
Undecided |
High |
|
2016-07-13 08:20:07 |
Mathew Hodson |
unity (Ubuntu Xenial): importance |
Undecided |
High |
|
2016-07-13 08:20:10 |
Mathew Hodson |
unity-control-center (Ubuntu Xenial): importance |
Undecided |
Medium |
|
2016-07-13 16:41:35 |
Jason Gerard DeRose |
attachment added |
|
Screenshot from 2016-07-13 10-36-40.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1598770/+attachment/4700286/+files/Screenshot%20from%202016-07-13%2010-36-40.png |
|
2016-07-13 17:43:15 |
Jason Gerard DeRose |
attachment added |
|
Screenshot from 2016-07-13 10-56-41.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1598770/+attachment/4700300/+files/Screenshot%20from%202016-07-13%2010-56-41.png |
|
2016-07-14 17:49:02 |
Marco Trevisan (Treviño) |
tags |
verification-done |
verification-needed |
|
2016-07-15 16:27:03 |
Marco Trevisan (Treviño) |
tags |
verification-needed |
verification-done |
|
2016-07-15 16:27:13 |
Marco Trevisan (Treviño) |
tags |
verification-done |
verification-needed |
|
2016-07-15 16:54:43 |
Andrea Azzarone |
tags |
verification-needed |
verification-done |
|
2016-07-15 19:34:13 |
Andrés Alcarraz |
bug |
|
|
added subscriber Andrés Alcarraz |
2016-07-18 11:15:53 |
Launchpad Janitor |
unity-control-center (Ubuntu Xenial): status |
Fix Committed |
Fix Released |
|
2016-07-18 11:16:06 |
Adam Conrad |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2016-07-18 11:16:25 |
Launchpad Janitor |
nux (Ubuntu Xenial): status |
Fix Committed |
Fix Released |
|
2016-07-18 11:19:04 |
Launchpad Janitor |
compiz (Ubuntu Xenial): status |
Fix Committed |
Fix Released |
|
2016-07-18 11:19:21 |
Launchpad Janitor |
unity (Ubuntu Xenial): status |
Fix Committed |
Fix Released |
|
2016-08-04 16:20:55 |
Andrés Alcarraz |
removed subscriber Andrés Alcarraz |
|
|
|