How to properly create new users

The GPU (for hardware accelerated access) requires the user be a member of group “video”. This is true for both GUI and CUDA use. You can append group “video” to the user as a supplemental group:

sudo usermod -a -G video <username>