Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For the time being I've been dual booting my chromebook until I can get controller support.
It appears without root steam can't detect the controller. I have a feeling this is due to the xpad driver being used by Chrome OS.
You'll need to edit the steam launcher script in /usr/bin/steam and comment out the following lines:
Then run steam from the command line using "gksu steam".
How do you comment out that line? is it by erasing the } symbol on top of it?
It should work just as well with a wireless controller, but I haven't tested it. To comment out those lines you put a # at the beginning of the line. You could also delete that if block, I chose to comment it out in case I found another way and didn't want to run it as root.
It wont let me modify files in the root directory, do you have crouton installed on an SD card or in your chromebooks SSD?
Ive resorted to installung Chrubuntu and wireless xbox controller works just fine
I've got it installed to the SSD. You'll have to edit it as root. If you have installed the xfce environment you can use the command "gksu mousepad /usr/bin/steam" to acomplish this.
Chrubuntu should work as well since it is natively running ubuntu. I didn't opt for this route as my chromebook has a very small SSD. Don't forget to install the intel vaapi drivers in chrubuntu for hardware decode support.
Thanks a lot for your help. I also prefer crouton, only need to use linux for vlc and steam streaming. Will give that command a go.
I have my 360 wired controller working in crouton chroot, xfce 14.04, although i haven't tested in Steam, but it does now work in retroarch, ppsspp, and xbmc, so it should work in steam as well.
I had to add my user to the "input" group in my chroot, then the controllers become readable.
$ usermod -a -G input $username
This worked for me too. I've been looking for this for a while and couldn't figure it out. Thanks for posting here!
For anyone else: I'm on a HP chromebook 14, crouton, Ubuntu 14.04, xboxdrv installed (though I don't know if that was necessary), running latest version of steam. Gamestop Xbox 360 tested and confirmed working with Braid.
Sorry guys Im not good with linux could you explain as to where Im supposed to add $ usermod -a -G input $username. Ive got the toshiba chromebook2 and streaming seems to be working fine @ 1080p, I just need to get the controller working so I can fully test it out.
Thanks
sudo usermod -a -G input "username"
thanks guys