Raspberry Pi 5でSynergy 1を使用する方法
複数のパソコンでキーボードとマウスを共有するアプリSynergyはSynergy 1としてRaspberry Pi版もリリースされていますが、最新のRaspberry Pi5では"No Wayland Support"と表示されて使用することができませんでした。
実験的なWaylandはまだ対応していない機能が多いから有効にしない | ラズパイダ
上記URLを参考にWaylandを無効にすることでSynergyができるようになりました。
以下のコマンドを実行して設定画面を開きます。
sudo raspi-config
以下の画面で「6 Advanced Options Configure advanced settings 」を選択します。
Raspberry Pi 5 Model B Rev 1.0, 8GB
┌─────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├──────────┐
│ │
│ 1 System Options Configure system settings │
│ 2 Display Options Configure display settings │
│ 3 Interface Options Configure connections to peripherals │
│ 4 Performance Options Configure performance settings │
│ 5 Localisation Options Configure language and regional settings │
│ 6 Advanced Options Configure advanced settings │
│ 8 Update Update this tool to the latest version │
│ 9 About raspi-config Information about this configuration tool │
│ │
│ │
│ │
│ │
│ │
│ <Select> <Finish> │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
以下の画面で「A6 Wayland Switch between X and Wayland backends」を選択します。
┌─────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├──────────┐
│ │
│ A1 Expand Filesystem Ensures that all of the SD card is available │
│ A2 Network Interface Names Enable/disable predictable network i/f names │
│ A3 Network Proxy Settings Configure network proxy settings │
│ A4 Boot Order Choose boot device priority (SD/net/USB/NVMe) │
│ A5 Bootloader Version Select bootloader (latest/factory default) │
│ A6 Wayland Switch between X and Wayland backends │
│ A7 Audio Config Set audio control system │
│ A8 PCIe Speed Set PCIe x1 port speed │
│ A9 Network Install UI Select display of bootloader network install UI │
│ A10 Libliftoff Enable/disable libliftoff hardware overlays │
│ A11 Shutdown Behaviour Configure shutdown behavior │
│ │
│ │
│ <Select> <Back>
以下の画面で「 W1 X11 Openbox window manager with X11 backend」を選択します。
┌─────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├──────────┐
│ │
│ W1 X11 Openbox window manager with X11 backend │
│ W2 Wayfire Wayfire window manager with Wayland backend │
│ W3 Labwc Labwc window manager with Wayland backend │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ <了解> <取消>
再起動したらSynergy 1が使用できるようになりました。
ただし、VNC接続で画面が表示されなくなってしまいました。