Re: 4k video playback on some videos makes entire system sluggish

2023-10-11 Thread stan via users
On Mon, 9 Oct 2023 21:12:29 -0400
Alex  wrote:

> HI,
> 
> 
> > Finally got a chance to reboot, and it definitely made a difference
> > with playing 4k videos.
> >
> > However, playing two 4k videos at the same time makes both of them
> > slow. 
> 
> Actually, playing any two videos together makes the whole system
> jerky.

I found this link about changes to the AMD driver in 6.5 kernel.

https://www.phoronix.com/review/linux65-ryzen-7950x

"One of the notable changes with this new kernel version is Linux now
defaulting to the AMD P-State "EPP" active driver configuration for
modern Ryzen systems rather than the long-used generic ACPI CPUFreq
driver default. "

I wonder if these changes, while good in most cases, might be causing
you problems.  Do you have a 6.4 kernel that you can boot and test
with?  If you do, and it works as you are expecting, then you could
open a bugzilla against the kernel to bring your problem to the
attention of the kernel developers.

Alternatively, perhaps there is some cruft left over after the update.
What happens if you create a new user, and then use that new user to
try to play two videos together?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-09 Thread Alex
HI,


> Finally got a chance to reboot, and it definitely made a difference with
> playing 4k videos.
>
> However, playing two 4k videos at the same time makes both of them slow.
>

Actually, playing any two videos together makes the whole system jerky.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-09 Thread Alex
Hi,

On Fri, Oct 6, 2023 at 6:35 AM Roger Heflin  wrote:

> On Thu, Oct 5, 2023 at 9:01 PM Alex  wrote:
> >
> > Hi,
> >
> >> You might try uninstalling mesa-va-drivers and replacing with this:
> >> mesa-va-drivers-freeworld
> >>
> >> one of my 2 machines was ok and a 2nd one looked closer to what yours
> >> looked like.
> >>
> >> And replacing with freeworld it now looks much better and has a lot
> >> more accelerators.
> >
> >
> > I've done that, and now it definitely appears to have more support, but
> alas, it made no difference.
> >
> > $ vainfo The.Equalizer.mkv
> > Trying display: wayland
> > Trying display: x11
> > libva info: VA-API version 1.18.0
> > libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
> > libva info: Found init function __vaDriverInit_1_18
> > libva info: va_openDriver() returns 0
> > vainfo: VA-API version: 1.18 (libva 2.18.2)
> > vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570
> Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
> > vainfo: Supported profile and entrypoints
> >   VAProfileMPEG2Simple: VAEntrypointVLD
> >   VAProfileMPEG2Main  : VAEntrypointVLD
> >   VAProfileVC1Simple  : VAEntrypointVLD
> >   VAProfileVC1Main: VAEntrypointVLD
> >   VAProfileVC1Advanced: VAEntrypointVLD
> >   VAProfileH264ConstrainedBaseline: VAEntrypointVLD
> >   VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
> >   VAProfileH264Main   : VAEntrypointVLD
> >   VAProfileH264Main   : VAEntrypointEncSlice
> >   VAProfileH264High   : VAEntrypointVLD
> >   VAProfileH264High   : VAEntrypointEncSlice
> >   VAProfileHEVCMain   : VAEntrypointVLD
> >   VAProfileHEVCMain   : VAEntrypointEncSlice
> >   VAProfileHEVCMain10 : VAEntrypointVLD
> >   VAProfileJPEGBaseline   : VAEntrypointVLD
> >   VAProfileNone   : VAEntrypointVideoProc
> >
> > I also just tried to play two regular 1080p videos at the same time
> using vlc, and it also showed the same problem where the system becomes
> effectively unusable.
> >
>
> Did you reboot after that?The driver is loaded by vainfo (and
> bypasses X11), but I also believe the original  driver is also loaded
> by X11/Wayland and is still in memory when used via X11/Wayland.
>
> I also found that some video tools (default mplayer) do not use vaapi.
>
> And there are also ffmpeg versions in fedora/updates and a different
> one with more free but not quite free 3rd-party licensed in rpmfusion
> (ffmpeg-free vs ffmpeg)
>

Finally got a chance to reboot, and it definitely made a difference with
playing 4k videos.

However, playing two 4k videos at the same time makes both of them slow.

This is on my i7-12700k with 64GB and the Radeon with 4GB:

07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef) (prog-if 00
[VGA controller])
Subsystem: ASRock Incorporation Device 5026
Flags: bus master, fast devsel, latency 0, IRQ 194
Memory at 40 (64-bit, prefetchable) [size=4G]
Memory at 41 (64-bit, prefetchable) [size=2M]
I/O ports at 3000 [size=256]
Memory at 8200 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at 8204 [disabled] [size=128K]
Capabilities: 
Kernel driver in use: amdgpu
Kernel modules: amdgpu

I'm pretty sure I recall playing multiple 4k videos at the same time with
fc37 before this problem started. Do you have any other ideas what could be
causing this jerkiness?

Thanks,
Alex

>
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-06 Thread Roger Heflin
On Thu, Oct 5, 2023 at 9:01 PM Alex  wrote:
>
> Hi,
>
>> You might try uninstalling mesa-va-drivers and replacing with this:
>> mesa-va-drivers-freeworld
>>
>> one of my 2 machines was ok and a 2nd one looked closer to what yours
>> looked like.
>>
>> And replacing with freeworld it now looks much better and has a lot
>> more accelerators.
>
>
> I've done that, and now it definitely appears to have more support, but alas, 
> it made no difference.
>
> $ vainfo The.Equalizer.mkv
> Trying display: wayland
> Trying display: x11
> libva info: VA-API version 1.18.0
> libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
> libva info: Found init function __vaDriverInit_1_18
> libva info: va_openDriver() returns 0
> vainfo: VA-API version: 1.18 (libva 2.18.2)
> vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570 
> Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
> vainfo: Supported profile and entrypoints
>   VAProfileMPEG2Simple: VAEntrypointVLD
>   VAProfileMPEG2Main  : VAEntrypointVLD
>   VAProfileVC1Simple  : VAEntrypointVLD
>   VAProfileVC1Main: VAEntrypointVLD
>   VAProfileVC1Advanced: VAEntrypointVLD
>   VAProfileH264ConstrainedBaseline: VAEntrypointVLD
>   VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
>   VAProfileH264Main   : VAEntrypointVLD
>   VAProfileH264Main   : VAEntrypointEncSlice
>   VAProfileH264High   : VAEntrypointVLD
>   VAProfileH264High   : VAEntrypointEncSlice
>   VAProfileHEVCMain   : VAEntrypointVLD
>   VAProfileHEVCMain   : VAEntrypointEncSlice
>   VAProfileHEVCMain10 : VAEntrypointVLD
>   VAProfileJPEGBaseline   : VAEntrypointVLD
>   VAProfileNone   : VAEntrypointVideoProc
>
> I also just tried to play two regular 1080p videos at the same time using 
> vlc, and it also showed the same problem where the system becomes effectively 
> unusable.
>

Did you reboot after that?The driver is loaded by vainfo (and
bypasses X11), but I also believe the original  driver is also loaded
by X11/Wayland and is still in memory when used via X11/Wayland.

I also found that some video tools (default mplayer) do not use vaapi.

And there are also ffmpeg versions in fedora/updates and a different
one with more free but not quite free 3rd-party licensed in rpmfusion
(ffmpeg-free vs ffmpeg)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-06 Thread Stephen Morris

On 6/10/23 08:27, Patrick O'Callaghan wrote:

On Fri, 2023-10-06 at 08:20 +1100, Stephen Morris wrote:

On 6/10/23 07:04, Roger Heflin wrote:

You might try uninstalling mesa-va-drivers and replacing with this:
mesa-va-drivers-freeworld

one of my 2 machines was ok and a 2nd one looked closer to what
yours
looked like.

And replacing with freeworld it now looks much better and has a lot
more accelerators.

Hi Roger, just a silly question for my benefit, what information in
the
mediainfo output that Alex supplied, confirms that the video actually
is 4K?

Presumably these lines:

Width: 3 840 pixels
Height   : 1 608 pixels
Display aspect ratio : 2.40:1
Thanks Patrick, I didn't see those lines when I looked, and I looked 
multiple times.


regards,
Steve



poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue




OpenPGP_0x594338B1DE179AB2.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Alex
Hi,

You might try uninstalling mesa-va-drivers and replacing with this:
> mesa-va-drivers-freeworld
>
> one of my 2 machines was ok and a 2nd one looked closer to what yours
> looked like.
>
> And replacing with freeworld it now looks much better and has a lot
> more accelerators.
>

I've done that, and now it definitely appears to have more support, but
alas, it made no difference.

$ vainfo The.Equalizer.mkv
Trying display: wayland
Trying display: x11
libva info: VA-API version 1.18.0
libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_18
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.18 (libva 2.18.2)
vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570
Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple: VAEntrypointVLD
  VAProfileMPEG2Main  : VAEntrypointVLD
  VAProfileVC1Simple  : VAEntrypointVLD
  VAProfileVC1Main: VAEntrypointVLD
  VAProfileVC1Advanced: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main   : VAEntrypointVLD
  VAProfileH264Main   : VAEntrypointEncSlice
  VAProfileH264High   : VAEntrypointVLD
  VAProfileH264High   : VAEntrypointEncSlice
  VAProfileHEVCMain   : VAEntrypointVLD
  VAProfileHEVCMain   : VAEntrypointEncSlice
  VAProfileHEVCMain10 : VAEntrypointVLD
  VAProfileJPEGBaseline   : VAEntrypointVLD
  VAProfileNone   : VAEntrypointVideoProc

I also just tried to play two regular 1080p videos at the same time using
vlc, and it also showed the same problem where the system becomes
effectively unusable.

Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Roger Heflin
I did not look at the size, I was looking for the encoder since that
was likely to be what was causing his issue.  I just checked and the
width and height are close to 4k.   Really anything close to and/or
over 2500 x 1440 is probably close enough to 4k from the point of view
of trying to play it.

On Thu, Oct 5, 2023 at 4:21 PM Stephen Morris  wrote:
>
> On 6/10/23 07:04, Roger Heflin wrote:
> > You might try uninstalling mesa-va-drivers and replacing with this:
> > mesa-va-drivers-freeworld
> >
> > one of my 2 machines was ok and a 2nd one looked closer to what yours
> > looked like.
> >
> > And replacing with freeworld it now looks much better and has a lot
> > more accelerators.
> Hi Roger, just a silly question for my benefit, what information in the
> mediainfo output that Alex supplied, confirms that the video actually is 4K?
>
> regards,
> Steve
>
> >
> > On Thu, Oct 5, 2023 at 2:40 PM Alex  wrote:
> >> Hi,
> >>
> >> On Thu, Oct 5, 2023 at 3:38 PM Alex  wrote:
> >>> Hi,
> >>>
> >>> On Thu, Oct 5, 2023 at 2:59 PM Roger Heflin  wrote:
>  what does vainfo show?  You may need to install it.   You are looking
>  for something like below, I believe the main10 is what is needed for
>  your video.
> 
>    VAProfileHEVCMain   : VAEntrypointVLD
>    VAProfileHEVCMain10 : VAEntrypointVLD
> 
>  You may need to then confirm that your given video card supports those 
>  decoders.
> >>>
> >>> Thanks so much for your help. This all worked properly before I upgraded 
> >>> to fc38 some time ago.
> >>>
> >>> $ vainfo The.Equalizer.mkv
> >>> Trying display: wayland
> >>> Trying display: x11
> >>> libva info: VA-API version 1.18.0
> >>> libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
> >>> libva info: Found init function __vaDriverInit_1_18
> >>> libva info: va_openDriver() returns 0
> >>> vainfo: VA-API version: 1.18 (libva 2.18.2)
> >>> vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570 
> >>> Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
> >>> vainfo: Supported profile and entrypoints
> >>>VAProfileMPEG2Simple: VAEntrypointVLD
> >>>VAProfileMPEG2Main  : VAEntrypointVLD
> >>>VAProfileJPEGBaseline   : VAEntrypointVLD
> >>>VAProfileNone   : VAEntrypointVideoProc
> >>
> >> Perhaps I should have also included these details.
> >>
> >> $ ls -l /usr/lib64/dri/radeonsi_drv_video.so
> >> -rwxr-xr-x 4 root root 13260600 Sep 19 20:00 
> >> /usr/lib64/dri/radeonsi_drv_video.so
> >>
> >> $ rpm -qf /usr/lib64/dri/radeonsi_drv_video.so
> >> mesa-va-drivers-23.1.8-1.fc38.x86_64
> >>
> >> Thanks,
> >> Alex
> >>
> >> ___
> >> users mailing list -- users@lists.fedoraproject.org
> >> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> >> Fedora Code of Conduct: 
> >> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> >> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> >> List Archives: 
> >> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> >> Do not reply to spam, report it: 
> >> https://pagure.io/fedora-infrastructure/new_issue
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: 
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
>
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Patrick O'Callaghan
On Fri, 2023-10-06 at 08:20 +1100, Stephen Morris wrote:
> On 6/10/23 07:04, Roger Heflin wrote:
> > You might try uninstalling mesa-va-drivers and replacing with this:
> > mesa-va-drivers-freeworld
> > 
> > one of my 2 machines was ok and a 2nd one looked closer to what
> > yours
> > looked like.
> > 
> > And replacing with freeworld it now looks much better and has a lot
> > more accelerators.
> Hi Roger, just a silly question for my benefit, what information in
> the 
> mediainfo output that Alex supplied, confirms that the video actually
> is 4K?

Presumably these lines:

Width: 3 840 pixels
Height   : 1 608 pixels
Display aspect ratio : 2.40:1

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Stephen Morris

On 6/10/23 07:04, Roger Heflin wrote:

You might try uninstalling mesa-va-drivers and replacing with this:
mesa-va-drivers-freeworld

one of my 2 machines was ok and a 2nd one looked closer to what yours
looked like.

And replacing with freeworld it now looks much better and has a lot
more accelerators.
Hi Roger, just a silly question for my benefit, what information in the 
mediainfo output that Alex supplied, confirms that the video actually is 4K?


regards,
Steve



On Thu, Oct 5, 2023 at 2:40 PM Alex  wrote:

Hi,

On Thu, Oct 5, 2023 at 3:38 PM Alex  wrote:

Hi,

On Thu, Oct 5, 2023 at 2:59 PM Roger Heflin  wrote:

what does vainfo show?  You may need to install it.   You are looking
for something like below, I believe the main10 is what is needed for
your video.

  VAProfileHEVCMain   : VAEntrypointVLD
  VAProfileHEVCMain10 : VAEntrypointVLD

You may need to then confirm that your given video card supports those decoders.


Thanks so much for your help. This all worked properly before I upgraded to 
fc38 some time ago.

$ vainfo The.Equalizer.mkv
Trying display: wayland
Trying display: x11
libva info: VA-API version 1.18.0
libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_18
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.18 (libva 2.18.2)
vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570 Series 
(polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
vainfo: Supported profile and entrypoints
   VAProfileMPEG2Simple: VAEntrypointVLD
   VAProfileMPEG2Main  : VAEntrypointVLD
   VAProfileJPEGBaseline   : VAEntrypointVLD
   VAProfileNone   : VAEntrypointVideoProc


Perhaps I should have also included these details.

$ ls -l /usr/lib64/dri/radeonsi_drv_video.so
-rwxr-xr-x 4 root root 13260600 Sep 19 20:00 
/usr/lib64/dri/radeonsi_drv_video.so

$ rpm -qf /usr/lib64/dri/radeonsi_drv_video.so
mesa-va-drivers-23.1.8-1.fc38.x86_64

Thanks,
Alex

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue





OpenPGP_0x594338B1DE179AB2.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Roger Heflin
You might try uninstalling mesa-va-drivers and replacing with this:
mesa-va-drivers-freeworld

one of my 2 machines was ok and a 2nd one looked closer to what yours
looked like.

And replacing with freeworld it now looks much better and has a lot
more accelerators.

On Thu, Oct 5, 2023 at 2:40 PM Alex  wrote:
>
> Hi,
>
> On Thu, Oct 5, 2023 at 3:38 PM Alex  wrote:
>>
>> Hi,
>>
>> On Thu, Oct 5, 2023 at 2:59 PM Roger Heflin  wrote:
>>>
>>> what does vainfo show?  You may need to install it.   You are looking
>>> for something like below, I believe the main10 is what is needed for
>>> your video.
>>>
>>>  VAProfileHEVCMain   : VAEntrypointVLD
>>>  VAProfileHEVCMain10 : VAEntrypointVLD
>>>
>>> You may need to then confirm that your given video card supports those 
>>> decoders.
>>
>>
>> Thanks so much for your help. This all worked properly before I upgraded to 
>> fc38 some time ago.
>>
>> $ vainfo The.Equalizer.mkv
>> Trying display: wayland
>> Trying display: x11
>> libva info: VA-API version 1.18.0
>> libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
>> libva info: Found init function __vaDriverInit_1_18
>> libva info: va_openDriver() returns 0
>> vainfo: VA-API version: 1.18 (libva 2.18.2)
>> vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570 
>> Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
>> vainfo: Supported profile and entrypoints
>>   VAProfileMPEG2Simple: VAEntrypointVLD
>>   VAProfileMPEG2Main  : VAEntrypointVLD
>>   VAProfileJPEGBaseline   : VAEntrypointVLD
>>   VAProfileNone   : VAEntrypointVideoProc
>
>
> Perhaps I should have also included these details.
>
> $ ls -l /usr/lib64/dri/radeonsi_drv_video.so
> -rwxr-xr-x 4 root root 13260600 Sep 19 20:00 
> /usr/lib64/dri/radeonsi_drv_video.so
>
> $ rpm -qf /usr/lib64/dri/radeonsi_drv_video.so
> mesa-va-drivers-23.1.8-1.fc38.x86_64
>
> Thanks,
> Alex
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Alex
Hi,

On Thu, Oct 5, 2023 at 3:38 PM Alex  wrote:

> Hi,
>
> On Thu, Oct 5, 2023 at 2:59 PM Roger Heflin  wrote:
>
>> what does vainfo show?  You may need to install it.   You are looking
>> for something like below, I believe the main10 is what is needed for
>> your video.
>>
>>  VAProfileHEVCMain   : VAEntrypointVLD
>>  VAProfileHEVCMain10 : VAEntrypointVLD
>>
>> You may need to then confirm that your given video card supports those
>> decoders.
>>
>
> Thanks so much for your help. This all worked properly before I upgraded
> to fc38 some time ago.
>
> $ vainfo The.Equalizer.mkv
> Trying display: wayland
> Trying display: x11
> libva info: VA-API version 1.18.0
> libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
> libva info: Found init function __vaDriverInit_1_18
> libva info: va_openDriver() returns 0
> vainfo: VA-API version: 1.18 (libva 2.18.2)
> vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570
> Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
> vainfo: Supported profile and entrypoints
>   VAProfileMPEG2Simple: VAEntrypointVLD
>   VAProfileMPEG2Main  : VAEntrypointVLD
>   VAProfileJPEGBaseline   : VAEntrypointVLD
>   VAProfileNone   : VAEntrypointVideoProc
>

Perhaps I should have also included these details.

$ ls -l /usr/lib64/dri/radeonsi_drv_video.so
-rwxr-xr-x 4 root root 13260600 Sep 19 20:00
/usr/lib64/dri/radeonsi_drv_video.so

$ rpm -qf /usr/lib64/dri/radeonsi_drv_video.so
mesa-va-drivers-23.1.8-1.fc38.x86_64

Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Alex
Hi,

On Thu, Oct 5, 2023 at 2:59 PM Roger Heflin  wrote:

> what does vainfo show?  You may need to install it.   You are looking
> for something like below, I believe the main10 is what is needed for
> your video.
>
>  VAProfileHEVCMain   : VAEntrypointVLD
>  VAProfileHEVCMain10 : VAEntrypointVLD
>
> You may need to then confirm that your given video card supports those
> decoders.
>

Thanks so much for your help. This all worked properly before I upgraded to
fc38 some time ago.

$ vainfo The.Equalizer.mkv
Trying display: wayland
Trying display: x11
libva info: VA-API version 1.18.0
libva info: Trying to open /usr/lib64/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_18
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.18 (libva 2.18.2)
vainfo: Driver version: Mesa Gallium driver 23.1.8 for AMD Radeon RX 570
Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.5.5-200.fc38.x86_64)
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple: VAEntrypointVLD
  VAProfileMPEG2Main  : VAEntrypointVLD
  VAProfileJPEGBaseline   : VAEntrypointVLD
  VAProfileNone   : VAEntrypointVideoProc

Thanks,
Alex




>
> On Thu, Oct 5, 2023 at 11:27 AM Alex  wrote:
> >
> > Hi,
> >
> >> > I have a fedora38 desktop and having a problem playing 4k videos.
> >> > When
> >> > playing some videos, my entire system becomes sluggish and slow to
> >> > respond,
> >> > like the system is under extreme load or all resources are consumed
> >> > by
> >> > graphics rendering.
> >> >
> >> > This is the lspci info for my video card:
> >> > 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
> >> > [AMD/ATI]
> >> > Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)
> >> >
> >> > CPU utilization doesn't appear to be a problem, so really have no
> >> > idea why
> >> > this is happening. Perhaps a missing codec? How do I control hardware
> >> > rendering?
> >> >
> >> > What other information can I provide to help troubleshoot this?
> >>
> >> At a minimum, what video software is this, and what codec does the
> >> video use? For the latter, use (e.g.) mediainfo to find out.
> >
> >
> > Here's the mediainfo output for one of the movies with a problem, but
> I'm also now seeing the same problem with the Linux zoom client where the
> entire computer becomes sluggish and unusable.
> >
> > https://pastebin.com/7rxunmYu
> >
> > This happens when playing through Kodi or vlc.
> >
> > > Did 4k the sluggish 4K videos play smoothly in the past?.
> >
> > Yes. This happened after a fc37 to fc38 upgrade some weeks ago. I've
> also installed all the latest updates since. Sorry I didn't mention this
> sooner, ugh.
> >
> > Thanks,
> > Alex
> >
> > ___
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> > Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Roger Heflin
what does vainfo show?  You may need to install it.   You are looking
for something like below, I believe the main10 is what is needed for
your video.

 VAProfileHEVCMain   : VAEntrypointVLD
 VAProfileHEVCMain10 : VAEntrypointVLD

You may need to then confirm that your given video card supports those decoders.

On Thu, Oct 5, 2023 at 11:27 AM Alex  wrote:
>
> Hi,
>
>> > I have a fedora38 desktop and having a problem playing 4k videos.
>> > When
>> > playing some videos, my entire system becomes sluggish and slow to
>> > respond,
>> > like the system is under extreme load or all resources are consumed
>> > by
>> > graphics rendering.
>> >
>> > This is the lspci info for my video card:
>> > 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
>> > [AMD/ATI]
>> > Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)
>> >
>> > CPU utilization doesn't appear to be a problem, so really have no
>> > idea why
>> > this is happening. Perhaps a missing codec? How do I control hardware
>> > rendering?
>> >
>> > What other information can I provide to help troubleshoot this?
>>
>> At a minimum, what video software is this, and what codec does the
>> video use? For the latter, use (e.g.) mediainfo to find out.
>
>
> Here's the mediainfo output for one of the movies with a problem, but I'm 
> also now seeing the same problem with the Linux zoom client where the entire 
> computer becomes sluggish and unusable.
>
> https://pastebin.com/7rxunmYu
>
> This happens when playing through Kodi or vlc.
>
> > Did 4k the sluggish 4K videos play smoothly in the past?.
>
> Yes. This happened after a fc37 to fc38 upgrade some weeks ago. I've also 
> installed all the latest updates since. Sorry I didn't mention this sooner, 
> ugh.
>
> Thanks,
> Alex
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-05 Thread Alex
Hi,

> I have a fedora38 desktop and having a problem playing 4k videos.
> > When
> > playing some videos, my entire system becomes sluggish and slow to
> > respond,
> > like the system is under extreme load or all resources are consumed
> > by
> > graphics rendering.
> >
> > This is the lspci info for my video card:
> > 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
> > [AMD/ATI]
> > Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)
> >
> > CPU utilization doesn't appear to be a problem, so really have no
> > idea why
> > this is happening. Perhaps a missing codec? How do I control hardware
> > rendering?
> >
> > What other information can I provide to help troubleshoot this?
>
> At a minimum, what video software is this, and what codec does the
> video use? For the latter, use (e.g.) mediainfo to find out.
>

Here's the mediainfo output for one of the movies with a problem, but I'm
also now seeing the same problem with the Linux zoom client where the
entire computer becomes sluggish and unusable.

https://pastebin.com/7rxunmYu

This happens when playing through Kodi or vlc.

> Did 4k the sluggish 4K videos play smoothly in the past?.

Yes. This happened after a fc37 to fc38 upgrade some weeks ago. I've also
installed all the latest updates since. Sorry I didn't mention this sooner,
ugh.

Thanks,
Alex
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-04 Thread George N. White III
On Wed, Oct 4, 2023 at 5:49 PM Alex  wrote:

> Hi,
>
> I have a fedora38 desktop and having a problem playing 4k videos. When
> playing some videos, my entire system becomes sluggish and slow to respond,
> like the system is under extreme load or all resources are consumed by
> graphics rendering.
>

Did 4k the sluggish 4K videos play smoothly in the past?.

>
> This is the lspci info for my video card:
> 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
> Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)
>
> CPU utilization doesn't appear to be a problem, so really have no idea why
> this is happening. Perhaps a missing codec? How do I control hardware
> rendering?
>
> What other information can I provide to help troubleshoot this?
>

inxi -Gxx will tell us which model and driver are used

Quoting <
https://www.pcworld.com/article/415930/amd-radeon-rx-470-review-a-great-graphics-card-with-a-terrible-price.html
>:

"*All* of the RX 470s on release will be custom models from AMD hardware
partners. It’s the mirror opposite of the RX 480 situation—and it adds a
whiff of “apples-to-oranges” in comparisons between the two cards. The
clock speeds and cooling solutions in custom models can vary wildly."

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: 4k video playback on some videos makes entire system sluggish

2023-10-04 Thread Patrick O'Callaghan
On Wed, 2023-10-04 at 16:48 -0400, Alex wrote:
> Hi,
> 
> I have a fedora38 desktop and having a problem playing 4k videos.
> When
> playing some videos, my entire system becomes sluggish and slow to
> respond,
> like the system is under extreme load or all resources are consumed
> by
> graphics rendering.
> 
> This is the lspci info for my video card:
> 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
> [AMD/ATI]
> Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)
> 
> CPU utilization doesn't appear to be a problem, so really have no
> idea why
> this is happening. Perhaps a missing codec? How do I control hardware
> rendering?
> 
> What other information can I provide to help troubleshoot this?

At a minimum, what video software is this, and what codec does the
video use? For the latter, use (e.g.) mediainfo to find out.

poc
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


4k video playback on some videos makes entire system sluggish

2023-10-04 Thread Alex
Hi,

I have a fedora38 desktop and having a problem playing 4k videos. When
playing some videos, my entire system becomes sluggish and slow to respond,
like the system is under extreme load or all resources are consumed by
graphics rendering.

This is the lspci info for my video card:
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)

CPU utilization doesn't appear to be a problem, so really have no idea why
this is happening. Perhaps a missing codec? How do I control hardware
rendering?

What other information can I provide to help troubleshoot this?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue