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 11-02-2023, 01:39 PM   #1
atavisticdisorder
LQ Newbie
 
Registered: Feb 2023
Distribution: ArchLinux
Posts: 11

Rep: Reputation: 1
Question Screen flickering and white lines flashing when loading the motherboard logo on a new laptop


Demo:
https://i.imgur.com/nV6OxuN.mp4

CPU: Intel Celeron N4020 (2) @ 2.800GHz
GPU: Intel GeminiLake [UHD Graphics 600]

Code:
$
$ inxi -F

System:
  Host: esotericwarfare Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64
    Desktop: Xfce v: 4.18.1 Distro: MX-23.1_x64 Libretto July 31  2023
Machine:
    UEFI: American Megatrends v: 2.03.00.CI22 date: 08/26/2022
Battery:
  ID-1: BAT1 charge: 30.4 Wh (100.0%) condition: 30.4/30.4 Wh (100.0%)
CPU:
  Info: dual core model: Intel Celeron N4020 bits: 64 type: MCP cache:
    L2: 4 MiB
  Speed (MHz): avg: 895 min/max: 800/2800 cores: 1: 895 2: 895
Graphics:
  Device-1: Intel GeminiLake [UHD Graphics 600] driver: i915 v: kernel
  Device-2: globaloptics Integrated Camera 2M type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded: modesetting
    unloaded: fbdev,vesa dri: iris gpu: i915 resolution: 1366x768~60Hz
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD Graphics 600 (GLK
    2)
Audio:
  Device-1: Intel Celeron/Pentium Silver Processor High Definition Audio
    driver: snd_hda_intel
  Device-2: C-Media USB Advanced Audio Device type: USB
    driver: hid-generic,snd-usb-audio,usbhid
  API: ALSA v: k6.1.0-13-amd64 status: kernel-api
  Server-1: PipeWire v: 0.3.65 status: active
Network:
  Device-1: Realtek RTL8822CE 802.11ac PCIe Wireless Network Adapter
    driver: rtw_8822ce
  IF: wlan0 state: up mac: 50:5a:65:bd:ca:9d
  IF-ID-1: docker0 state: down mac: 02:42:c4:6a:b0:d7
Bluetooth:
  Device-1: IMC Networks Bluetooth Radio type: USB driver: btusb
  Report: hciconfig ID: hci0 state: up address: 50:5A:65:BD:CA:9C bt-v: 3.0
Drives:
  Local Storage: total: 454.59 GiB used: 16.96 GiB (3.7%)
  ID-1: /dev/sda vendor: Neo Forza model: NSN125SA348-H03Q200
    size: 447.13 GiB
  ID-2: /dev/sdb type: USB vendor: Kingston model: DT 101 II size: 7.46 GiB
Partition:
  ID-1: / size: 438.79 GiB used: 16.96 GiB (3.9%) fs: ext4 dev: /dev/sda2
  ID-2: /boot/efi size: 252 MiB used: 274 KiB (0.1%) fs: vfat dev: /dev/sda1
Swap:
  ID-1: swap-1 type: file size: 3 GiB used: 0 KiB (0.0%) file: /swap/swap
Sensors:
  System Temperatures: cpu: 47.0 C mobo: N/A
  Fan Speeds (RPM): N/A
Info:
  Processes: 253 Uptime: 18m Memory: 7.58 GiB used: 2.26 GiB (29.8%)
  Shell: Bash inxi: 3.3.26
I think it could be a power saving problem or an issue with the screen flex cable
Attached Thumbnails
Click image for larger version

Name:	mpv-shot0001.jpg
Views:	10
Size:	181.6 KB
ID:	41973  

Last edited by atavisticdisorder; 11-02-2023 at 01:44 PM.
 
Old 11-02-2023, 02:58 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,496
Blog Entries: 1

Rep: Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230Reputation: 2230
Gemini Lake is 6 years old, not "new". So, yes it could be the flex cable. Does behavior change if you disable GUI logo during POST in the BIOS? Is a BIOS update available?
 
Old 11-02-2023, 04:00 PM   #3
atavisticdisorder
LQ Newbie
 
Registered: Feb 2023
Distribution: ArchLinux
Posts: 11

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by mrmazda View Post
Gemini Lake is 6 years old, not "new". So, yes it could be the flex cable. Does behavior change if you disable GUI logo during POST in the BIOS? Is a BIOS update available?
The flickering stops when I move the screen (I'm not 100% sure about this) sometimes it stops randomly, otherwise it doesn't stop even if Linux already booted and after a couple of minutes the screen goes black.
Sometimes the flickering stops when loading linux, sometimes never stops but when it stops, it stops forever NEVER flickers again when I'm using the computer even if I move the screen the flickering never comes back once linux has booted and I can see the graphical interface. That's why I doubt it's a flex cable issue.

When I leave the computer turn off for a couple hours and try I turn it on the flickering is always back. So maybe a power issue, frequency issue or I need a BIOS update? I will check for BIOS updates later.

_______
I thought maybe this was the problem:
https://forum.manjaro.org/t/screen-f...nd-tty/87837/3
I added to /etc/default/grub this line:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="i915.enable_psr=0 i915.enable_fbc=0 intel_idle.max_cstate=0 idle=halt"
But I'm still having flickering issues


Sorry english is not my first language.

Last edited by atavisticdisorder; 11-02-2023 at 04:49 PM.
 
Old 11-04-2023, 12:50 PM   #4
atavisticdisorder
LQ Newbie
 
Registered: Feb 2023
Distribution: ArchLinux
Posts: 11

Original Poster
Rep: Reputation: 1
I just fixed the flickering issue by installing FreeBSD. After a couple of hours configuring my wifi with WiFiBox everything seems to work fine. If anyone wants to know I used this guide to configure my wifibox https://forums.ghostbsd.org/viewtopi...39a23c6436ce62

Last edited by atavisticdisorder; 11-04-2023 at 01:08 PM.
 
  


Reply

Tags
booting, flickering, laptop, screen


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
Switching from gnome-screenshot to mate-screenshot on Cinnamon due to unacceptable white flashing animation exerceo Linux - Software 3 12-30-2022 04:14 PM
Wifislax 4.4 loads then gets stuck on black screen flashing white bar ? Bebelindo Linux - Networking 4 01-04-2022 10:42 AM
[SOLVED] Flickering & vertical lines on Toshiba laptop with Intel integrated graphics rpkemp Linux - Laptop and Netbook 7 12-18-2014 03:42 PM
Black screen and flashing cursor after start; Ubuntu 9.10 not loading eighty-six Linux - Newbie 5 01-04-2010 09:30 AM
fedora not loading Flashing Screen craziness tigpoppa Linux - Newbie 2 12-25-2009 07:03 PM

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

All times are GMT -5. The time now is 06:15 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