thor27 / steam-login

Put STEAM BigPicture mode at login screen
121 stars 30 forks source link

xboxdrv #20

Closed alexandru-calinoiu closed 10 years ago

alexandru-calinoiu commented 10 years ago

Hi,

In order to use the xbox 360 wireless controller I need to run xboxdrv in the console with sudo privileges, is there a way I can launch a console from steam-login?

Thank you,

thor27 commented 10 years ago

There is no way, but you can edit the launch script and add the xboxdrv command there, within unity try:

sudo gedit /usr/bin/steam-de

add the xboxdrv command on line 47, put a "&" after the line if you don't daemonize the xboxdrv.

Anyway, most games works fine with default Xpad driver, and some I could only get vibration with it. Maybe you could give it a try :)

alexandru-calinoiu commented 10 years ago

ok, will give that a try, thank you