Sunshine (flatpak) on Hyprland on AlpineLinux
2025-10-19


課題

Sunshineを使って、Hyprlandをリモートから操作する事を試しています。Moonlightから、Sunshineに出来ているけど、マウスも、キーボードも効かない状況が発生していました。

Sunshine のログ

 Warning: Unable to create virtual mouse: Permission denied
 Warning: Unable to create virtual keyboard: Permission denied
 Warning: Gamepad xone is disabled due to Permission denied
 Warning: Gamepad ds5 is disabled due to Permission denied
 Warning: Gamepad switch is disabled due to Permission denied
 Warning: No gamepad input is available 

一時解決

  1. spice-vdagentd パッケージのインストール(uinputモジュールの登録)
  2. steam-devices パッケージのインストール
  3. /dev/uinput のパーミッション変更
 $ ls -ltra /dev/uinput
 crw-------    1 root     root       10, 223 Oct 19 16:51 /dev/uinput
 $ sudo chmod 660 /dev/uinput
 $ ls -ltra /dev/uinput
 crw-rw----    1 root     root       10, 223 Oct 19 16:51 /dev/uinput

steam-devices が必須かは、未整理。 パーミッション変更が妥当かも…。

未解決

Windows キーが、Moonlight 側に受け取られ、 Sunshine に送信できてない。

[日々]
[パソ]

コメント(全0件)
コメントをする


記事を書く
powered by ASAHIネット