Steam-Headless / docker-steam-headless

A Headless Steam Docker image supporting NVIDIA GPU and accessible via Web UI
GNU General Public License v2.0
730 stars 79 forks source link

Bump Sunshine & Move vaapi related stuff to 60-configure-gpu #122

Closed alansari closed 5 months ago

alansari commented 5 months ago

Discard if not wanted or a better way, seems to work for now. Can be used for refrence and i will close the PR later.

Tested with integrated amd graphics 780m for moonlight streaming. Untested intel accelerated encoding!

Followed steps from debian wiki with the addition of libva-mesa-driver which i don't think is needed, but included to keep inline with SID.

Note: without --runtime=nvidia the container would still show two cards. I had to specify /dev/dri/renderD129 in sunshine to get vaapi working as renderD128 (the default) was the nvidia card oddly enough.

alansari commented 5 months ago

Did things incorrectly in the arch driver installs instead of the install_deb section, as i don't know why things worked regardless closing the pr....