LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-13-2022, 06:55 PM   #1
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Rep: Reputation: 44
Brief display/screen flickers


I know it can't be good.

Perhaps once a day, my laptops screen will briefly go off (black) and on in a split second. I know it can't be memory, as I have 12 gigs of ram - it occurred before and after memory was added (added today).

Any thoughts? I'm guessing the laptop has an integrated graphic card, built into the motherboard, that may be on it's way out... Perhaps there is a way to test the display (driver?)

Last edited by Michael Piziak; 05-13-2022 at 06:58 PM.
 
Old 05-13-2022, 08:02 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,295
Blog Entries: 1

Rep: Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190
Just how old is it? What does inxi -Ga report?

I've seen that behavior on occasion on old GPUs & IGPs. I've suspected something could be triggering functions shared by xrandr, as use of xrandr often triggers a display reset that blacks the screen momentarily.
 
1 members found this post helpful.
Old 05-13-2022, 08:47 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,717
Blog Entries: 28

Rep: Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275Reputation: 6275
I agree with mrmazda that the age of the machine may be quite significant here.

You could try booting to a Live CD/USB of something not related to your current distro and seeing whether the issue recurs. If it does, that would indicate that there's a good chance that it's a hardware issue.
 
1 members found this post helpful.
Old 05-13-2022, 09:47 PM   #4
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by mrmazda View Post
Just how old is it? What does inxi -Ga report?

I've seen that behavior on occasion on old GPUs & IGPs. I've suspected something could be triggering functions shared by xrandr, as use of xrandr often triggers a display reset that blacks the screen momentarily.
Please link me to how to insert terminal code into a thread someone

Here is the result:


Code:
michael@michael-HP-Pavilion-Notebook:~$ inxi -Ga
Graphics:
  Device-1: Intel HD Graphics 5500 vendor: Hewlett-Packard driver: i915
    v: kernel ports: active: eDP-1 empty: HDMI-A-1 bus-ID: 00:02.0
    chip-ID: 8086:1616 class-ID: 0300
  Device-2: Cheng Uei Precision Industry (Foxlink) HP Truevision HD
    type: USB driver: uvcvideo bus-ID: 1-3:3 chip-ID: 05c8:0379 class-ID: 0e02
  Display: wayland server: X.org v: 1.21.1.3 with: Xwayland v: 22.1.1
    compositor: gnome-shell v: 42.0 driver: gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: Chi Mei Innolux built: 2012 res: 1600x900
    dpi: 104 gamma: 1.2 size: 382x215mm (15x8.5") diag: 448mm (17.6")
    ratio: 16:9 modes: 1600x900
  OpenGL: renderer: Mesa Intel HD Graphics 5500 (BDW GT2)
    v: 4.6 Mesa 22.0.1 direct render: Yes

Last edited by Michael Piziak; 05-13-2022 at 10:12 PM.
 
Old 05-13-2022, 09:59 PM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,295
Blog Entries: 1

Rep: Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190
Quote:
Originally Posted by Michael Piziak View Post
Please link me to how to insert terminal code into a thread someone
https://www.linuxquestions.org/quest...-output-38639/

Your hardware is next generation following that from which I type this, so not the kind of old I was writing about.

Do you have the same issue when using Xorg instead of Wayland, or using IceWM or some other DE instead of Gnome?
 
1 members found this post helpful.
Old 05-13-2022, 10:11 PM   #6
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by mrmazda View Post
https://www.linuxquestions.org/quest...-output-38639/

Your hardware is next generation following that from which I type this, so not the kind of old I was writing about.

Do you have the same issue when using Xorg instead of Wayland, or using IceWM or some other DE instead of Gnome?
Well, the only info. I can supply is that I recently upgraded to 22.04 lts from 20.x lts, and I didn't see the flickr previously.

And thanks for the info. on inserting tags for code. I amended my post (mostly to practice using it).

Last edited by Michael Piziak; 05-13-2022 at 10:13 PM.
 
Old 05-13-2022, 10:25 PM   #7
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,295
Blog Entries: 1

Rep: Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190
Quote:
Originally Posted by Michael Piziak View Post
Well, the only info. I can supply is that I recently upgraded to 22.04 lts from 20.x lts, and I didn't see the flickr previously.
Gnome didn't default to Wayland in 20.04 like in 22.04. Wayland still isn't close to really ready to replace Xorg, and may never be. You should look for an existing bug report about this. Add to it if you find one. If you can't find one, create one.
 
1 members found this post helpful.
Old 05-14-2022, 12:43 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,414

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by mrmazda View Post
Gnome didn't default to Wayland in 20.04 like in 22.04. Wayland still isn't close to really ready to replace Xorg, and may never be. You should look for an existing bug report about this. Add to it if you find one. If you can't find one, create one.
If it's the same system OP has been working on in previous threads (HP-EliteDesk 800 G1 SFF), there is a reported bug/issue with the BIOS on the HP support forums, specifically related to the graphics. OP was advised to update BIOS in previous threads (where they claimed they couldn't find it), but apparently they have not.

That could be ONE cause, and as you say mrmazda, Wayland could also be the culprit. Had the OP done any research or shown any effort, they could have found this already-registered bug report, complete with some suggested fixes and a workaround:
https://bugs.launchpad.net/ubuntu/+s...x/+bug/1970426

...just by putting "ubuntu 22 intel i915 flickering" into Google. OP seems to have trouble doing such research.

Last edited by TB0ne; 05-14-2022 at 12:44 PM.
 
Old 05-14-2022, 02:51 PM   #9
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,295
Blog Entries: 1

Rep: Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190Reputation: 2190
OP's is exactly the class of IGPs bug 1958191 is about. There's an upstream bug too. This may be an *buntu-only problem.

Last edited by mrmazda; 05-14-2022 at 02:53 PM.
 
1 members found this post helpful.
Old 05-14-2022, 02:54 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,414

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by mrmazda View Post
OP's is exactly the class of IGPs bug 1958191 is about. There's an upstream bug too. This may be an *buntu-only problem.
Absolutely, and probably is...seen things related to the older 5.4 kernel (I believe) where it worked, and the upgraded one has issues. All easily found.
 
Old 05-15-2022, 02:17 PM   #11
Michael Piziak
Member
 
Registered: Feb 2015
Distribution: Ubuntu 20.04 lts
Posts: 598

Original Poster
Rep: Reputation: 44
Quote:
Originally Posted by mrmazda View Post
OP's is exactly the class of IGPs bug 1958191 is about. There's an upstream bug too. This may be an *buntu-only problem.
Thanks for the research and supplied links.
Again, with my laptop, it only happens like one flicker a day, and again, I only noticed it after the clean install of 22.04 lts...

I'm actually kinda glad that it may not be my hardware...

Thanks again!

Last edited by Michael Piziak; 05-15-2022 at 03:45 PM.
 
Old 05-15-2022, 05:21 PM   #12
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,414

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by Michael Piziak View Post
Thanks for the research and supplied links.
Again, with my laptop, it only happens like one flicker a day, and again, I only noticed it after the clean install of 22.04 lts...I'm actually kinda glad that it may not be my hardware...
Again, why do you expect people to do your research for you?? You provided no details about your system (we had to assume it from another of your threads where we had to ask multiple times), and somehow couldn't put that information into Google and press ENTER by yourself??

You, yourself, posted it was an Intel graphics using the i915 driver, you're using Ubuntu 22, and have screen flickering. Amazingly the search term was "ubuntu 22 intel i915 flickering".
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgraded to kubuntu 11.4: screen flickers after full-screen openGL sonicboy Ubuntu 7 05-03-2011 10:31 PM
Problem with Fedora Core 3: display intermittently flickers: sis 650 chip, XFree86 kit_johnson Fedora 2 01-30-2005 06:11 AM
S3 Savage Pro DDR - Screen Flickers BoxUnclever Linux - Hardware 11 09-10-2004 05:23 PM
screen flickers after exiting X for RH9 on Inspiron vishwa Linux - Laptop and Netbook 1 09-12-2003 06:50 AM
screen flickers after exiting X on RH9 vishwa Linux - Newbie 0 09-05-2003 05:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration