Screen Tearing Issue

Screen tearing issue in my HP laptop
my CPU is i3-5005u
OS- ZorinOS 16 Lite
I don't have any GPU in my Laptop only have Intel integrated GPU

Very similar specs as my computer. :wink:
You might follow the tips outlined here and see if they are helpful:
https://techstop.github.io/fix-screen-tearing-xfce/

1 Like

well I am very new to Linux so I don't know how to do it and Thanks for your help bro

Being new is no inhibition. It's very easy stuff.
You can open a terminal with the keyboard shortcut ctrl+alt+t
Now that it is open, enter in

sudo apt install inxi

Inxi is a great hardware reporting software. It will always come in handy, so recommend keeping it.
Once installed, ask what your graphics card identifiers are:

inxi -G

Now it wants you to edit a file. You can do this in terminal with:

sudo touch /usr/share/X11/xorg.conf.d/10-intel.conf

Or graphically. (GUI)
To use the GUI:

sudo -i

enter your password to elevate to Root. Now, launch yuor file manager:

thunar

It will launch in root. Hit the Up Arrow on the Toolbar, upper left side to the top Level Directory which is simply /
You will see the all the directories that tree your system here. Including /usr. So open that and follow the parh: /share/X11/ until you see the folder named xorg.conf.d which can be opened with double click.
Right click an open area and choose to create a new document.
Continue with the guide from here...

I created the new document bro in xorg.conf.d

I am actually trying to log out and take care of other tasks: Please continue to use the guide to configure your file.
Believe in yourself. It is the first step toward Freedom.

2 Likes

ok bro thx for your help

1 Like

Bro I Fixed the issue with your method Thx mate

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.