how to enable HD video acceleration for ATI card in Ubuntu?

2333
Vytas

I have video card ATI Radeon 2600 XT. Operating system: Ubuntu. Question: how to enable HD video acceleration for ATI card in Ubuntu?

2

2 Antworten auf die Frage

1
Shiki

ATI doesn't have video acceleration under linux. However, ATI seems to be working on a new driver which would bring support for VA-API. (As far as I know).

On Linux, you can use "ffmpeg-mt" (if you got multi-core cpu, it'll decode the movie with X core) or just give extra parameters for mplayer.

Like: mplayer -fs -really-quiet -vo xv -ao oss -vfm ffmpeg -lavdopts fast=1:skiploopfilter=all $file

You can give these parameters in smplayer, options, advanced.
Just type the following there:

-fs -really-quiet -vo xv -ao oss -vfm ffmpeg -lavdopts fast=1:skiploopfilter=all

Sie unterstützen zwar Xv nicht direkt, unterstützen jedoch OpenGL, und einige Videoplayer können dies durch Ausgabe ausgeben. Ich erinnere mich, dass ATI Probleme mit OpenGL-Video hatte, während er sich auf einem Composite-Desktop befand, aber das war vor Jahren und wird wahrscheinlich behoben. user32498 vor 14 Jahren 0
Hoffen Sie nicht auf ATI. Nun ... einen Versuch wert. Smplayer, und wählen Sie die gl (ATI) -Ausgabe. Vielleicht klappt es. Könnte sein. : / || Danke für die Bearbeitung (Nik). Shiki vor 14 Jahren 0
0
Ye Lin Aung

Try to install Fglrx Driver. if the system supports the type of graphic system you use, for HD 4xxx / R700 based cards according to you stated, it can easily be installed using System => Administration => Hardware Drivers. .. also you'd take a look at that one too.