kazam icon indicating copy to clipboard operation
kazam copied to clipboard

Black screen recorded in Ubuntu 17.10

Open davidpodhola opened this issue 7 years ago • 14 comments

I think it is related to this bug report. Audio is recorded correctly, also mouse movements work.

davidpodhola avatar Jan 23 '18 10:01 davidpodhola

A side note - when using Ubuntu on XOrg, the capture works better (the video if recorded in raw AVI is still not usable due to quality issues; WebM works fine).

davidpodhola avatar Jan 23 '18 10:01 davidpodhola

I'm on ubuntu 17.10 and I'm not seeing this behavior. Didn't try sound but video definitely works for me.

manish@manish-laptop:~$ lsb_release -a 
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.10
Release:	17.10
Codename:	artful
manish@manish-laptop:~$ uname -r
4.13.0-21-generic

dopeboy avatar Feb 12 '18 05:02 dopeboy

Sorry, found out it happening on Wayland only. Wayland is the new default on 17.10, change from 17.04.

See also e.g. https://jira.atlassian.com/browse/STRIDE-1883

davidpodhola avatar Feb 12 '18 05:02 davidpodhola

Yea, this is a Wayland issue because the compositor won't let any application see the entire screen context. But I'm not sure if there are APIs in place yet to allow applications to get around that (with user permissions).

spacekookie avatar May 03 '18 09:05 spacekookie

Same problem here

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.2 LTS
Release:	18.04
Codename:	bionic

timotta avatar May 03 '19 18:05 timotta

Same problem, black screen, only cursor is captured

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04 LTS
Release:	20.04
Codename:	focal

y-alt avatar Jun 30 '20 12:06 y-alt

Same problem:

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal

mas-iota avatar Jul 09 '20 14:07 mas-iota

Same issue:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.5 LTS
Release:	18.04
Codename:	bionic

nkhedekar avatar Aug 17 '20 20:08 nkhedekar

Same issue

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal

Justice3000 avatar Nov 27 '20 16:11 Justice3000

Same problem as well. Just the cursor moving on a black canvas.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Pop
Description: Pop!_OS 20.10
Release: 20.10
Codename: groovy

Edit: This issue isn't necessarily confined to Kazam. SimpleScreenRecorder faces the same issue. Green Recorder once worked, but now it is archived. GNOME 3 does have a built-in screen recorder that you can use as written here.

Mennaruuk avatar Dec 02 '20 05:12 Mennaruuk

same here. App is useless

bigOconstant avatar Dec 11 '20 15:12 bigOconstant

Same problem

Distributor ID: Ubuntu Description: Ubuntu 21.04 Release: 21.04 Codename: hirsute

try2beth3b3st avatar Jul 06 '21 06:07 try2beth3b3st

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: impish

Kushagra-Srivastava avatar Jan 12 '22 04:01 Kushagra-Srivastava

There're several problems with Wayland + Gnome 3+

  • Wayland doesn't let you bind global keyboard shortcuts

  • Gnome 3 has removed App indicator icons. You will need gnome-shell-extension-appindicator and enable it.

  • Wayland can't capture screens the old way, it needs to use gstreamer's pipewiresrc which uses org.freedesktop.portal.ScreenCast

org.freedesktop.portal.ScreenCast is missing in Ubuntu 20 which is on an old version of xdg-desktop-portal...

https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1879580

It is in Ubuntu 21.

I have a brand new laptop. When I used Wayland, and it went into power saving mode, the screen flashed fuzzy with static. Looks like a work in progress.

niknah avatar Jan 15 '22 05:01 niknah