chiark / gitweb /
htmlman now deals with getting filenames right. Also quietens an
[disorder] / BUGS
1 * Bug Tracking System
2
3 http://code.google.com/p/disorder/issues/list
4
5 * Compilation Bugs
6
7 The configure script make pointless checks for C++ and Fortran compilers.  This
8 is a bug in Libtool not in DisOrder.  See: http://bugs.debian.org/221873
9
10 * Server Bugs
11
12 * Other Problems
13
14 ** Wrongly Specified Character Encoding
15
16 A problem was reported where DisOrder was misconfigured to believe a UTF-8
17 filesystem was actually an ISO-8859-1 filesystem.  When it was reconfigured
18 correctly, the old (mangled) filenames remain in the database.
19
20 This is not a bug as such, it is a configuration error.  However recovering
21 from it can be painful if many filenames are involved.  If this mistake is
22 widespread then it may be worth adding support for automatic recovery, but for
23 now the easiest answer is to stop the server, remove the databases and start
24 again.
25
26 ** Poor Sound Quality
27
28 Poor sound quality may be a result of (hitherto unknown!) bugs in DisOrder, or
29 may be a problem with other software or hardware.  Specific combinations that
30 have produced problems in the past are listed here.
31
32 *** Stutter with VIA 82C686
33
34 Hardware: "VT82C686 AC97 Audio Controller"
35 Software: Linux via82cxxx_audio driver
36 Symptom: Stuttering playback with raw format play.
37 Solution: Use snd-via82xx driver instead (from ALSA).
38
39 ALSA drivers can be found in Linux 2.6.x; for 2.4.x they must be built
40 separately.
41
42 I would that some instances of this chipset appear to work incredibly badly
43 even with ALSA.  
44
45 Local Variables:
46 mode:outline
47 fill-column:79
48 End: