THIS REPOSITORY HAS BEEN ARCHIVED.
- Docker container
- Steam
- Ubuntu 18.04 (bionic)/18.10 (cosmic)/19.04 (disco)
- Very latest free amdgpu drivers from the oibaf ppa
- Vulkan
- Video
- Audio
- Everything but one. See the next section.
- Joysticks. Any help/fixes would be greatly appreciated!
Edit the command below according to your needs and execute it.
docker run -d --rm -ti -e DISPLAY=$DISPLAY \
--name ubuntu-amdgpu-$BRANCH \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--device /dev/dri/:/dev/dri \
-v /run/user/$UID/pulse/native:/tmp/pulse \
-v /dev/shm:/dev/shm \
-v /etc/machine-id:/etc/machine-id \
-v /dev/kfd:/dev/kfd \
-v /dev:/dev \
-v /PATH/TO/USER/:/home/steam/ \
sleepiestmario/steam-amdgpu-bionic:$BRANCH