Update README.md

This commit is contained in:
Gregory Stoner
2017-12-23 09:29:27 -06:00
committed by GitHub
parent 3e82c69b04
commit 04534f7b52

View File

@@ -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 <username>
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.