~azzar1/compiz-workarounds-plugin/fix-memory-leak

« back to all changes in this revision

Viewing changes to workarounds.xml.in

  • Committer: Sam Spilsbury
  • Date: 2009-10-05 10:38:17 UTC
  • Revision ID: git-v1:f1242a32b5790880bd0a4c4b45cd9fe808f36a35
Add no wait for video sync and force swap buffers (damageScreen on every repaint) options. Use with care

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                <_long>Force synchronization between X and GLX, which may help for window parts not redrawing correctly when using Nvidia drivers, but also may decrease performance.</_long>
68
68
                <default>false</default>
69
69
            </option>
 
70
            <option type="bool" name="no_wait_for_video_sync">
 
71
                <_short>Don't wait for video sync</_short>
 
72
                <_long>Don't wait for the next video sync time to redraw</_long>
 
73
                <default>false</default>
 
74
            </option>
 
75
            <option type="bool" name="force_swap_buffers">
 
76
                <_short>Force full screen redraws (buffer swap) on repaint</_short>
 
77
                <_long>Forces the entire screen to redraw every repaint. Use with care, this will cause a massive increase in GPU and CPU usage</_long>
 
78
                <default>false</default>
 
79
            </option>
70
80
            <subgroup>
71
81
                <_short>Window stickyness</_short>
72
82
                <option type="bool" name="sticky_alldesktops">