LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Photos and videos have blanked out pixels on my desktop browser. What is causing this? (https://www.linuxquestions.org/questions/linux-newbie-8/photos-and-videos-have-blanked-out-pixels-on-my-desktop-browser-what-is-causing-this-4175724422/)

smm 04-24-2023 10:39 PM

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(?)

mrmazda 04-24-2023 11:04 PM

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.

smm 04-24-2023 11:34 PM

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


mrmazda 04-25-2023 12:54 AM

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.

smm 04-26-2023 10:42 PM

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

mrmazda 04-26-2023 11:10 PM

I recognize nothing helpful WRT your issue in the log.


All times are GMT -5. The time now is 02:42 AM.