From 04534f7b528269d8a01eaf9c81d528bd850281cb Mon Sep 17 00:00:00 2001 From: Gregory Stoner Date: Sat, 23 Dec 2017 09:29:27 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f9bd49a..80fb3f19c 100644 --- a/README.md +++ b/README.md @@ -170,10 +170,19 @@ sudo apt-get install rocm-dkms With move to upstreaming the KFD driver and the support of DKMS, for all Console aka headless user you will need add all your users to the 'video" group by setting the unix permisions +Configure +Ensure that your user account is a member of the "video" group prior to using the ROCm driver. You can find which groups you are a member of with the following command: + ```shell -sudo usermod -a -G video +groups ``` +To add yourself to the video group you will need the sudo password and can use the following command: + +```shell +sudo usermod -a -G video $LOGNAME +``` + Once complete, reboot your system. We recommend you [verify your installation](https://github.com/RadeonOpenCompute/ROCm#verify-installation) to make sure everything completed successfully.