Results 1 to 7 of 7

Thread: Default panel freezes when video is played in full screen

  1. #1

    Default panel freezes when video is played in full screen

    This is a weird but when I play my video in full screen the default panel just freezes. I see the digital clock frozen.
    But everything else is just fine.And when I get the video off full screen, the panel is back to normal. Can anyone help me resolve this issue.

    My hardware info can be found here

    Code:
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 20.04.1 LTS
    Release:        20.04
    Codename:       focal
    Code:
    $ plasmashell --version
    plasmashell 5.18.5
    My dmesg info can be found here.

    I am not sure how to get the display logs, in case if you need it.

    Any help on this will be a greatly appreciated.
    Last edited by QIII; September 18th, 2020 at 12:35 AM. Reason: fixed url tags

  2. #2
    Join Date
    Jul 2005
    Beans
    54

    Re: Default panel freezes when video is played in full screen

    I don't have any really great ideas to be honest. There may be some KDE wizards around who would be much better help. The first idea that popped into my head though is that KDE has a nasty history of relatively minor widgets being able to misbehave and take out massive portions of the desktop environment. It's probably not supposed to happen, but I'd bet it's still possible that one of them could lock up and freeze part of the system.

    The first thing I'd do is look through and see if you can temporarily disable or remove as many widgets as possible to see if it helps. In particular, since it is related to video, I might look for any sort of widget related to audio streams.

  3. #3
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Default panel freezes when video is played in full screen

    When I watch a video full-screen, the image covers the panel?

    I'm using Kubuntu 20.04.1 as well. I have an NVIDIA card with the proprietary driver though, so I'm not using the CPU to decode video. What do you get for a video adapter with "lspci"?

    Code:
    VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)
    Open a terminal and run "top". Note the load averages. Then watch something full-screen for a few minutes. What are the load averages now? If they've increased substantially, then you're using the CPU to decode the video which could cause performance issues elsewhere.

    What player software are you using? My preference is the combination of mpv for the player engine and SMPlayer for the GUI interface.
    Code:
    sudo apt install mpv smplayer
    Now open a video with SMPlayer and do the same comparisons as before. Any better?
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Default panel freezes when video is played in full screen

    You say "full screen" but do you really mean "maximised window" which would mean the panel is still visible?

    As SeijiSensei says, if running full screen you can not view anything other than the video, unless you Alt-tab to another running application when the panel also appears on my Xubuntu-20.04 system.

  5. #5

    Re: Default panel freezes when video is played in full screen

    Quote Originally Posted by ajgreeny View Post
    You say "full screen" but do you really mean "maximised window" which would mean the panel is still visible?


    As SeijiSensei says, if running full screen you can not view anything other than the video, unless you Alt-tab to another running application when the panel also appears on my Xubuntu-20.04 system.
    Not maximized window but "full screen", I have dual monitor and I can see the default panel frozen in the second monitor too.
    And also I alt +tab in the current monitor to check if the panel was frozen, which indeed it was.

    My lspci command results in the below output:
    Code:
    07:00.0 VGA compatible controller: NVIDIA Corporation Device 1f14 (rev a1)
    Quote Originally Posted by SeijiSensei View Post
    What player software are you using? My preference is the combination of mpv for the player engine and SMPlayer for the GUI interface.
    I tried smplayer, vlc, mpv, but same issue.

    Like SeijiSenseisuggested, I'll monitor the system usage and report soon.

    Thank you again very much for trying to help me out.

  6. #6
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Default panel freezes when video is played in full screen

    Did you go to System Settings > Device Manager and let Ubuntu install the proprietary driver for your NVIDIA card? If not, try that.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  7. #7

    Re: Default panel freezes when video is played in full screen

    Thank you. I just did a apt update / upgrade and it pushed some nvida updates to my machine and that did the trick.
    Someone was looking at the thread then. Thank you all. Marking this thread as closed.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •