File: FAQ.txt

package info (click to toggle)
circuslinux 1.0.3-19
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,696 kB
  • ctags: 244
  • sloc: sh: 3,008; ansic: 2,594; makefile: 172; perl: 55
file content (190 lines) | stat: -rw-r--r-- 4,838 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
FAQ.txt for Circus Linux!

by Bill Kendrick
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/circus-linux/

Version 1.0.3

April 28, 2001


GENERAL PROBLEMS:

-----------------------------------------------------------------------------

PROBLEM:
I want the mouse pointer to stay within the window.

  SOLUTION:
  During the game, press the [G] key to turn mouse-grabbing on.
  (You can press it again to turn it off.)

----------------------------------------------------------------------------

PROBLEM:
My mouse is gone!

  CAUSE:
  "Mouse-grabbing" is on.  The mouse pointer (which, by the way, is
  invisible) cannot be removed from the window.

  SOLUTION:
  Press the [G] key to turn mouse-grabbing back off.
  (You can press it again to turn it back on, if you like).

----------------------------------------------------------------------------

PROBLEM:
When using a joystick, the teeter-totter jumps between the left, middle and
right positions, instead of moving smoothly.

  CAUSE:
  This is because your joystick is digital.  It only has a left, right and
  middle position.

    SOLUTION:
    Use the "--digital" option when you start the program.

-----------------------------------------------------------------------------

PROBLEM:
When using real Atari paddles, the teeter-totter moves the opposite direction
and doesn't go all the way to the edges.

  CAUSE:
  Atari 2600 paddles are calibrated differently.

    SOLUTION:
    Use the "--paddle" option when you start th eprogram.

-----------------------------------------------------------------------------

PROBLEM:
The game is very slow on my computer.

  CAUSE:
  Your computer is probably not very fast, or you have a slow video card.

    SOLUTION:
    Use the "--low" option when you start the program.

    SOLUTION:
    Try using a different color depth.  16bpp is better (faster) than 24bpp,
    for example.

-----------------------------------------------------------------------------

PROBLEM:
There's no sound or music.

  CAUSE:
  Your computer doesn't have a sound card, or it's misconfigured.

    SOLUTION:
    Get a sound card and make sure it's configured.

  CAUSE:
  Another program is using your sound device.

    SOLUTION:
    Quit that program.

  CAUSE:
  You ran the program with the "--disable-sound" or "--nosound" or "-q" option.

    SOLUTION:
    Quit Circus Linux! and start it again without any sound-disabling option.

  CAUSE:
  The volume settings are set to "off".

    SOLUTION:
    Click the "SFX" and "MUSIC" options on Circus Linux!'s title screen until
    the volume of the sound effects and music are at suitable volumes.

  CAUSE:
  The game is paused.

    SOLUTION:
    Press the [SPACE] key.

-----------------------------------------------------------------------------

PROBLEM:
The clowns bounce back down when they hit balloons.

  CAUSE:
  The "Bouncy Balloons" game option is set.

    SOLUTION:
    Click the "Bouncy Balloons" option on the title screen so that the
    option is no longer set.

-----------------------------------------------------------------------------


WINDOWS PROBLEMS:

-----------------------------------------------------------------------------

PROBLEM:
My joystick doesn't work!

  CAUSE:
  The current version of Circus Linux! uses a stable version of the
  Simple DirectMedia Layer library.  That version does not include
  joystick support.

    SOLUTION:
    Wait for a newer release of Circus Linux!, after SDL jumps to 1.2.x.
    (See: http://www.devolution.com/~slouken/SDL/ )


-----------------------------------------------------------------------------


LINUX PROBLEMS:

-----------------------------------------------------------------------------

PROBLEM:
My joystick doesn't work!

  CAUSE:
  Is your joystick plugged-in and configured to work right?

    SOLUTION:
    Make sure your joystick is plugged in and configured (see your Linux
    distribution's manual).

  CAUSE:
  Circus Linux! wasn't compiled to play with a joystick.

    SOLUTION:
    Run "make distclean" and then make sure you use the
    "--enable-joystick" option when you run "./configure" (see INSTALL.txt)

-----------------------------------------------------------------------------

PROBLEM:
When compiling, there's an error about SDL_JOYAXISMOTION not being defined.

  CAUSE:
  The version of SDL you have does not support joysticks.

    SOLUTION:
    Run "make distclean" and then make sure you _don't_ use the
    "--enable-joystick" option when you run "./configure" (see INSTALL.txt)

    SOLUTION:
    Get SDL version 1.1.2 or higher, which supports joystick.

-----------------------------------------------------------------------------

If you have a question you think would be suitable for this FAQ, please
e-mail me:

  bill@newbreedsoftware.com

Thank you!