Disabling WM animations

2010-03-15 Thread Alberto Mardegan

Hi,
  is there some way to completely disable window animations? It's just for 
debugging, to make sure that they are the (indirect) cause of device freezes 
when using Mapper.


Ciao,
  Alberto

--
http://www.mardy.it -- geek in un lingua international!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
I would actually want to disable it for performance reasons. The current eye
candy is pretty tough for the N900 IMHO and causes lots of problems when all
sorts of events are arriving simultaneously.

Sivan

On Mon, Mar 15, 2010 at 9:33 AM, Alberto Mardegan 
ma...@users.sourceforge.net wrote:

 Hi,
  is there some way to completely disable window animations? It's just for
 debugging, to make sure that they are the (indirect) cause of device freezes
 when using Mapper.

 Ciao,
  Alberto

 --
 http://www.mardy.it -- geek in un lingua international!
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Kimmo Hämäläinen
On Mon, 2010-03-15 at 08:43 +0100, ext Sivan Greenberg wrote:
 I would actually want to disable it for performance reasons. The
 current eye candy is pretty tough for the N900 IMHO and causes lots of
 problems when all sorts of events are arriving simultaneously.

This can be done by hacking util/hd-transitions.c and
home/hd-task-navigator.c, removing all the Clutter timeline playing
stuff.  Easier way could be shortening their duration to 0.

-Kimmo


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
Why isn't there anything in the settings UI to control this outside the
code? Like the Appearance manager in Ubuntu.

Sivan

2010/3/15 Kimmo Hämäläinen kimmo.hamalai...@nokia.com

 On Mon, 2010-03-15 at 08:43 +0100, ext Sivan Greenberg wrote:
  I would actually want to disable it for performance reasons. The
  current eye candy is pretty tough for the N900 IMHO and causes lots of
  problems when all sorts of events are arriving simultaneously.

 This can be done by hacking util/hd-transitions.c and
 home/hd-task-navigator.c, removing all the Clutter timeline playing
 stuff.  Easier way could be shortening their duration to 0.

 -Kimmo



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Cláudio Sampaio
2010/3/15 Sivan Greenberg si...@omniqueue.com

 Why isn't there anything in the settings UI to control this outside the
 code? Like the Appearance manager in Ubuntu.


Transitions Control?

http://wiki.maemo.org/Customizing_Maemo#Transitions

apt-get install transitioncontrol

Best regards,
-- 
Cláudio Patola Sampaio
IRC: ptl  - Yahoo: patolaaa
Campinas, SP - Brazil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
Right, so that's something you have to willfully install. Should be there
from stock.

Sivan

On Mon, Mar 15, 2010 at 10:06 AM, Cláudio Sampaio pat...@gmail.com wrote:

 2010/3/15 Sivan Greenberg si...@omniqueue.com

 Why isn't there anything in the settings UI to control this outside the
 code? Like the Appearance manager in Ubuntu.


 Transitions Control?

 http://wiki.maemo.org/Customizing_Maemo#Transitions

 apt-get install transitioncontrol

 Best regards,
 --
 Cláudio Patola Sampaio
 IRC: ptl  - Yahoo: patolaaa
 Campinas, SP - Brazil.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Sivan Greenberg
Which repo is transitioncontrol in? Extras-Testing? Can't find it in Extras.

On Mon, Mar 15, 2010 at 10:06 AM, Cláudio Sampaio pat...@gmail.com wrote:

 2010/3/15 Sivan Greenberg si...@omniqueue.com

 Why isn't there anything in the settings UI to control this outside the
 code? Like the Appearance manager in Ubuntu.


 Transitions Control?

 http://wiki.maemo.org/Customizing_Maemo#Transitions

 apt-get install transitioncontrol

 Best regards,
 --
 Cláudio Patola Sampaio
 IRC: ptl  - Yahoo: patolaaa
 Campinas, SP - Brazil.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Cláudio Sampaio
On Mon, Mar 15, 2010 at 5:13 AM, Sivan Greenberg si...@omniqueue.comwrote:

 Which repo is transitioncontrol in? Extras-Testing? Can't find it in
 Extras.


Extras-devel

Best regards,
-- 
Cláudio Patola Sampaio
IRC: ptl  - Yahoo: patolaaa
Campinas, SP - Brazil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Disabling WM animations

2010-03-15 Thread Kimmo Hämäläinen
On Mon, 2010-03-15 at 08:59 +0100, ext Sivan Greenberg wrote:
 Why isn't there anything in the settings UI to control this outside
 the code? Like the Appearance manager in Ubuntu.

Because the only people wanting this are nerds and nerds can code ;)

-Kimmo

 
 Sivan
 
 2010/3/15 Kimmo Hämäläinen kimmo.hamalai...@nokia.com
 On Mon, 2010-03-15 at 08:43 +0100, ext Sivan Greenberg wrote:
  I would actually want to disable it for performance reasons.
 The
  current eye candy is pretty tough for the N900 IMHO and
 causes lots of
  problems when all sorts of events are arriving
 simultaneously.
 
 
 This can be done by hacking util/hd-transitions.c and
 home/hd-task-navigator.c, removing all the Clutter timeline
 playing
 stuff.  Easier way could be shortening their duration to 0.
 
 -Kimmo
 
 
 
 

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers