You are not logged in.

#1 2015-09-12 05:43:52

xrxr
Member
Registered: 2015-08-01
Posts: 14

[SOLVED] Video tearing after DPMS screen off (intel graphics)

I'm using the i915 driver and have TearFree turned on

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod" "sna"
   Option      "TearFree"    "true"
EndSection

It works great and I don't see any tearing, until DPMS kicks in and turns off the screen.

After the screen is turned back on, there is tearing.

I've looked into the xorg log and the system journal and couldn't find anything relevant.

Any help would be appreciated.

Last edited by xrxr (2015-09-12 15:16:27)

Offline

#2 2015-09-12 09:24:33

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Video tearing after DPMS screen off (intel graphics)

You're not the first one to notice this. Check bugs.freedesktop.org if there's a bug about it filed already. If not, someone should file it.

Offline

#3 2015-09-12 11:35:20

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,287
Website

Re: [SOLVED] Video tearing after DPMS screen off (intel graphics)

I have started using compton to prevent tearing instead of the i915 options for this very reason.

compton --backend glx --paint-on-overlay --vsync opengl-mswc

Para todos todo, para nosotros nada

Offline

#4 2015-09-12 15:15:37

xrxr
Member
Registered: 2015-08-01
Posts: 14

Re: [SOLVED] Video tearing after DPMS screen off (intel graphics)

Head_on_a_Stick wrote:

I have started using compton to prevent tearing instead of the i915 options for this very reason.

compton --backend glx --paint-on-overlay --vsync opengl-mswc

Thank you! That did the trick!

Offline

#5 2015-09-12 15:22:01

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,863
Website

Re: [SOLVED] Video tearing after DPMS screen off (intel graphics)

Head_on_a_Stick wrote:

I have started using compton to prevent tearing instead of the i915 options for this very reason.

compton --backend glx --paint-on-overlay --vsync opengl-mswc

I just needed that!


https://ugjka.net
paru > yay | vesktop > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#6 2015-09-18 11:29:04

PeKron
Member
Registered: 2015-09-18
Posts: 17

Re: [SOLVED] Video tearing after DPMS screen off (intel graphics)

Thank you so much for that!
I was struggeling with tearing for so long. Tried everything. UXA/SNA Accelaration mode, tearing-off mode in d20-intel-conf - nothing worked.
compton finally did the job.
Add "-b" option for keeping it in the background.

Thank you!

Offline

Board footer

Powered by FluxBB