8

So I updated my Ubuntu to 20.04 and many small squares with random pixel colors often appear on my desktop background. They are not glued to my screen though; they only appear on desktop. I've attached a screenshot.

screenshot.

What can I do?

PS: This has never happened on Windows, so I guess it must be OS-related.

Workaround: Restarting Gnome with Alt+F2 and then entering r solves the problem but only until the next restart.

Update: I changed the driver to NVIDIA's driver and still no luck. Some other random pixels are now on the background. And they remained there even after I changed the driver back to X.Org X server. And one other thing, those pixels go away when I change the background, but they come back the next time Ubuntu starts. Also, changing the background and changing it back to the same one returns the pixels too. It's somehow attached to that specific photo. Plus, Ubuntu is using my Intel graphics card by default, so I don't know if NVIDIA is the problem.

Temporary solution: I changed the desktop environment to Ubuntu on Wayland (you could do that from the login screen using the little tiny settings button if you reading this are also a noob like me :D) and it's fixed for now. I saw some stuff on the Internet that it uses more power, but for now I'll stick with it until I find a solution for the default DE. Will post if I find anything.

Amirali
  • 171
  • Do you have graphic card? – PRATAP May 01 '20 at 07:37
  • Change the driver for the graphics card. See "additonal drivers" – Rinzwind May 01 '20 at 07:41
  • I changed it to NVIDIA's driver (proprietary, tested) and it got worse :)) There are now other random pixels AND they appear on login screen too. – Amirali May 01 '20 at 07:58
  • I had similar weird glitches like that with AMD gpu too on XFCE desktop but when I switched to other DE it all disappeared and works fine since then. Maybe there's some DE incompatibilities. – JoKeR May 01 '20 at 08:41
  • I'm not sure what you mean by DE, but if you mean driver, I already did that in Additional Drivers settings and it didn't help. I found out that it's related to Gnome cuz restarting it solves the issue, but I couldn't find a permanent fix. – Amirali May 01 '20 at 09:22
  • 1
    Yes it does. I already answered this question with the same solution too, but thank you for your time ^-^ – Amirali May 29 '20 at 07:07

1 Answers1

9

Removing the xserver-xorg-video-intel package via

sudo apt remove xserver-xorg-video-intel

worked for me.

Source: Comment #16 on this bug.

pomsky
  • 68,507
Amirali
  • 171
  • 2
    I was experiencing this issue on a Dell XPS 15 9550 with ubuntu 20.04 LTS. The visual artifacts were roughly the same size and orientation. Removing xserver-xorg-video-intel fixed the issue for me as well. – converter42 May 16 '20 at 17:02
  • Lost the ability to change the screen brightness with xbacklight after the removal. It is a problem for i3 users. – James Parker Feb 09 '21 at 12:07