Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 634 Bytes

File metadata and controls

24 lines (20 loc) · 634 Bytes

Linux

Execute in Linux

When you run LibreRemotePlay you will need to be sure to:

  • Have a compatible default web browser, any chromium based browser up to date should work. (There are known issues with Firefox)

  • Your user has read/write permissions for /dev/input/event/* and uinput devices

    • Example in Debian:
      sudo usermod -aG input $USER
  • Uinput module enabled

    • Check if it is loaded:
      • Example in Debian:
        lsmod | grep uinput
    • Load the module:
      • Example in Debian:
        sudo modprobe uinput