We should have a "reduced resources" settings for Unity 2D
Bug #876491 reported by
Jo-Erlend Schinstad
This bug report is a duplicate of:
Bug #1598770: Unity in low-graphics mode has animations and unneeded redraws.
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-2d (Ubuntu) |
Opinion
|
Undecided
|
Unassigned |
Bug Description
It would be nice it we could deactivate all kinds of animations, etc. When used with a terminal server, these kinds of animations can dramatically reduce the user experience. Even the minimize animation in Unity 2D (shrinking rectangle) can sometimes take several seconds when connected to the terminal server over a mobile broadband connection, for instance. Other than that, it's fast and responsive. It shouldn't be necessary to switch to another shell just because of this. Having the same interface in your office and when you're on the run, is valuable in and of itself.
Changed in unity-2d (Ubuntu): | |
status: | New → Opinion |
To post a comment you must log in.
The minimise animation is Metacity. You could try disabling compositing: general/ compositing_ manager false
gconftool-2 --set --type bool /apps/metacity/
and do logout/in. It should speed things up, but you'll loose certain effects.
Have you tried setting the env vars: QT_NO_FAST_MOVE, QT_NO_FAST_SCROLL to see if they help performance? qtunderground. org/wiki/ Qt_Environment_ Variables)
(sourced from http://
But other than those suggestions, your use case is very much a corner case for us.