Aterfax

Results 38 comments of Aterfax

The config on the server installer for Lutris might want porting across to the game installer as the server installer contains the overrides. See: https://lutris.net/games/install/28163/view Vs: https://lutris.net/games/install/15226/view

I can confirm this is working as expected using the server installer rather than the Lutris / steam methods. - you simply need to do the same winetricks setup, do...

Now tested and working with Tacview - seems ok and stable thus far.

It would appear that this idea is possible with a little effort - I put together the following and tested with nvidia-smi with success. https://termbin.com/e60t The above ties together the...

Can confirm I would certainly also desire this feature - I know that the Emby and Plex dockers already include the required drivers / libraries as they use NVENC to...

Hadn't looked at this in a while - but the nVidia wiki https://github.com/NVIDIA/nvidia-docker/wiki/CUDA says: ``` Running a CUDA container requires a machine with at least one CUDA-capable GPU and a...

Running this with the nvidia docker runtime shows the following with lsmod* ``` lsmod Module Size Used by Tainted: P nvidia_uvm 864256 0 xt_CHECKSUM 16384 1 iptable_mangle 16384 2 ipt_REJECT...

From my investigations on another docker https://github.com/binhex/arch-jellyfin/issues/2 It appears that the only bits that need doing from the maintainer side are providing a FFMPEG compiled with the CUDA SDK (either...

This might help? Here's some existing FFMPEG NVENC automatic compile scripts: https://gist.github.com/Brainiarc7/3f7695ac2a0905b05c5b https://github.com/ilyaevseev/ffmpeg-build

> > > It's definitely possible to run glibc applications in Alpine. However, it's not possible for applications compiled with musl to dynamically load libraries compiled with glibc. > >...