Announcement

Collapse
No announcement yet.

IEGD Driver

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by Rajkumar View Post
    Playing /home/Videos/FlightSimX_720p60_51_15Mbps.wmv.
    ASF file format detected.
    [asfheader] Audio stream found, -aid 1
    [asfheader] Video stream found, -vid 2
    VIDEO: [WVC1] 1280x720 24bpp 1000.000 fps 15000.0 kbps (1831.1 kbyte/s)
    libva: libva version 0.31.0
    libva: va_getDriverName() returns 0
    libva: Trying to open /usr/lib/xorg/modules/drivers/iegd_drv_video.so
    Intel(r) Embedded Graphics Driver 10.3 Build 1495
    You still haven't installed libVA correctly and you are not using the right libVA. You should see:
    libva: libva version 0.31.0-sds4
    libva: va_getDriverName() returns 0
    libva: Trying to open /usr/lib/va/drivers/iegd_drv_video.so
    ...

    Comment


    • #22
      Originally posted by gbeauche View Post
      You still haven't installed libVA correctly and you are not using the right libVA. You should see:
      libva: libva version 0.31.0-sds4
      libva: va_getDriverName() returns 0
      libva: Trying to open /usr/lib/va/drivers/iegd_drv_video.so
      ...
      Hi,
      I have downloaded libva-0.31.0-1+sds4.tar.gz,
      however initially I had few issues with the compilation as the libva_display.pc file was not present,
      then I did a work around to have libva_display.pc (which is nothing but libva.pc).
      After the compilation completed, when I checked the vainfo, I got the following

      libva: libva version 0.31.0
      libva: vagetDriverName()...
      [snip]

      I didn't find the version which you have mentioned in your previous post.

      Thanks & Regards,
      Raj.

      Comment


      • #23
        Originally posted by Rajkumar View Post
        I didn't find the version which you have mentioned in your previous post.
        This is the version of the API (0.31.0-sds4), which is provided by the implementation from libva_0.31.0-1+sds9.tar.gz sources and patches. Read carefully the following page, the exact and enough build instructions are provided there: http://www.splitted-desktop.com/~gbeauchesne/libva/

        I don't see how it could be clearer, or tell what you think is needed to clarify the build instructions.

        Comment

        Working...
        X