OBS Studio flickering with Intel Graphics

With some Intel graphics cards on XOrg (in my case, Tiger Lake Xe), OBS Studio will flicker with screen capture.

sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
    Identifier "Intel Graphics"
    Driver "modesetting"
EndSection

Reboot or restart XOrg server to apply the fix.

Delete Goodix Fingerprint Sensor saved fingerprint data

If you installed Windows and enrolled fingerprints with Goodix Fingerprint Sensor, the saved fingerprint data will prevent new enrollments in Linux.

Requirements:

  • libfprint, fprintd for fingerprint sensor
  • python3 to run the script

Download the following script and run it (adapted from this issue but use the new clear_storage_sync() method instead of delete_print_sync() loop):

Download delete_goodix_fingerprint_data.py{: .btn .btn–info }

sudo python3 delete_goodix_fingerprint_data.py

Other Solution

Another solution is provided by Devyn_Cairns from Framework Community (Link to the solution). The author provided an AppImage to run the script with all dependencies. From my testing it’s more stable than my script.

sudo ./fprint-clear-storage-0.0.1-x86_64.AppImage