8

So I am having this weird issue with Ubuntu. When I open my laptop back up and resume Ubuntu, my normal desktop image is replaced by a white image with what looks like different colored pixels are sprinkled all over the white background.

Messed up desktop

Then the windows and any type of mouse hover actions, it creates almost the same image for its border. I painted the background purple so the border sticks out a little better.

enter image description here

Before anyone marks this as a duplicate, I have tried the following solutions:

I have also updated everything within the Ubuntu Software and within the command line apt-get.

So those solutions didn't help. Most of them are pretty much the same exact solution and it still doesn't work. The only way I can get them to stop, is to restart the computer. Are there any other suggestions for me to try? I'm still pretty new to Linux. So please explain what everything does.

My processor: Intel® Core™ i7-6700HQ CPU @ 2.60GHz × 8

My GPU: Nvidia GeForce GTX 980M/PCIe/SSE2

OS Type: 64-bit

Ubuntu Version: 16.10

Update

I tried compiz --replace and that appeared to work for the window borders but not the desktop. Also it locked up my Terminal and I tried to close it and it locked up my computer.

kingcobra1986
  • 431
  • 4
  • 10

2 Answers2

4

I had pretty much the same problem as you, and presumably at the same time (around the 20 or 21st - around 7 days ago), i started getting exactly the same artifacts - though not on chrome, just everything else. If my memory serves, this may be because chrome wrote its own window decorations and I do wonder if that has to do with why its not effected the same.

Im running a similar (but not identical) config, 960M gpu, same CPU. What worked for me was similar to the first post you refer to but used the 370 drivers:

nvidia 370

After sudo apt-add-repository ppa:graphics-drivers/ppa

I also found reverting to the Nouveau drivers worked.

I dont think its the best solution ever (I dont like pulling drivers from ppa's for my graphics, but it surfices until the nvidia driver is fixed)

Interesting to note that the same set of updates also broke dns for me. The dnsmasq that network manager runs wasnt surviving suspend/resume either (removing that from network manager has solved the issue, but I dont exactly like that as a fix)

muru
  • 197,895
  • 55
  • 485
  • 740
  • I'm trying this now. I hope it works because it is very annoying to have that white lines block out my other windows and some times the text box that I am typing in. – kingcobra1986 Mar 29 '17 at 23:36
  • So far it is still working great. I just opened my computer from overnight and it isn't doing it. – kingcobra1986 Mar 30 '17 at 16:01
1

This thread (Strange artifacts along window borders after waking computer from sleep mode) has been updated to suggest installing nvidia-381. Working great for me so far ...