diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-30 22:58:22 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-30 22:58:22 +0000 |
commit | b73584e991b5f05ee5f70fd822ac93c86ce7f0b1 (patch) | |
tree | 48b3008668b95be600d1cd8cdb3a49ca122856f4 /DOCS/VIDEOCARDS | |
parent | 211a19c56c52617970119b6f30a8f5c0a15cc3d4 (diff) |
kommitke
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@676 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/VIDEOCARDS')
-rw-r--r-- | DOCS/VIDEOCARDS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS index 0c429a7953..f29ffee36b 100644 --- a/DOCS/VIDEOCARDS +++ b/DOCS/VIDEOCARDS @@ -17,7 +17,7 @@ V. Not really acceleration, but... Now, let's see them in details: But before reading this, read DOCS/MTRR, and check your /proc/mtrr. -Believe me, it does worth! Speed up things 5x on P3!!! +Believe me, it's worth it! Speeds things up more than 5 times on P3!!! I. Under XFree86 4.0.2 or newer, using the XVideo extension: this is what the option '-vo xv' uses. @@ -127,7 +127,7 @@ using the DGA driver: 3. If the driver couldn't switch to a smaller resolution, experiment with switches -vm (only with X 3.0.x), -fs, -bpp, -zoom to find a video mode that the movie fits in. There is no converter right now.. :( -4. Became ROOT. DGA needs root access to be able to write directly video memory. +4. Become ROOT. DGA needs root access to be able to write directly video memory. If you want to run it as user, then install MPlayer SUID root: 'chown root /usr/local/bin/mplayer' 'chmod 750 /usr/local/bin/mplayer' @@ -139,6 +139,7 @@ using the DGA driver: privilegies through suid root mplayer. !!!! SO YOU HAVE BEEN WARNED ... !!!! 5. Use '-vo dga' option, and there you go! (hope so:) +6. Try if the '-vo sdl -sdl dga' options work for you! It's much faster!!! If you have fast enough CPU (P3 800 for example) you can try fsdga for fullscreen mpeg playing (using software YUV->RGB scaling): |