intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Need help in installing libva-1.0.12 package as part of Graphics driver installation
@ 2011-06-02 11:06 Thirunavukkarasu S
  2011-06-02 12:34 ` Lan, Hai
  2011-06-02 15:26 ` Sérgio Basto
  0 siblings, 2 replies; 5+ messages in thread
From: Thirunavukkarasu S @ 2011-06-02 11:06 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 619 bytes --]

Hi Team,

I am trying to install the below package[libva] as part of my Graphics
driver installation on my latest notebook, Mostly with tar balls i use
'#./configure, #make, #make install' to install any software. But with this
package this doesn't work. Can you guys guide me or give a hint on how to do
it or install it.

http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2

Also, i have a query on how to exactly know that whether Graphics driver is
actually installed after installing those packages, tell me from where i can
look for the info.

Sorry if i have mailed a wrong list :(

Regards,
Thiru.S

[-- Attachment #1.2: Type: text/html, Size: 1047 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Need help in installing libva-1.0.12 package as part of Graphics driver installation
  2011-06-02 11:06 Need help in installing libva-1.0.12 package as part of Graphics driver installation Thirunavukkarasu S
@ 2011-06-02 12:34 ` Lan, Hai
  2011-06-02 15:26 ` Sérgio Basto
  1 sibling, 0 replies; 5+ messages in thread
From: Lan, Hai @ 2011-06-02 12:34 UTC (permalink / raw)
  To: Thirunavukkarasu S, intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1250 bytes --]

Hi Thirunavukkarasu
You can use "./autogen.sh &&./configure --enable-i965-driver&&make&&make install" to install libva. After you install libva, you can use vainfo to see the libva information.
You can refer to http://intellinuxgraphics.org/vaapi.html

Hai Lan


From: intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org [mailto:intel-gfx-bounces+hai.lan=intel.com@lists.freedesktop.org] On Behalf Of Thirunavukkarasu S
Sent: Thursday, June 02, 2011 7:07 PM
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] Need help in installing libva-1.0.12 package as part of Graphics driver installation

Hi Team,

I am trying to install the below package[libva] as part of my Graphics driver installation on my latest notebook, Mostly with tar balls i use '#./configure, #make, #make install' to install any software. But with this package this doesn't work. Can you guys guide me or give a hint on how to do it or install it.

http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2

Also, i have a query on how to exactly know that whether Graphics driver is actually installed after installing those packages, tell me from where i can look for the info.

Sorry if i have mailed a wrong list :(

Regards,
Thiru.S

[-- Attachment #1.2: Type: text/html, Size: 9461 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Need help in installing libva-1.0.12 package as part of Graphics driver installation
  2011-06-02 11:06 Need help in installing libva-1.0.12 package as part of Graphics driver installation Thirunavukkarasu S
  2011-06-02 12:34 ` Lan, Hai
@ 2011-06-02 15:26 ` Sérgio Basto
  2011-06-03  8:27   ` Thirunavukkarasu S
  1 sibling, 1 reply; 5+ messages in thread
From: Sérgio Basto @ 2011-06-02 15:26 UTC (permalink / raw)
  To: Thirunavukkarasu S; +Cc: intel-gfx

Hi, On Fedora 15 you got libva "out of the box"
Packager    : Fedora Project

rpm -q libva
libva-1.0.12-1.fc15.x86_64
libva-1.0.12-1.fc15.i686



On Thu, 2011-06-02 at 16:36 +0530, Thirunavukkarasu S wrote:
> Hi Team,
> 
> 
> I am trying to install the below package[libva] as part of my Graphics
> driver installation on my latest notebook, Mostly with tar balls i use
> '#./configure, #make, #make install' to install any software. But with
> this package this doesn't work. Can you guys guide me or give a hint
> on how to do it or install it. 
> 
> 
> http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2
> 
> 
> Also, i have a query on how to exactly know that whether Graphics
> driver is actually installed after installing those packages, tell me
> from where i can look for the info.
> 
> 
> Sorry if i have mailed a wrong list :(
> 
> 
> Regards,
> Thiru.S
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Sérgio M. B.

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Need help in installing libva-1.0.12 package as part of Graphics driver installation
  2011-06-02 15:26 ` Sérgio Basto
@ 2011-06-03  8:27   ` Thirunavukkarasu S
  2011-06-04  2:59     ` Sérgio Basto
  0 siblings, 1 reply; 5+ messages in thread
From: Thirunavukkarasu S @ 2011-06-03  8:27 UTC (permalink / raw)
  To: Sérgio Basto; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1606 bytes --]

Thanks Hai & Sergio, the package got installed.
FYI, I am using Ubuntu 11.04

But after installation of driver how i will make sure that driver is loaded
properly or not ? The reason why i am asking is it i don't see any visual
difference. Please do mention where to cross verify it.

some of the logs which i have attached from my system to the mail thread

Regards,
Thiru.S

2011/6/2 Sérgio Basto <sergio@serjux.com>

> Hi, On Fedora 15 you got libva "out of the box"
> Packager    : Fedora Project
>
> rpm -q libva
> libva-1.0.12-1.fc15.x86_64
> libva-1.0.12-1.fc15.i686
>
>
>
> On Thu, 2011-06-02 at 16:36 +0530, Thirunavukkarasu S wrote:
> > Hi Team,
> >
> >
> > I am trying to install the below package[libva] as part of my Graphics
> > driver installation on my latest notebook, Mostly with tar balls i use
> > '#./configure, #make, #make install' to install any software. But with
> > this package this doesn't work. Can you guys guide me or give a hint
> > on how to do it or install it.
> >
> >
> > http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2
> >
> >
> > Also, i have a query on how to exactly know that whether Graphics
> > driver is actually installed after installing those packages, tell me
> > from where i can look for the info.
> >
> >
> > Sorry if i have mailed a wrong list :(
> >
> >
> > Regards,
> > Thiru.S
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
> --
> Sérgio M. B.
>
>

[-- Attachment #1.2: Type: text/html, Size: 2421 bytes --]

[-- Attachment #2: Log_file.zip --]
[-- Type: application/zip, Size: 22978 bytes --]

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Need help in installing libva-1.0.12 package as part of Graphics driver installation
  2011-06-03  8:27   ` Thirunavukkarasu S
@ 2011-06-04  2:59     ` Sérgio Basto
  0 siblings, 0 replies; 5+ messages in thread
From: Sérgio Basto @ 2011-06-04  2:59 UTC (permalink / raw)
  To: Thirunavukkarasu S; +Cc: intel-gfx

I think you don't need libva for drive , you need for players like
mplayer or vlc .

http://intellinuxgraphics.org/vaapi.html


On Fri, 2011-06-03 at 13:57 +0530, Thirunavukkarasu S wrote:
> Thanks Hai & Sergio, the package got installed. 
> FYI, I am using Ubuntu 11.04 
> 
> 
> But after installation of driver how i will make sure that driver is
> loaded properly or not ? The reason why i am asking is it i don't see
> any visual difference. Please do mention where to cross verify it.
> 
> 
> some of the logs which i have attached from my system to the mail
> thread
> 
> 
> Regards,
> Thiru.S
> 
> 2011/6/2 Sérgio Basto <sergio@serjux.com>
>         Hi, On Fedora 15 you got libva "out of the box"
>         Packager    : Fedora Project
>         
>         rpm -q libva
>         libva-1.0.12-1.fc15.x86_64
>         libva-1.0.12-1.fc15.i686 
>         
>         
>         
>         
>         On Thu, 2011-06-02 at 16:36 +0530, Thirunavukkarasu S wrote:
>         > Hi Team,
>         >
>         >
>         > I am trying to install the below package[libva] as part of
>         my Graphics
>         > driver installation on my latest notebook, Mostly with tar
>         balls i use
>         > '#./configure, #make, #make install' to install any
>         software. But with
>         > this package this doesn't work. Can you guys guide me or
>         give a hint
>         > on how to do it or install it.
>         >
>         >
>         >
>         http://cgit.freedesktop.org/libva/snapshot/libva-1.0.12.tar.bz2
>         >
>         >
>         > Also, i have a query on how to exactly know that whether
>         Graphics
>         > driver is actually installed after installing those
>         packages, tell me
>         > from where i can look for the info.
>         >
>         >
>         > Sorry if i have mailed a wrong list :(
>         >
>         >
>         > Regards,
>         > Thiru.S
>         
>         > _______________________________________________
>         > Intel-gfx mailing list
>         > Intel-gfx@lists.freedesktop.org
>         > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>         
>         --
>         Sérgio M. B.
>         
> 
> 

-- 
Sérgio M. B.

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-04  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-02 11:06 Need help in installing libva-1.0.12 package as part of Graphics driver installation Thirunavukkarasu S
2011-06-02 12:34 ` Lan, Hai
2011-06-02 15:26 ` Sérgio Basto
2011-06-03  8:27   ` Thirunavukkarasu S
2011-06-04  2:59     ` Sérgio Basto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).