Conty icon indicating copy to clipboard operation
Conty copied to clipboard

NVIDIA as root?

Open ghost opened this issue 10 months ago • 4 comments

HI, is there anyway to run conty with ALLOW_ROOT=1 with the nvidia handler without throwing unionfs errors?

ghost avatar Jan 27 '25 21:01 ghost

Hi. I haven't tested Nvidia handler under root, what errors does it show?

Kron4ek avatar Jan 27 '25 21:01 Kron4ek

Hi. I haven't tested Nvidia handler under root, what errors does it show?

Image

ghost avatar Jan 27 '25 22:01 ghost

Try to remove relaxed_permissions from conty-start.sh and see if it fixes the issue.

launch_wrapper "${unionfs_fuse}" -o cow,noatime "${overlayfs_dir}"/up=RW:"${overlayfs_shared_dir}"/up=RO:"${mount_point}"=RO "${overlayfs_dir}"/merged

https://github.com/Kron4ek/Conty/blob/master/conty-start.sh#L381

Kron4ek avatar Jan 27 '25 22:01 Kron4ek

On batocera, it just errors bwrap: ccan't find source path /home//.local/share/Conty/overlayfs_shared/nvidia no such file or directory The directory exists though and then it looks like its trying to download nvidia libraries: conty.sh line 1225: file: command not found over and over

ghost avatar Jan 28 '25 06:01 ghost