You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
3.2 KiB

8 years ago
# Steam in Docker
Tested in Ubuntu 16.04 LTS (64bit) with the following GPU's:
- Intel HD Graphics 3000
- Intel HD Graphics 4400
- NVIDIA's GeForce GTX 560 Ti
## Requirements
- [Docker](https://www.docker.com/)
- (Optional) [Docker Compose](https://docs.docker.com/compose/)
## Limitations
8 years ago
- I have added the `/launch` script that will try to detect the working version of the NVIDIA drivers.
Currently this image supports these versions of the NVIDIA driver: 304, 340, 361.
It will fallback to the Generic OpenGL driver in case of failure.
8 years ago
- Do not forget to pass host device `/dev/nvidia-modeset` to a container when running with NVIDIA driver >= 361.
8 years ago
# Building and launching Steam
## Create 32bit image
Create 32-bit Ubuntu 16.04 LTS (xenial) image
```
sudo apt-get -y install debootstrap
sudo debootstrap --arch=i386 xenial /tmp/xenial-chroot http://archive.ubuntu.com/ubuntu
sudo tar -C /tmp/xenial-chroot -c . | docker import - xenial32
sudo rm -rf /tmp/xenial-chroot
docker tag xenial32 andrey01/xenial32:latest
```
## Build Steam Docker image
You may want to re-run this command later on in order to keep the image updated.
```
docker build -t andrey01/steam .
```
## Launch the Steam in Docker
8 years ago
You can use the following shortcut function and place it to your `~/.bash_aliases` file
8 years ago
```
8 years ago
function docker_helper() { (cd ~/docker/$1; docker-compose run --rm "$@" & disown) }
function steam() { (docker_helper $FUNCNAME $@) }
8 years ago
```
Then just issue "steam" command to run Steam in docker.
## Troubleshooting
You might want to modify the `docker-compose.yml` in case of problems, the file should be pretty self explanatory, although you may refer to the official [Docker Compose file reference](https://docs.docker.com/compose/compose-file/)
Also keep in mind to uncomment or/and add your devices to the `devices:` section there.
The best result is when you have a similar to the following output, using the `glxgears` (part of `mesa-utils` package):
```
8 years ago
$ docker-compose run --rm steam glxdebug
8 years ago
Attempting to load one of the supported NVIDIA drivers:
Trying to load NVIDIA driver version: 361 ... FAILURE
Trying to load NVIDIA driver version: 340 ... SUCCESS
LD_LIBRARY_PATH is set to: /usr/lib/nvidia-340
8 years ago
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
8 years ago
GL_RENDERER = GeForce GTX 560 Ti/PCIe/SSE2
GL_VERSION = 4.4.0 NVIDIA 340.96
GL_VENDOR = NVIDIA Corporation
GL_EXTENSIONS = GL_AMD_multi_draw_indirect GL_ARB_arrays_of_arrays ...
...
8 years ago
305 frames in 5.0 seconds = 60.878 FPS
301 frames in 5.0 seconds = 60.011 FPS
301 frames in 5.0 seconds = 60.009 FPS
305 frames in 5.0 seconds = 60.807 FPS
```
If you are getting `segmentation fault` error or Steam does not start, then you could try resetting its config:
```
8 years ago
$ docker-compose run --rm steam --reset
8 years ago
```
# Links
Below is just bunch of links, someone might find them useful
- https://wiki.ubuntu.com/Valve
- https://developer.valvesoftware.com/wiki/Steam_under_Linux#Ubuntu
- http://media.steampowered.com/client/installer/steam.deb
- http://repo.steampowered.com/steam/archive/precise/steam_latest.deb
- http://repo.steamstatic.com/steam/