Vijayan
Vijayan Thanks for stopping by guys! I'm Vijayan and Techpulse is my beloved brainchild. Currently working as a PHP developer in a digital marketing start-up, I'm overly passionate about not just learning new things but also putting those into practice. I swear by a quote I once came across... 'What separates successful people from unsuccessful people is the former's ability to execute'. Feel free to reach out to me if you have any questions, suggestions or feedback. Hoping to see more of you here!

Flickering and Screen distortion with new Hardware on elementary OS


Flickering and Screen distortion with new Hardware on elementary OS

Flickering/Blinking with your elementary OS, and If you have an Intel chipset you can try this, your problem will be solved.

Get information about your graphics card

Step 1

Open the Applications launcher and open System Settings, When the window appears, scroll down until you see the About icon under the System category. Click it and some information about your operating system and a computer will appear. Under hardware, there is a line starting with Graphics. Next to it is the information about your graphics card.

elementary OS

Step 2

Using terminal to get information on Graphic card, Just type this command in terminal

1
lspci | grep VGA

Step 3

More detail Information

1
sudo lshw -C video

More detail Information

If you have an Intel chipset you can try this, your problem will be solved.

1
2
3
4
sudo apt-get install mesa-utils
sudo mkdir /etc/X11/xorg.conf.d/
echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
sudo reboot

comments powered by Disqus