summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-03-27 16:03:02 -0700
committerEric Anholt <eric@anholt.net>2009-03-27 16:03:02 -0700
commit676a1097234bdb4661c65565c3d568fb8cfc0e94 (patch)
tree9d10db7c51ffb5fc5e1f16c5ba882e928a310db2 /README
parent3ba49a9295370cbcbb3139674556ea723c1a6b6c (diff)
readme fixups
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index 9992d337..a481619e 100644
--- a/README
+++ b/README
@@ -13,19 +13,22 @@ benchmarks/
that people can use these to tune some pieces of DRM code in relevant
ways.
+ The benchmarks require KMS to be enabled. When run with an X Server
+ running, they must be run as root to avoid the authentication
+ requirement.
+
tests/
This is a set of automated tests to run against the DRM to validate
changes. Hopefully this can cover the relevant cases we need to
worry about, including backwards compatibility.
+ To run the tests, do "sudo make check" from this directory with
+ KMS enabled.
+
tools/
This is a collection of debugging tools that had previously been
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.
+ These tools generally must be run as root.