Thinkpad X280にUbuntu 22.10をインストールして指紋認証を使うためのメモ

https://github.com/uunicorn/python-validity

上を参考に必要なものをインストール

/etc/systemd/system にファイル hogehogeを作成し、下記を記入 し、

sudo systemctl enable hogehogeを実行

hogehogeは自分が作成したファイル名。これをしないとresumeから復帰したときに指紋認証が現状できない。

[Unit]
Description=Restart services to fix fingerprint integration
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

[Service]
Type=oneshot
ExecStart=systemctl restart open-fprintd.service python3-validity.service

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

Ubuntu 22.10 上のDavinci Resolveで音が出ない、もしくはDavinciが音声デバイスを独占してしまうときに

/etc/asound.conf に以下の2行を書く

pcm.!default pipewire
ctl.!default pipewire

これで音は出たが、映像と音が派手にずれる現象が発生。

pipewire.conf のdefault.clock.quantum を小さく、うちでは2048とかにすればずれなくなったような気がします。