~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to hacks/config/moire.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
  <!-- #### -no-random -->
20
20
 
21
 
  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
 
21
<!--  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/> -->
22
22
 
23
23
  <_description>
24
 
This one draws cool circular interference patterns.  Most of the
25
 
circles you see aren't explicitly rendered, but show up as a result
26
 
of interactions between the other pixels that were drawn.  Written by
27
 
Jamie Zawinski, inspired by Java code by Michael Bayne.  As he
28
 
pointed out, the beauty of this one is that the heart of the display
29
 
algorithm can be expressed with just a pair of loops and a handful of
30
 
arithmetic, giving it a high ``display hack metric''.
 
24
  When the lines on the screen
 
25
  Make more lines in between,
 
26
  That's a moire'!
 
27
 
 
28
Written by Jamie Zawinski and Michael Bayne; 1997.
31
29
  </_description>
32
30
</screensaver>