After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652077 - Optimize mutter enough to run smoothly in NVIDIA PowerMizer performance level 0
Optimize mutter enough to run smoothly in NVIDIA PowerMizer performance level 0
Status: RESOLVED NOTABUG
Product: mutter
Classification: Core
Component: general
3.0.x
Other Linux
: Normal enhancement
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-07 19:24 UTC by lamefun
Modified: 2011-06-08 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lamefun 2011-06-07 19:24:44 UTC
In power saving mode, my NVIDIA GeForce GTS 250 has these parameters:

  Graphics Clock:  300 MHz
  Memory Clock:    100 MHz
  Processor Clock: 600 MHz

In maximum performance mode it has these parameters:

  Graphics Clock:  675 MHz
  Memory Clock:    900 MHz
  Processor Clock: 1458 MHz

In power saving mode, GNOME Shell is laggy, in maximum performance mode it's smooth. My question is, could Mutter and GNOME Shell be optimized enough run smoothly in power saving mode or it's impossible due to too low GPU performance?

It's usually laggy when a large number of windows are animated.

My ideas are:

  * Use a worse but faster scaling algorithm while animating windows.
  * Do not update window contents while performing short animations.