summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-21 18:13:55 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-21 18:13:55 +0000
commit446fb97c323ff183096fa7877243e7ae4e61cbf6 (patch)
tree1de1d52157150753871ef4be44b30e251a56f353 /libdha
parent45868bd570812fac99e9be7d90d5dc57144b63f2 (diff)
downloadmpv-446fb97c323ff183096fa7877243e7ae4e61cbf6.tar.bz2
mpv-446fb97c323ff183096fa7877243e7ae4e61cbf6.tar.xz
ooh. many mistakes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8509 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/libdha/README b/libdha/README
index 7a2c905e85..ea585e5012 100644
--- a/libdha/README
+++ b/libdha/README
@@ -4,11 +4,11 @@ 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 tthe top of libdha is Vidix. It provides userspace
-video drivers (Matrox, Ati, 3Dlabs, Trident).
+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, but here's a reported
-as working list (these platforms are used daily):
+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
@@ -17,11 +17,11 @@ as working list (these platforms are used daily):
There are different ways to access the hardware, normally only ROOT can do that.
With root privileges libdha will finely run, but there are some others ways
to use it as a normal user:
-1, set the SUID bit on the binary (in this was it runs with root priviliges)
+1, set the SUID bit on the binary (in this way it runs with root priviliges)
2, use svgalib kernel helper
3, use dhahelper (not yet finished)
-The library is based on XFree86 and gfxdump (a utility from GATOS project)
+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.