mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nonguix: multiarch-container: Expose /dev/{nvidia-uvm,nvidia-uvm-tools}.
* nonguix/multiarch-container.scm (make-container-wrapper): Expose /dev/nvidia-uvm and /dev/nvidia-uvm-tools. These two are now needed for dxvk to start on 580+ drivers. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
ba91bc437d
commit
e5a3a95311
1 changed files with 2 additions and 0 deletions
|
|
@ -330,6 +330,8 @@ in a sandboxed FHS environment."
|
|||
,@(exists-> "/dev/nvidia0") ; needed for nvidia proprietary driver
|
||||
,@(exists-> "/dev/nvidiactl")
|
||||
,@(exists-> "/dev/nvidia-modeset")
|
||||
,@(exists-> "/dev/nvidia-uvm")
|
||||
,@(exists-> "/dev/nvidia-uvm-tools")
|
||||
,@(exists-> "/etc/machine-id")
|
||||
"/etc/localtime" ; Needed for correct time zone.
|
||||
"/etc/os-release" ; Needed for distro info.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue