Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Screen periodically blanks for a couple of seconds with kernel 6.8.0

  1. #11
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by Paddy Landau View Post
    Well, I could try! I don't know how to install it on 22.04, though.
    Nope I wouldn't, I know how you run your systems, and this would just turn into a royal pain in the derrière...lol
    If your serious I can help, but think logically, and not with your feelings.
    Quote Originally Posted by Paddy Landau View Post
    None of those seems to relate to my problem.
    Oh thats just a taste of the bugs filed against it.
    Quote Originally Posted by Paddy Landau View Post
    Yes, X11. Wayland isn't ready for me yet — it can't do what I need it to do.
    No disagreement here....

  2. #12
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Well I also call you an experienced buntu user, so have a look.

    You need to go here: https://kernel.ubuntu.com/mainline/v6.10.5/
    Download all in the red square (Screenshot), make a folder named "kernels" or what you want to call it, place all the downloaded kernels there in that new folder.

    Now CD to that location ie:
    Code:
    cd /Downloads/kernels
    Now install them in one shot:
    Code:
    sudo dpkg -i *.deb
    with this method you can easily remove them when finished testing.
    Attached Images Attached Images

  3. #13
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,335
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by 1fallen View Post
    You need to go here…
    Thank you. Unfortunately, it has errors with unmet dependencies.
    Code:
    dpkg: dependency problems prevent configuration of linux-headers-6.10.5-061005-generic:
     linux-headers-6.10.5-061005-generic depends on libc6 (>= 2.38); however:
      Version of libc6:amd64 on system is 2.35-0ubuntu3.8.
     linux-headers-6.10.5-061005-generic depends on libelf1t64 (>= 0.144); however:
      Package libelf1t64 is not installed.
     linux-headers-6.10.5-061005-generic depends on libssl3t64 (>= 3.0.0); however:
      Package libssl3t64 is not installed.
    Those packages aren't available on 22.04.

    Oh well. I have uninstalled the 6.10 kernel for now.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  4. #14
    Join Date
    May 2024
    Beans
    5

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Hi, I was facing the same problem and solved it by disabling the touchscreen in the BIOS. When a patch is released might re-enable it, never use it anyway.

  5. #15
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,335
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by argguy View Post
    Hi, I was facing the same problem and solved it by disabling the touchscreen in the BIOS. When a patch is released might re-enable it, never use it anyway.
    Thank you. When I saw your answer, I first tried disabling the touchscreen in the software (using xinput), because I do occasionally like to use the touchscreen, but unfortunately that didn't work.

    I've disabled it in the BIOS now, and so far it's holding. We'll see what happens. I haven't yet had time to test kernel 6.10.

    Are you also using Dell, or do you have a different device?
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  6. #16
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,335
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Ugh. Disabling the touchscreen in the BIOS hasn't helped.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  7. #17
    Join Date
    Aug 2024
    Beans
    5

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Exact same problem! I use Zorin OS, (based on Ubuntu 22.04) and these issue happen latest kernel update (6.5 to 6.8)

    My device a HP Elitebook 840 G3. I use it with a Dell External monitor, with Displayport output.

  8. #18
    Join Date
    Aug 2024
    Beans
    5

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by Paddy Landau View Post
    Thank you. Unfortunately, it has errors with unmet dependencies.
    Code:
    dpkg: dependency problems prevent configuration of linux-headers-6.10.5-061005-generic:
     linux-headers-6.10.5-061005-generic depends on libc6 (>= 2.38); however:
      Version of libc6:amd64 on system is 2.35-0ubuntu3.8.
     linux-headers-6.10.5-061005-generic depends on libelf1t64 (>= 0.144); however:
      Package libelf1t64 is not installed.
     linux-headers-6.10.5-061005-generic depends on libssl3t64 (>= 3.0.0); however:
      Package libssl3t64 is not installed.
    Those packages aren't available on 22.04.

    Oh well. I have uninstalled the 6.10 kernel for now.

    If you have a experimenter, you able to try these kernel: https://github.com/zabbly/linux

    It make a ex-canonical employee. He made a lot of kernel version to 22.04 ubuntu. for example 6.6 or 6.10. One thing, if you use these type of kernel, you need to disable secure boot! (if you dont do these before )

    more info: https://stgraber.org/2023/08/24/stab...inline-builds/

    So I started taking the latest stable bugfix release of the mainline kernel, generate a configuration that’s very close to an Ubuntu generic kernel, cherry-pick a few small changes that aren’t upstream yet and then build that and push it to my machines.
    Last edited by suto-norbert; 2 Weeks Ago at 09:25 AM.

  9. #19
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,335
    Distro
    Ubuntu

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by suto-norbert View Post
    If you have a experimenter, you able to try these kernel: https://github.com/zabbly/linux
    Thank you. I've installed these (it's a pity that I have to disable Secure Boot). I'll report back tomorrow whether or not it works.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  10. #20
    Join Date
    Aug 2024
    Beans
    5

    Re: Screen periodically blanks for a couple of seconds with kernel 6.8.0

    Quote Originally Posted by Paddy Landau View Post
    Thank you. I've installed these (it's a pity that I have to disable Secure Boot). I'll report back tomorrow whether or not it works.
    Try these:

    https://github.com/berglh/ubuntu-sb-kernel-signing

Page 2 of 3 FirstFirst 123 LastLast

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
  •