summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-25 16:37:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-25 16:37:12 +0000
commitf40a998cd41174603a65ab077d0e265c16c7a876 (patch)
tree52a5a412b93923006670ec0e11a2612af05f89c6 /vidix
parent9fd0753d7230fbf29c08f1319d88286635e3a143 (diff)
downloadmpv-f40a998cd41174603a65ab077d0e265c16c7a876.tar.bz2
mpv-f40a998cd41174603a65ab077d0e265c16c7a876.tar.xz
Hint at the Makefile for information how to build dha with svgalib_helper
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23664 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/README.dha2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/README.dha b/vidix/README.dha
index 13ebf73cb1..6232b051b7 100644
--- a/vidix/README.dha
+++ b/vidix/README.dha
@@ -18,7 +18,7 @@ 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
+2, use svgalib kernel helper (please read the comment in the Makefile)
3, use dhahelper (not yet finished)
The library is based on XFree86 and gfxdump (a utility from the GATOS project)