Results 1 to 8 of 8

Thread: Ubuntu sometimes freeze with black screen on screen lock

Hybrid View

  1. #1
    Join Date
    Mar 2021
    Beans
    5

    Ubuntu sometimes freeze with black screen on screen lock

    Hello there guys

    As documented many times on the internet, some computers may have problems with freezing when using Ubuntu, and even though I've found many different posts about this particular problem, I've not been able to solve it.

    My problem is quite simple; sometimes my laptop (Ubuntu 20.04 LTS) freezes with a black screen when it locks the screen. If sound is playing at the time, the computer will play the last about half a second of the sound repeatably. Trying to change TTY with Ctrl+Alt+F# does nothing. Pressing Caps Lock, the light on the keyboard does not turn on.
    The freeze might be worse at larger loads, but am not entirely sure about that.
    The only solution to the freeze is a hard shutdown by holding the power button.

    I'm using a Dell Latitude 7490 laptop, which includes a Intel(R) Core(TM) i7-8650U and Intel UHD Graphics 620. Most of the time I am also using an external monitor for work.

    I've tried many possible solutions to no avail. Some of these include:
    • Increase Swap size to 8Gb (8 chunks of 1Gb)
    • Install another version of Ubuntu (20.10 to 20.04 LTS)
    • Disabled secure boot
    • Using
      Code:
      intel_idle.max_cstate=1 i195.enable_dc=0
      in the grub configuration according to https://linuxreviews.org/Intel_graphics because of the Kaby Lake Refresh CPU
    • (A couple more which I've forgotten )


    Setting
    Code:
    nomodeset
    seems to make the problem go away (not entirely sure) but is not feasible as a long-term solution.

    I hope anyone have any ideas to a solution

  2. #2
    Join Date
    Mar 2021
    Beans
    24

    Re: Ubuntu sometimes freeze with black screen on screen lock

    Reseat memory modules, and if the problem persists, memtest? https://www.dell.com/community/Latit...s/td-p/7307897
    😬

  3. #3
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Ubuntu sometimes freeze with black screen on screen lock

    Quote Originally Posted by nomencl8ure View Post
    Reseat memory modules, and if the problem persists, memtest? https://www.dell.com/community/Latit...s/td-p/7307897
    😬
    Great find. It's definitely hardware.

    Do NOT use 'nomodeset'.

  4. #4
    Join Date
    Mar 2021
    Beans
    5

    Re: Ubuntu sometimes freeze with black screen on screen lock

    Quote Originally Posted by nomencl8ure View Post
    Reseat memory modules, and if the problem persists, memtest? https://www.dell.com/community/Latit...s/td-p/7307897
    😬
    How would I go about resetting the memory modules?
    Also, the problem described in the post doesn't really match my problem. His is most definitely a hardware problem since it has something to to with the side where you grab the laptop from, while this is a problem with waking up from sleep/screen lock?

    Quote Originally Posted by CelticWarrior View Post
    Great find. It's definitely hardware.

    Do NOT use 'nomodeset'.
    Why are you so aggressive against using nomodeset? Since "Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded", it doesn't seem do anything major, except for removing some capabilities of the video-side of the kernel. Which was also why I said that it isn't a long-term solution, but it does seem to remove the problem.

  5. #5
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Ubuntu sometimes freeze with black screen on screen lock

    Quote Originally Posted by dreaddune View Post
    How would I go about resetting the memory modules?
    Also, the problem described in the post doesn't really match my problem. His is most definitely a hardware problem since it has something to to with the side where you grab the laptop from, while this is a problem with waking up from sleep/screen lock?



    Why are you so aggressive against using nomodeset? Since "Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded", it doesn't seem do anything major, except for removing some capabilities of the video-side of the kernel. Which was also why I said that it isn't a long-term solution, but it does seem to remove the problem.
    How do you go about resetting the memory modules is you access them, remove them and put them back firmly. It's basic hardware troubleshooting.
    'nomodeset' is as you describe and that's exactly the problem. It doesn't "remove the problem", it masks it by not using the full hardware capabilities that it should be using. And knowing that it has no dedicated video RAM, the fact that the problem seems to no occur or occur less frequently with 'nomodeset' points again to the memory being at fault.

  6. #6
    Join Date
    Mar 2021
    Beans
    5

    Re: Ubuntu sometimes freeze with black screen on screen lock

    Quote Originally Posted by CelticWarrior View Post
    How do you go about resetting the memory modules is you access them, remove them and put them back firmly. It's basic hardware troubleshooting.
    'nomodeset' is as you describe and that's exactly the problem. It doesn't "remove the problem", it masks it by not using the full hardware capabilities that it should be using. And knowing that it has no dedicated video RAM, the fact that the problem seems to no occur or occur less frequently with 'nomodeset' points again to the memory being at fault.

    Ah, I didn't think he meant the old-fashioned way
    I'm not that comfortable with doing this as it is a work computer, but if there are no alternatives I can give it a try

  7. #7
    Join Date
    Mar 2021
    Beans
    5

    Re: Ubuntu sometimes freeze with black screen on screen lock

    After having run a clean memtest86 (not memtest86+ as this is an UEFI-based system), I am not quite sure that a reset of the memory modules would do any difference. Should I still try it?

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
  •