LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2023, 10:39 PM   #1
smm
LQ Newbie
 
Registered: Apr 2023
Posts: 3

Rep: Reputation: 0
Question Photos and videos have blanked out pixels on my desktop browser. What is causing this?


Photos and videos have blanked out pixels on my desktop browser. They move across the screen in diagonal lines when I move the page up / down. What is causing this? I guess I can't post screenshots here at this point, but maybe if I get a reply(?)
 
Old 04-24-2023, 11:04 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,799
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Without any information about your hardware or your OS only the clairvoyant might be able to help, and there are few of those here. Copy and paste using code tags of input/output from inxi -GSaz in a terminal would be useful information.
 
Old 04-24-2023, 11:34 PM   #3
smm
LQ Newbie
 
Registered: Apr 2023
Posts: 3

Original Poster
Rep: Reputation: 0
Is this what you need? Thanks.

Code:
  Kernel: 6.2.8-100.fc36.x86_64 arch: x86_64 bits: 64 compiler: gcc
    v: 2.37-37.fc36
    parameters: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-6.2.8-100.fc36.x86_64
    root=UUID=838c1794-6926-4660-951b-947c8c94cdcb ro rootflags=subvol=root
    rhgb quiet
  Desktop: Cinnamon v: 5.2.7 tk: GTK v: 3.24.35 wm: muffin vt: 1 dm: LightDM
    v: 1.32.0 Distro: Fedora release 36 (Thirty Six)
Graphics:
  Device-1: Intel 3rd Gen Core processor Graphics vendor: Lenovo driver: i915
    v: kernel arch: Gen-7 process: Intel 22nm built: 2012-13 ports:
    active: LVDS-1 empty: DP-1, DP-2, DP-3, HDMI-A-1, HDMI-A-2, HDMI-A-3,
    VGA-1 bus-ID: 00:02.0 chip-ID: 8086:0166 class-ID: 0300
  Device-2: Chicony Integrated Camera type: USB driver: uvcvideo
    bus-ID: 4-1.6:3 chip-ID: 04f2:b44d class-ID: 0e02
  Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: modesetting
    unloaded: fbdev,vesa dri: crocus gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1366x768 s-dpi: 96 s-size: 361x203mm (14.21x7.99")
    s-diag: 414mm (16.31")
  Monitor-1: LVDS-1 model: Seiko Epson 0x3152 built: 2010 res: 1366x768
    hz: 60 dpi: 101 gamma: 1.2 size: 344x194mm (13.54x7.64") diag: 395mm (15.5")
    ratio: 16:9 modes: 1366x768
  API: OpenGL v: 4.2 Mesa 22.1.7 renderer: Mesa Intel HD Graphics 4000 (IVB
    GT2) direct-render: Yes
 
Old 04-25-2023, 12:54 AM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,799
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
You almost got it right, good enough this time, but next time, follow the whole instruction. Input/output means to include the command that generated the output, so that it's clear what you pasted.

You laptop's GPU shares system RAM, so it's possible you have failing RAM. Running memtest86 or memtest86+ several hours might confirm or deny this is an issue. If your laptop has more than one installed RAM stick, you might wish to try removing half the RAM to see if this has any effect, then switch to having only the other half installed if no effect.

This also could be a software issue. Your LightDM login screen should offer you an option to try some session type other than Cinnamon. If it does, try it to see if the problem persists. It may offer IceWM, which is rather simple, and if there is no option beside Cinnamon, it's a good lightweight one to install for testing.

https://wiki.archlinux.org/title/Intel_graphics has troubleshooting information you could try. All my Intel GPUs are newer or older than your Ivy Bridge, so I'm not familiar with anything specific to it. i915.enable_psr=0 from there is what I think I might try first. At your Grub menu, strike the E key, navigate to the end of the linu line, and append it after a space before proceeding with boot to test whether or not it helps.

It's possible there could be a clue to the problem in the file Xorg.0.log present in either /var/log/ or in ~/.local/share/xorg/. Share it thus:
Code:
fpaste -x 86400 /var/log/Xorg.0.log
to upload it, then paste here the resulting URL. If doing so presents a problem, try renaming it to Xorg.0.txt and attaching it to your reply, but don't try to paste the whole file. It's too big.

You're not fully up to date, so try getting there too. Latest Fedora 36 kernel I've seen is 6.2.12.
 
Old 04-26-2023, 10:42 PM   #5
smm
LQ Newbie
 
Registered: Apr 2023
Posts: 3

Original Poster
Rep: Reputation: 0
Thank you.
I have run the updates. None of the previous updates fixed the issue, nor have the latest ones.

var/log/Xorg.0.log:

https://paste.centos.org/view/af0fc04a
 
Old 04-26-2023, 11:10 PM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,799
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
I recognize nothing helpful WRT your issue in the log.
 
  


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
NVidia drivers yield blanked screen on Slackware 14.1 :( Lord-Ragnarock Linux - Software 9 12-26-2014 09:04 PM
LXer: GNOME Photos 3.11.3 Allows Users to Access Facebook Photos LXer Syndicated Linux News 0 12-13-2013 05:30 AM
[SOLVED] Blanked DVD's not recognized curiouser Linux - General 4 12-18-2010 10:13 AM
virtual console: is it blanked right now? wje_lq Programming 0 04-22-2009 06:36 AM
Strange mouse resolution ? 2 pixels by 2 pixels Creak Linux - General 8 04-18-2004 07:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:34 AM.

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