Displaying 20 results from an estimated 200 matches similar to: "vainfo on Intel"
2016 Jun 30
0
[Mesa-dev] nouveau_drv_video.so ?
On 30.06.2016 08:27, Xiang, Haihao wrote:
>
>
> Are you using VA-API on X11? libva gets the driver name from Xserver,
> it is nouveau for you. so libva tries to load nouveau_drv_video.so.
> You can create a symlink for nouveau pointing to a available driver or
> just ignore the message because you have gallium_drv_video.so now.
>
> Thanks
> Haihao
>
In
2019 Oct 30
2
Help with CentOS 7 and nvidia
Hello my hardware has:
03:00.0 VGA compatible controller: NVIDIA Corporation GT218 [ION] (rev a2)
rpm -qa | grep nvidia
nvidia-detect-410.78-1.el7.elrepo.x86_64
kmod-nvidia-340xx-340.107-2.el7_6.elrepo.x86_64
nvidia-x11-drv-340xx-340.107-1.el7.elrepo.x86_64
rpm -qa | grep libva
libva-vdpau-driver-0.7.4-19.el7.x86_64
libva-utils-1.8.3-4.el7.x86_64
libva-devel-1.8.3-1.el7.x86_64
2020 Sep 01
0
VAAPI on GeForce GT 620M
Hi,
Try: DRI_PRIME=1 LIBVA_DRIVER_NAME=nouveau vainfo --display drm --device
/dev/dri/renderD129
Also try with and without the --device option, the important one is
--display drm
Cheers
Julien
On Tue, Sep 1, 2020 at 10:49 AM Analabha Roy <hariseldon99 at gmail.com> wrote:
>
>
> On Tue, 1 Sep 2020 at 18:59, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>
>> On
2019 May 15
6
[Bug 110679] New: va-api scaling with nv50-class cards incomplete?
https://bugs.freedesktop.org/show_bug.cgi?id=110679
Bug ID: 110679
Summary: va-api scaling with nv50-class cards incomplete?
Product: Mesa
Version: git
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee:
2020 Sep 01
2
VAAPI on GeForce GT 620M
On Tue, 1 Sep 2020 at 18:59, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Tue, Sep 1, 2020 at 9:10 AM Analabha Roy <hariseldon99 at gmail.com>
> wrote:
> > Any suggestions on how to trace the config issues? Do I have to debug
> the va_openDriver() function?
>
> My guess, without reading any code, is that DRI_PRIME isn't doing what
> you want it to, and
2020 Sep 15
0
libva-utils test siuite is crashing in nouveau sriver
On Sun, Sep 13, 2020 at 5:01 PM Tomasz K?oczko <kloczko.tomasz at gmail.com> wrote:
>
>
> On Sun, 13 Sep 2020 at 20:35, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>>
>> What hardware are you using?
>
>
> 0000:18:00.0 VGA compatible controller: NVIDIA Corporation GP104GL [Quadro P4000] (rev a1)
There's no acceleration support for video decoding past
2020 Aug 13
0
GT215 hw video decoder + gst-play-1.0 for mpeg2 = assertion
LANG=C DRI_PRIME=1 vainfo
libva info: VA-API version 0.40.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/X11R7/lib/dri/nouveau_drv_video.so
libva info: Found init function __vaDriverInit_0_40
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.40 (libva )
vainfo: Driver version: Mesa Gallium driver 20.3.0-devel for NVA3
vainfo: Supported profile and
2016 Jun 28
2
nouveau_drv_video.so ?
nouveau_drv_video.so - what should it be?
https://koji.fedoraproject.org/koji/buildinfo?buildID=722316
... 0.7.4-13 - Revert symlinks - should be handled by mesa rhbz#1271842
https://bugzilla.redhat.com/show_bug.cgi?id=1271842
... 0.7.4-12 - Add symlinks for radeonsi,r600,nouveau - rhbz#1264499
https://bugzilla.redhat.com/show_bug.cgi?id=1264499
$ rpm -q
2018 May 01
2
libva problem?
I am playing videos from my lubuntu computer to my tv through the hdmi
interface on my video card.
It mostly works.
Some sound doesn't and I think it is related to the audio code.
A52 Audio (aka AC3) (a52) works.
It seems MPEG AAC Audio (mp4a) doesn't work.
I checked a video that used to work and it doesn't work now.
It has the mp4a codec also.
The one that used to work shows this in
2018 May 01
2
libva problem?
On 2018-05-01 06:00 PM, Ilia Mirkin wrote:
> What GPU do you have? For video acceleration (i.e. va-api and vdpau),
> did you install the necessary firmware?
>
> On Tue, May 1, 2018 at 5:53 PM, James <bjlockie at lockie.ca> wrote:
>> I am playing videos from my lubuntu computer to my tv through the hdmi
>> interface on my video card.
>> It mostly works.
>>
2018 May 01
0
libva problem?
What GPU do you have? For video acceleration (i.e. va-api and vdpau),
did you install the necessary firmware?
On Tue, May 1, 2018 at 5:53 PM, James <bjlockie at lockie.ca> wrote:
> I am playing videos from my lubuntu computer to my tv through the hdmi
> interface on my video card.
> It mostly works.
> Some sound doesn't and I think it is related to the audio code.
> A52
2018 May 01
0
libva problem?
On Tue, May 1, 2018 at 6:16 PM, James <bjlockie at lockie.ca> wrote:
> On 2018-05-01 06:00 PM, Ilia Mirkin wrote:
>> On Tue, May 1, 2018 at 5:53 PM, James <bjlockie at lockie.ca> wrote:
>>> I am playing videos from my lubuntu computer to my tv through the hdmi
>>> interface on my video card.
>>> It mostly works.
>>> Some sound doesn't
2020 Sep 01
0
VAAPI on GeForce GT 620M
On Tue, Sep 1, 2020 at 9:10 AM Analabha Roy <hariseldon99 at gmail.com> wrote:
> Any suggestions on how to trace the config issues? Do I have to debug the va_openDriver() function?
My guess, without reading any code, is that DRI_PRIME isn't doing what
you want it to, and the nouveau driver is being handed an intel
device. This does not work well. Fixing this will require tracing
2020 Apr 16
2
Strangeness on X11 screen capture
Hi all,
I am running CentOS 7 on a NUC5CPYB. Intel video:
00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium
Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 35)
When I take a screen shot I get "different" things.
I use:
export DISPLAY=:0.0
/usr/bin/xwd -silent -root -out screen; convert screen screen.png
I tried import also for the screen
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
Hi,
I'm hitting that issue since Mesa 20.0.6 and it is present still in latest
version 20.1.7
```
[tkloczko at barrel SPECS]$ coredumpctl gdb 3926866
PID: 3926866 (test_va_api)
UID: 1000 (tkloczko)
GID: 1000 (tkloczko)
Signal: 11 (SEGV)
Timestamp: Sun 2020-09-13 18:57:06 BST (32s ago)
Command Line: ./test_va_api
Executable:
2020 Sep 01
2
VAAPI on GeForce GT 620M
>
> It does indicate a config problem, but why do you want to use the
> nvidia GPU for video accel? I'd rely on intel to provide acceleration
> as this also reduces power consumption of the entire system. Also I
> think vaapi on the secondary GPU is pretty much untested.
Well you've got a point there. It's just that the dang nvidia is pretty
much sitting there on its
2020 Sep 01
0
VAAPI on GeForce GT 620M
On Tue, Sep 1, 2020 at 3:31 AM Analabha Roy <hariseldon99 at gmail.com> wrote:
>
> Hi,
>
> If I am reading the featurematrix right, VAAPI is supported for nouveau on the GeForce650M (my card).
>
> Here is the output of inxi -F
>
> System: Host: MediaServer Kernel: 5.4.0-42-generic x86_64 bits: 64 Console: tty 1 Distro: Ubuntu 18.04.5 LTS
> Machine: Device:
2020 Sep 01
3
VAAPI on GeForce GT 620M
Hi,
If I am reading the featurematrix
<https://nouveau.freedesktop.org/wiki/FeatureMatrix/> right, VAAPI is
supported for nouveau on the GeForce650M (my card).
Here is the output of inxi -F
System: Host: MediaServer Kernel: 5.4.0-42-generic x86_64 bits: 64
Console: tty 1 Distro: Ubuntu 18.04.5 LTS
Machine: Device: laptop System: SAMSUNG product: 300E4C/300E5C/300E7C v:
0.1 serial:
2015 Apr 09
42
[Bug 89969] New: vaDriverInit fails with gallium/nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=89969
Bug ID: 89969
Summary: vaDriverInit fails with gallium/nouveau driver
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2019 Feb 19
0
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
On 19 February 2019 at 09:40, Behnoosh Zamanlooy wrote:
| I removed my r-base package and installed it through the guide in Cran
| mirror but I am still getting the same error. Here is the output to the
| command above:
| r-base-core:
| Installed: 3.4.4-1xenial0
| Candidate: 3.4.4-1xenial0
| Version table:
| *** 3.4.4-1xenial0 500
| 500 https://ftp.ussg.iu.edu/CRAN/bin/linux/ubuntu