You are not logged in.
Pages: 1
After zoom updates I can't share my screen in zoom - it blinked then there's black screen only. I'm on X11, i3 wm and using picom. I tried
$ killall picom
$ xcompmgr -c -l0 -t0 -r0 -o.00
and screensharing in zoom worked.
I don't want to execute these commands every time I'm starting zoom. Please, does anybody have any permanent solution of this issue?
Offline
Post your picom config.
You might have to exclude the zoom window from certain features (blurring and stuff)
1. try picom w/ the render backend
2. try picom w/ glx but w/ blurring disabled (same goes for color correction, fading, tinting, all the fancy stuff)
Offline
Post your picom config.
You might have to exclude the zoom window from certain features (blurring and stuff)1. try picom w/ the render backend
2. try picom w/ glx but w/ blurring disabled (same goes for color correction, fading, tinting, all the fancy stuff)
http://0x0.st/XGR9.txt
I uncommented lines
blur-background = false
...
blur-background-frame = false
...
blur-background-fixed = false
1. picom w/ backend - screensharing doesn't work (black sreen)
2. it worked, but main screen and cursor freeze. I can see movement in a small screen of a host.
Offline
You don't seem to have (had) blurring enabled itfp, also there's ""class_g ?= 'zoom'"," and you were running "backend = "xrender";" picom on the xrender backend all along?
Picom on glx "worked" however?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
If you've xf86-video-intel installed, likely get rid of that.
Offline
You don't seem to have (had) blurring enabled itfp, also there's ""class_g ?= 'zoom'"," and you were running "backend = "xrender";" picom on the xrender backend all along?
I commented "class_g ?= 'zoom'", "backend = "xrender" as well as "backend = "glx" - it didn't help. As I wrote, screen freeze and I can't see what is going on. When I open some apps, I can see it only after stop sharing screen.
Picom on glx "worked" however?
Yes, it did.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
If you've xf86-video-intel installed, likely get rid of that.
I have AMD Ryzen 5 5600. GPU - Nvidia GT710M.
Xorg log - https://0x0.st/XG78.txt
Offline
I commented "class_g ?= 'zoom'", "
Don't.
[ 14.155] (==) Using config file: "/etc/X11/xorg.conf"
Remove that file and add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters (setting it via modprobe.conf would not rid you of the simpledrm device)
Does Zoom actually work when running no compositor at all?
[ 15.647] (II) NVIDIA(0): Virtual screen size determined to be 10240 x 1440
Or when only enabling one monitor?
Offline
I commented "class_g ?= 'zoom'", "
Don't.
Thank you. Uncommented.
[ 14.155] (==) Using config file: "/etc/X11/xorg.conf"
Remove that file and add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters (setting it via modprobe.conf would not rid you of the simpledrm device)
It seems I don't understand where I have to edit. I checked /etc/modprobe.d - there's no modprobe.conf. Should I create it? Or it would be better to edit /proc/cmdline?
Does Zoom actually work when running no compositor at all?
[ 15.647] (II) NVIDIA(0): Virtual screen size determined to be 10240 x 1440
Or when only enabling one monitor?
Only yesterday there were two monitors enabled.
Offline
The log shows that there're 4 outputs?
The plan is to try *one*, not two, nor three and five is right out
The kernel commandline is passed to the kernel by your bootloader, eg. grub. The link explains that in detail for the various bootloaders.
/proc/cmdline exposes the used commandline to the userspace, but you cannot edit it (and it would be too late)
Offline
The log shows that there're 4 outputs?
The plan is to try *one*, not two, nor three and five is right out
Yes, I have 4 monitors, but currently I'm using one. It seems I have to plug out 3 cables...
The kernel commandline is passed to the kernel by your bootloader, eg. grub. The link explains that in detail for the various bootloaders.
/proc/cmdline exposes the used commandline to the userspace, but you cannot edit it (and it would be too late)
I use efistub, not grub. And this "you cannot edit it" is very sad.
Offline
Offline
Pages: 1