Kodi Community Forum
Massive movie screen tearing in r24121 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Massive movie screen tearing in r24121 (/showthread.php?tid=60553)



Massive movie screen tearing in r24121 [SOLVED] - Zapata - 2009-10-31

Getting allot of screen tearing on SD and HD material.

Tried playing around with vertical blanking and adjust uppdate frequency withuot any success.

Also VPDAU HQ upscaling option is missing from the settings again.

Will this be resolved in future SVN's or should i downgrade to last working SVN?


- Zapata - 2009-10-31

Problem Solved, i borrowed am Xorg line from the neighbouring "Judder" thread and all tearing went away!

My /etc/X11/xorg.conf:

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "DynamicTwinView" "False"
Option "FlatPanelProperties" "Scaling = Native" <- This solved it for me
DefaultDepth 24
Option "NoLogo" "True"
Option "DigitalVibrance" "62"
SubSection "Display"
Depth 24
EndSubSection
EndSection