summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-07 18:00:11 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-07 18:00:11 +0000
commit8dae4a995ea783a952a45bfb4a810627a4126691 (patch)
tree6c91a81e4de1683d0b8f8159b9fb927e582642cb /vidix
parent03bc9d7f9794e2ff6436d44d1ed65e9fe941d09c (diff)
downloadmpv-8dae4a995ea783a952a45bfb4a810627a4126691.tar.bz2
mpv-8dae4a995ea783a952a45bfb4a810627a4126691.tar.xz
moved old README file from libdha dir to vidix one
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22939 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/README.dha30
1 files changed, 30 insertions, 0 deletions
diff --git a/vidix/README.dha b/vidix/README.dha
new file mode 100644
index 0000000000..13ebf73cb1
--- /dev/null
+++ b/vidix/README.dha
@@ -0,0 +1,30 @@
+lidbha - Direct Hardware Access library
+=======================================
+
+This library was designed for providing direct hardware access under different
+OS'es and architectures, so it's platform- and os-independent.
+
+The main project on the top of libdha is Vidix. It provides userspace
+video drivers for Matrox, Ati, 3Dlabs, Trident (and it's still evolving).
+
+For the full list of supported OS'es read the sources, anyway here's a 'reported
+as working' list (these platforms are used daily):
+ Linux/x86
+ FreeBSD/x86
+ NetBSD/x86
+ Linux/PPC
+
+There are different ways to access the hardware, normally only ROOT can do that.
+With root privileges libdha will run fine, but there are some others ways
+to use it as a normal user:
+1, set the SUID bit on the binary (in this way it runs with root privileges)
+2, use svgalib kernel helper
+3, use dhahelper (not yet finished)
+
+The library is based on XFree86 and gfxdump (a utility from the GATOS project)
+sources.
+
+Original import and design by Nick Kurshev and Alex Beregszaszi.
+Current maintenance and dhahelper by Alex Beregszaszi.
+Svgalib kernelhelper support by Matan Ziv-Av.
+(for the e-mail addresses see the AUTHORS file in MPlayer)