Screen tearing and freezing after updating

Hello,
I have no experience in linux. I recently installed Manjaro plasma KDE. everything was working fine until I installed updates, after that I am facing screen tearing and freezing even before I could login. I am not able use the system manjaro. I am currently on live USB. please help.

Hello @pradyuman :wink:

I guess it is a driver and xorg problem. Could you provide more information about your gpu?

hello @megavolt.
I am using a lenovo ideapad 320 laptop with integrated graphic.
I have created x.org file in x11. It seemed to work but now when I am not on charging then I am facing the problem. complete tearing and freezing. I forced shutdown then plugged the charging and now it is working again.
<Device-1: Intel HD Graphics 520 driver: i915 v: kernel
Device-2: Chicony EasyCamera type: USB driver: uvcvideo
Display: x11 server: X.Org 1.20.11 driver: loaded: intel resolution: 1366x768~60Hz
OpenGL: renderer: Mesa Intel HD Graphics 520 (SKL GT2) v: 4.6 Mesa 21.1.5/>

ok i guess you mean the “tearfree” option:

https://wiki.archlinux.org/title/Intel_graphics#Tearing

Maybe it “screen flickering” and not tearing?

https://wiki.archlinux.org/title/Intel_graphics#Screen_flickering

Just add

i915.enable_psr=0

to the kernel parameter to disable it.

hello @megavolt
I couldn’t understand how to add something to kernel parameter. Are you suggesting that I should add “i915.enable_psr=0” into /etc/default/grub?