That’s a wonderful news
I have a small request however.
I know that this is not moonlight related “issue” but would it be possible to include an automated method of switching between xboxdrv configs (kodi and moonlight for example)? Or if anyone could suggest me how to run xboxdrv in daemon mode. Maybe that would be better option.
Anyway, I tried to use moonlight service to switch between those configs but with no success. I wonder if I’m the only one who has this kind of problem.
So you’re using your Xbox pad to control Kodi? I don’t know if enough people do this to write code specifically for that purpose. The plan is using systemd units to load/unload controllers. You could probably hack that to do what you want once that is implemented.
Edit: I use xpad for my Xbox pad. The stuff I write will use xpad. I don’t think xboxdrv is even being actively developed.
Sometimes yes, whenever controller is plugged in when OSMC starts.
Anyway I will wait for the new release.
The reason why I’ve used xboxdrv is that most guides describe how to use it with Kodi, Moonlight or even RetroPie.
Regarding driver development I think it’s still alive. While version available for OSMC stopped at 0.8.5, the latest version is from 9th Nov. http://pingus.seul.org/~grumbel/xboxdrv/
Have y ever experienced any jittering/fps drop with moonlight app?? I get all the time fps jittering (wired ethernet) and i dont know if the problem relies on nvidia (drivers) or on client (moonlight) side…
created a simple snippet for those that have issues with audio not working
#!/bin/bash
if [ $USER != root ]; then
echo "Error: must be root"
exit 0
fi
if grep -Fxq "dtparam=audio=on" /boot/config.txt
then
echo \"dtparam=audio=on\" is present in config.txt
else
echo "dtparam=audio=on" >> /boot/config.txt
echo \"dtparam=audio=on\" is added to config.txt
fi
@Toast Hello! I tried your updated guide again but I keep getting an error about the packages (last step):
“The following packages have unmet dependencies:
moonlight-osmc : Depends: moonlight-embedded but it is not installable
E: Unable to correct problems, you have held broken packages.”
@Toast It’s ok now with your updated guide but can’t run Moonlight Launcher: ERROR: “Package moonlight-osmc is not installed”
Luna is working and paired with Geforce Experience but can’t start to play a game:
ERROR: “Control 61 in window 10147 has been asked to focus, but it can’t” WARNING: “CreateLoader - unsupported protocol(plugin) in plugin://script.luna/games/folder.jpg” WARNING: “CreateLoader - unsupported protocol(plugin) in plugin://script.luna/games/launch/GameName/folder.jpg”
etc…