Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 18932  / 3 Years ago, tue, october 19, 2021, 6:33:25

I've just installed Ubuntu 22.04(also 21.04). I used to install obs studio and Kazam to record my screen. In OBS-Studio if I select only window recording it records but the fullscreen option is not working recording only the cursor. Any solutions?


More From » screen

 Answers
4

I found a solution.


Firstly you need to install the Xorg package


sudo apt-get update
sudo apt-get install xserver-xorg

In this file /etc/gdm3/custom.conf
(to access it for editing, you could run sudo nano /etc/gdm3/custom.conf), uncomment (remove the leading #) this line


WaylandEnable=false

save and exit.


Then run this command in the terminal


sudo systemctl restart gdm3

Happy Ubuntu :)


[#1420] Wednesday, October 20, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kroapathe

Total Points: 445
Total Questions: 117
Total Answers: 99

Location: Botswana
Member since Sun, Sep 19, 2021
3 Years ago
;