diff options
author | Eric Anholt <eric@anholt.net> | 2009-03-26 18:44:13 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-26 18:44:13 -0700 |
commit | 6abc9b13f0b87f9af82d9b46ad84d74648b46a97 (patch) | |
tree | 90ece3afcae55b97a90617139a053dd5787b773c /README | |
parent | 8c64183a461a422b0443f84622af48858d5fe6ed (diff) |
Add notes about running things as root.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,3 +23,9 @@ tools/ built with the 2D driver but not shipped. Some distros were hacking up the 2D build to ship them. Instead, here's a separate package for people debugging the driver. + +Note that most of these tools must be run as root. Several tools require +MMIO register access (which may be denied if CONFIG_STRICT_DEVMEM is enabled). +When an X Server is running, benchmarks and tests clients won't be able to +run due to being unable to authenticate against it, unless you run them as +root. |