Hello,
I am not sure if this is how it should be for FreeBSD in which utilizing the
On linux, non root user can utilize the GPU render node renderD128.
I'm working with heavy GPU acceleration tasks and every time I reboot the PC I need to keep re-entering:
So that non root user can utilize the GPU render node renderD128.
I do not like to run programs in root user so that it can utilize the GPU render node renderD128 as root user.
What are some ways to make it permanent in which after doing:
I do not need to reenter it ever again.
Thanks for any advice.
I am not sure if this is how it should be for FreeBSD in which utilizing the
/dev/dri/renderD128
can only be done by root user.On linux, non root user can utilize the GPU render node renderD128.
I'm working with heavy GPU acceleration tasks and every time I reboot the PC I need to keep re-entering:
su
chmod 777 /dev/dri/renderD128
chmod 777 /dev/dri/card0
exit
So that non root user can utilize the GPU render node renderD128.
I do not like to run programs in root user so that it can utilize the GPU render node renderD128 as root user.
What are some ways to make it permanent in which after doing:
su
chmod 777 /dev/dri/renderD128
chmod 777 /dev/dri/card0
exit
I do not need to reenter it ever again.
Thanks for any advice.