You are not logged in.
Hi guys,
I have a T480s and I've noticed this weird horizontal line in the middle of my screen whilst scrolling:
https://s.natalian.org/2019-03-15/artifact.mp4 camera on Chrome, since I wasn't sure it would appear in the screencast.
https://s.natalian.org/2019-03-15/screencapture.mp4 - screencast with Firefox where I think you can see the issue
Noticeable on either Chromium or Firefox.
https://s.natalian.org/2019-03-15/Xorg.0.log
Perhaps it could be better described. Any ideas how to improve this, please let me know!
Last edited by hendry (2019-03-15 12:46:39)
Offline
Someone on #intel-gfx has informed me that my problem is called tearing. I think the solution is https://wiki.archlinux.org/index.php/In … cs#Tearing
Offline
Are you using xf86-video-intel? If so, the far better solution would just be to stop using that almost-complete-broken driver (especially on thinkpads). Just remove that package, and Xorg will fall back on the much more reliable modesetting driver.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I was using the modesetting driver as my xorg log testifies. Martin Peres @ #intel-gfx implies the modesetting driver isn't tear free.. yet
20:40 <mupuf> I assume you are using a non-composited environment?
20:43 <mupuf> until I am done implementing tearfree for the modesetting driver, you'll have to use the xf86-video-intel package, and set TearFree = True in
xorg.conf
0:45 <mupuf> hendry: subscribe to this issue if you want to go back to modesetting at some point:
https://gitlab.freedesktop.org/xorg/xserver/merge_requests/24Offline