We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287d5c5 commit 8523a79Copy full SHA for 8523a79
zoom-launcher
@@ -48,6 +48,14 @@ saver_off () {
48
saver_off
49
v4l2-ctl -d $video_device --set-ctrl=white_balance_automatic=0,power_line_frequency=1
50
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 &
58
zoom
59
+pkill xcompmgr
60
saver_on
61
# END
0 commit comments