summaryrefslogtreecommitdiffstats
path: root/DOCS/DGA
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-24 16:22:18 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-24 16:22:18 +0000
commit40d43e93ac8130c55b4ff5ff061c158bac4f29f8 (patch)
tree2b92ce682d569b62d0159f221398a32c6f3e733a /DOCS/DGA
parentdc1f78a1a77a95980a29cd2f727ef86585dfe207 (diff)
downloadmpv-40d43e93ac8130c55b4ff5ff061c158bac4f29f8.tar.bz2
mpv-40d43e93ac8130c55b4ff5ff061c158bac4f29f8.tar.xz
sok csunya ize
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@861 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/DGA')
-rw-r--r--DOCS/DGA4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/DGA b/DOCS/DGA
index 5dad425208..9a9e238f2c 100644
--- a/DOCS/DGA
+++ b/DOCS/DGA
@@ -23,12 +23,12 @@ Contents
2. What is DGA?
~~~~~~~~~~~~~~~
- DGA is short for Direct Graphics Access and is a means for a programm to
+ DGA is short for Direct Graphics Access and is a mean for a program to
bypass the X-Server and directly modifying the framebuffer memory.
Technically spoken this happens by mapping the framebuffer memory into
the memory range of your process. This is just allowed by the kernel
if you have superuser privileges. You can get these either by logging in
- as root or by setting the suid bit on the mplayer excecutable.
+ as root or by setting the suid bit on the mplayer executable.
There are two versions of DGA: DGA1 is used by XFree 3.X.X and DGA2 was
introduced with XFree 4.0.1.