blob: 787cc5e9c5ddebccb2f3a9a0fb6ec3015f1dc541 (
plain) (
blame)
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
|
[
{ type: install
message: <<EOM
You installed Zoom: A video conferencing client.
CAVEAT: Sound does not yet work in Zoom on FreeBSD.
In order to run Zoom you need:
1. Linux emulation:
# service linux enable && service linux start
2. multimedia/webcamd installed, then start its daemon:
# service webcamd enable && service webcamd start
3. a Linux OpenGL package for your video card. It could be one of
linux-nvidia-libs*, etc. Enable a port option corresponding to your
OpenGL driver, if applicable. If zoom crashes because of OpenGL, try
running with LIBGL_ALWAYS_SOFTWARE=1
Configuration file: ~/.config/zoomus.conf
If you have linux-c7-pulseaudio-libs or linux-c7-alsa-plugins-pulseaudio
installed and Zoom asserts in PulseAudio, please change system.audio.type
to "alsa" in the configuration file.
EOM
}
]
|