diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 14:54:32 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 17:31:34 -0700 |
commit | 82012961e5cee55a2dde8254325642f46b6449e2 (patch) | |
tree | 0aeb051025b209276e2fb6155f4216f8f476a99a | |
parent | 83ee7c6d98f4368df1f214aad6878dddc95f6c62 (diff) |
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +xvinfo prints out the capabilities of any video adaptors associated +with the display that are accessible through the X-Video extension. + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/app/xvinfo + + http://cgit.freedesktop.org/xorg/app/xvinfo + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |