Skip to content

Commit 8523a79

Browse files
committed
Fix black screen share in Zoom
1 parent 287d5c5 commit 8523a79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

zoom-launcher

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ saver_off () {
4848
saver_off
4949
v4l2-ctl -d $video_device --set-ctrl=white_balance_automatic=0,power_line_frequency=1
5050
v4l2-ctl -d $video_device --set-ctrl=white_balance_temperature=3200,sharpness=200
51+
# Since the latest version of Zoom (6.2.0) screensharing resulted in a black
52+
# window for me, while remote viewers are able to see my shared object.
53+
# I found that xcompmgr helps fixing it:
54+
# https://support.zoom.com/hc/nl/article?id=zm_kb&sysparm_article=KB0060528#collapseLinux
55+
# https://wiki.archlinux.org/title/Xcompmgr#Toggle_Xcompmgr is the place where I
56+
# found this command.
57+
xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
5158
zoom
59+
pkill xcompmgr
5260
saver_on
5361
# END

0 commit comments

Comments
 (0)