You are not logged in.

#1 2010-11-16 14:58:02

raydnmalachi
Member
From: Lerna
Registered: 2010-11-16
Posts: 14
Website

Hardware Acceleration with LIBVA

No matter what I try this error message ails me:

vainfo:

libva: libva version 0.31.1
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.2
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :    VAEntrypointVLD
      VAProfileMPEG2Main              :    VAEntrypointVLD
      VAProfileH264Main               :    VAEntrypointVLD
      VAProfileH264High               :    VAEntrypointVLD
      VAProfileVC1Simple              :    VAEntrypointVLD
      VAProfileVC1Main                :    VAEntrypointVLD
      VAProfileVC1Advanced            :    VAEntrypointVLD

Running a GTX 260, proprietary nvidia 260.19.21-1 (from Pacman).

Here is my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.12  (buildmeister@builder101)  Fri Oct  8 11:47:04 PDT 2010


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Any help you could provide would be greatly appreciated!!!


To dwell in the past is to die in the present.
Later is always later than later.

Offline

#2 2010-11-16 15:04:02

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Hardware Acceleration with LIBVA

can i asked you where is the error?


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-11-17 15:47:31

raydnmalachi
Member
From: Lerna
Registered: 2010-11-16
Posts: 14
Website

Re: Hardware Acceleration with LIBVA

The error is in the output of "vainfo". It gives an error about missing "XFree86-DRI" and then two other variables that return "0" as results. I am not being facetious, but are you telling me this is normal behaviour?


To dwell in the past is to die in the present.
Later is always later than later.

Offline

#4 2010-11-17 15:51:24

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Hardware Acceleration with LIBVA

yes. is perfectly normal and is functional. return 0 means a success.

like a side note, i wouldn't recommend using libva+vpdau-video for video decoding. the only one that is using is vlc and it does a crappy job compared with the native support from mplayer


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB