vaapi doesn't work
#1
Hello !

I have installed my Xbmc on my ZOTAC HUDSON-M1 E-350 Processor AuthenticAMD with a Gentoo 64bits.

It's impossible to read movie in 1080p or 720p. I have vaapi on in xbmc settings but when i read movie xbmc freeze and i have no log Sad

Some information of my configuration :
  • Linux 3.0.6-gentoo
  • media-tv/xbmc-10.1
  • x11-drivers/ati-drivers-11.11
  • x11-libs/libva-1.0.15
  • x11-libs/libva-intel-driver-1.0.15
  • x11-libs/xvba-video-0.8.0

I have :

Code:
# cat vainfo
vainfo: VA-API version: 0.32 (libva 1.0.15)
vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API - 0.8.0
vainfo: Supported profile and entrypoints
      VAProfileH264High               : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD

Code:
# ls -l /usr/lib/va/drivers
-rwxr-xr-x 1 root root  22400 Jan 19  2012 dummy_drv_video.so
-rwxr-xr-x 1 root root 121552 Jan 20  2012 fglrx_drv_video.so
-rwxr-xr-x 1 root root 632104 Jan 19  2012 i965_drv_video.so
-rwxr-xr-x 1 root root 121552 Jan 20  2012 xvba_drv_video.so

Code:
# cat /etc/environment
LIBVA_DRIVER_NAME="xvba"
LIBVA_DRIVERS_PATH="/usr/lib/va/drivers"

Code:
# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "XkbLayout" "fr"
        Option      "XkbVariant" "azerty"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        Option      "Capabilities" "0x00000800"
        BusID       "PCI:0:1:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1920x1080"
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Disable"
EndSection

I have tried many configuration but nothing good.

If somebody can help me ?

Thanks Wink
Reply

Logout Mark Read Team Forum Stats Members Help
vaapi doesn't work0