summaryrefslogtreecommitdiffstats
path: root/DOCS/VIDEOCARDS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-18 22:12:33 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-18 22:12:33 +0000
commit91ba148e8f7f10041e3150f73ddf34de2475f725 (patch)
treec46a8d455f32188f4583ff66b9aae96470f96571 /DOCS/VIDEOCARDS
parent8d8f8c33c3655bc04950a1bcf103ed016c5116b0 (diff)
downloadmpv-91ba148e8f7f10041e3150f73ddf34de2475f725.tar.bz2
mpv-91ba148e8f7f10041e3150f73ddf34de2475f725.tar.xz
exterminated the last "4.0.x" stuffz :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@147 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/VIDEOCARDS')
-rw-r--r--DOCS/VIDEOCARDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS
index 6855a8f676..a76e9aa483 100644
--- a/DOCS/VIDEOCARDS
+++ b/DOCS/VIDEOCARDS
@@ -7,7 +7,7 @@ Videocards with hardware acceleration:
"Hardware acceleration" usually means hardware YUV conversion, scaling,
bilinear filtering. Under Linux, there are several ways to access it:
-I. The Xv (XVideo) extension of XFree86 4.0.x
+I. The Xv (XVideo) extension of XFree86 4.0.2
II. OpenGL drivers with glTexSubImage() support (currently the Utah-GLX
drivers)
III. Native card-specific drivers, using special abilities of some cards
@@ -94,7 +94,7 @@ There is 3 native drivers for Linux:
Use the 'mga' vo driver on framebuffer console (matroxfb): -vo mga
and use the xmga driver for X 3.3.x: -vo xmga
- Note: it works under X 4.0.x too, but it conflicts with the Xv driver,
+ Note: it works under X 4.0.2 too, but it conflicts with the Xv driver,
so avoid using both. Usually X restart or reboot needs to get Xv usable
again :(