You are not logged in.

#1 2016-09-20 20:43:55

alireza.crs
Member
Registered: 2014-11-19
Posts: 7

screen tearing problem with intel graphic

Hi.
i have a serious screen tearing problen with intel hd 530
just look at these screenshots
1 in this one im just scrolling page!
2
3

tearing happens in wayland sessions too but mostly in X sessions.

kernel version = 4.7.4-1

cat /etc/X11/xorg.conf.d/20-intel.conf 
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree"    "true"
EndSection

Offline

#2 2016-09-20 20:57:06

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,680
Website

Re: screen tearing problem with intel graphic

You can try compton, started like this:

compton -b --backend glx --vsync opengl-mswc # other options are available, see `man compton`

Alternatively, switch to the modesetting driver.
https://github.com/Head-on-a-Stick/conf … tting.conf

Offline

#3 2016-09-20 21:35:10

alireza.crs
Member
Registered: 2014-11-19
Posts: 7

Re: screen tearing problem with intel graphic

Head_on_a_Stick wrote:

You can try compton, started like this:

compton -b --backend glx --vsync opengl-mswc # other options are available, see `man compton`

Alternatively, switch to the modesetting driver.
https://github.com/Head-on-a-Stick/conf … tting.conf

Thanks.compton command did nothing but switching to modesetting removed tearing(why i feel there is still a littlebit tearing?)
is there anything i can do for wayland?

Last edited by alireza.crs (2016-09-20 21:36:45)

Offline

Board footer

Powered by FluxBB