diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:55 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:55 +0000 |
commit | 1e444800e5935c1c5678aaa9fa3751c4519f42e4 (patch) | |
tree | c52149949dfe70e8096392a9a1bd93ef99423c73 /util/README |
Initial revisionXORG-STABLE
Diffstat (limited to 'util/README')
-rw-r--r-- | util/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/util/README b/util/README new file mode 100644 index 0000000..9a87e53 --- /dev/null +++ b/util/README @@ -0,0 +1,25 @@ + +Tech Note: dwg.c + +author: ajv + +purpose: to display MGA Storm's dwg register in human readable output. + +compilation: cc -o stormdwg stormdwg.c or just type make + +usage: stormdwg hexval + +hexval will then be decomposed into it's constituent parts and displayed in human +readable format. + +BUGS: none known except that it needs to kept upto date if the storms + spec is changed + +NOTE: This is not by itself a very usable utility. + +Andrew van der Stock +ajv@greebo.net + + + +$XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/util/README,v 1.2 1999/11/19 13:54:41 hohndel Exp $ |