~cyphermox/ubuntu/precise/xscreensaver/merge-5.15-2

« back to all changes in this revision

Viewing changes to hacks/config/ifs.xml

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-12-21 15:57:35 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: mathieu@canonical.com-20111221155735-m43kxy7824n1p36y
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
  <number id="detail" type="slider" arg="-detail %"
17
17
    _label="Detail" _low-label="Low" _high-label="High"
18
 
    low="2" high="30" default="9"/>
 
18
    low="4" high="14" default="9"/>
 
19
 
 
20
<!--
 
21
  On a 2.93 gHz iMac i7, I get these rates with -delay 0:
 
22
 
 
23
    detail 3:  invisible
 
24
    detail 4:  barely visible
 
25
    detail 5:  1000+ fps, looks like noise at -delay 0, ok at -delay 20000
 
26
    detail 8:  ~700+ fps
 
27
    detail 9:  ~400 fps
 
28
    detail 10: ~300 fps
 
29
    detail 11: ~100 fps
 
30
    detail 12:  ~50 fps
 
31
    detail 13:  ~17 fps
 
32
    detail 14:   ~8 fps
 
33
    detail 15:   ~2 fps
 
34
 
 
35
  With the default -delay, CPU load only starts causing the frame rate
 
36
  to drop below 30 fps detail 12 or higher.
 
37
-->
19
38
 
20
39
  <number id="colors" type="slider" arg="-colors %"
21
40
    _label="Number of colors" _low-label="2" _high-label="Many"