blob: e42eae1ec293cd759cb9d9d82edba2ea2bf66721 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ type: install
message: <<EOM
QuakeForge has been installed.
If you have sound problems try increasing the sound rate. This can be done
with the variable "snd_rate". Standard values could be 22050 and 44100.
To do this when calling the program do (for example):
nq-glx +set snd_speed 44100
Alternatively you can put it in the global configuration file (as root):
echo "set snd_speed 44100" >> %%PREFIX%%/etc/quakeforge.conf
EOM
}
]
|