14

SETUP

  • Processor - Intel® Core™ i3-3220 CPU @ 3.30GHz × 4
  • Graphics - Intel® Ivybridge Desktop

Problem

I updated to Ubuntu 18.04, and I'm facing tremendous screen flickering/shaking/distorting at random times for random duration. The display is working fine on another Monitor that I have.

pomsky
  • 68,507

5 Answers5

10

I was observing screen flickering but not shaking. I had to edit my monitor config and change the framerate. By default mine was set to 60.169086456298828.

open terminal and run the following:

gedit ~/.config/monitors.xml

edit this line:

<rate>60.1690864562988</rate>

set it to be lower than 60 as mentioned by 4levels, I used 59.96.

pmcnamee
  • 231
  • 3
    You do not need to use sudo when edit a file within your home directory ~... – pa4080 Aug 29 '18 at 06:58
  • 2
    Actually this helped to get rid of the flickering screen on my T570 with switchable graphics in Intel mode. The refresh rate is accessible as a drop-down option via system settings -> devices -> displays -> refresh rate. Thank you for pointing out the refresh rate as a possible solution! – byteborg Sep 01 '19 at 15:23
  • 1
    I had to disconnect the monitor and connect it again after editing the file to make it work. – Marc Johnen Mar 11 '21 at 09:37
1

I just deactivate the compositor from settings/GUI. I'm new to Linux and stuff but this work for me, I'm using Kubuntu on a very old system/pc.

as seen in the picture

PRATAP
  • 22,460
0

I faced the same problem when I updated my Ubuntu 16.04 to 18.04 LTS. The 18.04 is running by default on linux kernel v4.15 while new kernel version v5.0 and above are available. Try to change the kernel version using: https://kernel.ubuntu.com/~kernel-ppa/mainline/

Download packages according to your requirements, i.e., generic/low latency and install.

This solved my problem. Hope this helps!

Eliah Kagan
  • 117,780
Rahul
  • 1
0

I was having the same problem, and disabling my compositor worked too. compton was glitching text on my screen. Disabled it and all is well.

0atman
  • 119
  • 4
  • I don't understand the problem, my answer is in a similar vein to the highest voted answer here, except I name the troublemaking compositor. I've reworded it to be clearer. – 0atman May 17 '20 at 04:16
0

I had this problem with Ubuntu 20.04 and Virtualbox 6.1.

I reinstalled it, this time by selecting the correct type of OS in Virtualbox in the first step. It works well now.

mustafa
  • 160
  • 1
  • 9