File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 28
28
## Resources ๐
29
29
30
30
- [ Docs] ( ./docs/ ) ๐
31
+ - [ Linux Docs] ( ./docs/LINUX.md ) ๐
31
32
- [ FAQ] ( https://remote-controller.vercel.app/info/resources/faq/ ) ๐ฌ
32
33
- [ Security] ( https://remote-controller.vercel.app/info/resources/security/ ) ๐
33
34
51
52
52
53
| Windows | Linux | MacOS | Browser (Only Client) |
53
54
| --------- | ------- | ------- | --------- |
54
- | โ | โ Working on Gamepad support (no Keyboard for the moment) | โ (No MacOS to test) | โ (Known Issues with Safari) |
55
+ | โ | โ Gamepad support (โ Keyboard/Streaming for the moment) | โ (No MacOS to test) | โ (Known Issues with Safari) |
55
56
56
57
### Native Gamepad Support ๐ฎ
57
58
Original file line number Diff line number Diff line change
1
+ # Linux
2
+
3
+ ## Execute in Linux
4
+
5
+ When you run RemoteController you will need to be sure to:
6
+
7
+ - Your user has read/write permissions for /dev/input/event/* and uinput devices
8
+ - Example in Debian: sudo usermod -aG input $USER
9
+ - Uinput module enabled
10
+ - Example in Debian: sudo modprobe uinput
You canโt perform that action at this time.
0 commit comments