diff options
author | Zhigang Gong <zhigang.gong@intel.com> | 2014-11-13 07:55:43 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@intel.com> | 2014-11-13 07:55:43 +0800 |
commit | b3109ad7c4d779a0649eb4123d7ee25b084a88b0 (patch) | |
tree | f2364d777cbcee2c699c13fc04dc7c14704bee55 | |
parent | 820d0ff7b145402ceb16a4a780b299e5c39bb756 (diff) |
Update documents.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-rw-r--r-- | docs/Beignet.mdwn | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn index 2a977eca..fea56b8f 100644 --- a/docs/Beignet.mdwn +++ b/docs/Beignet.mdwn @@ -119,7 +119,14 @@ will run all the unit tests one after the others will only run `some_unit_test0` and `some_unit_test1` tests On all supported target platform, the pass rate should be 100%. If it is not, you may -need to refer the "Known Issues" section. +need to refer the "Known Issues" section. Please be noted, the `. setenv.sh` is only +required to run unit test cases. For all other OpenCL applications, don't execute that +command. + +Normally, beignet needs to run under X server environment as normal user. If there isn't X server, +beignet provides two alternative to run: +* Run as root without X. +* Enable the drm render nodes by passing drm.rnodes=1 to the kernel boot args, then you can run beignet with non-root and without X. Supported Targets ----------------- @@ -211,9 +218,9 @@ And the intel 01.org: The team -------- -Beignet project was created by Ben Segovia. Since 2013, Now we have a team in -Intel China OTC graphics team continue to work on this project. -The official contact for this project is: Zou Nanhai (<nanhai.zou@intel.com>). +Beignet project was created by Ben Segovia. Since 2013, Now Intel China OTC graphics +team continue to work on this project. The official contact for this project is: +Zou Nanhai (<nanhai.zou@intel.com>). How to contribute ----------------- |