~ubuntu-branches/ubuntu/vivid/xmountains/vivid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-02-12 14:13:01 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110212141301-j75cvd9evrt54fuu
Tags: 2.9-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
and the image is scrolled from right to left to expose the newly
5
5
generated area.
6
6
 
7
 
 
8
7
This distribution contains an Imakefile. If your X-window software has
9
8
been correctly installed a Makefile appropriate to your system can be
10
9
generated from this using the command "xmkmf". Once this has been done
11
10
the program is compiled with the command "make".
12
11
 
13
 
getopt: flag -h not recognized
14
 
./xmountains: version 2.7
 
12
./xmountains: version 2.2
15
13
usage: ./xmountains -[bqgdPEmMrBZIASFTCapcevfRltxsXYH]
16
14
 -b       [false] use root window 
17
15
 -q       [false] reset root window on exit
20
18
 -P filename   write PID to file
21
19
 -E       [false] toggle explicit expose events 
22
20
 -m       [false] print map 
23
 
 -M       [true] implement reflections 
 
21
 -M       [false] implement reflections 
24
22
 -r int   [20] # columns before scrolling 
25
23
 -B int   [80] # shades in a colour band
26
24
 -n int   [245] # number of colours
44
42
 -l int   [10] # levels of recursion 
45
43
 -t int   [2] # non fractal iterations 
46
44
 -x       [true] cross update 
47
 
 -s       [0] smoothing (0-7)
 
45
 -s       [1] smoothing (0-7)
48
46
 -X float [0.000000] fraction of old value for rg2 & rg3
49
47
 -Y float [0.000000] fraction of old value for rg1
50
 
 -window-id 0xNNNNN  draw on existing external window.
51
48
 -H            print short description of algorithm.
52
49
 
53
 
 If you specify a scroll size [-r parameter] of 0 then
54
 
the display will blank and rescan rather than scroll. This can be
55
 
useful as scrolling looks messy on some X displays.
56
 
 
57
 
 
58
50
This program works best on a colour display. It will work on monochrome
59
51
displays but the default parameter values are not optimal for this.
60
52
 
74
66
PROBLEMS
75
67
 All parameters are set on the command line.
76
68
 The choice of colours looks strange on some hardware.
77
 
 
78
 
As of 2.7 vroot.h is included by default and so
79
 
the program should work with Xscreensaver or virtual window 
80
 
managers. undefine VROOT in X_graphics.c to disable this.
 
69
 The program will not work with Xscreensaver or virtual window 
 
70
managers. This can be fixed by including vroot.h in X_graphics.c (define
 
71
VROOT to cpp to do this) but I was a little wary of putting this in by default.
81
72
 
82
73
CHANGES from V2.1
83
74
Added a -n flag to set the number of colours. This changes the same